Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
c
e6ebb51
[lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows
by Stella Stamenova
· 7 years ago
21ea152
[lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows
by Stella Stamenova
· 7 years ago
6314b92
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)
by Stella Stamenova
· 7 years ago
92c1296
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
by Stella Stamenova
· 7 years ago
0ab9903
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
by Stella Stamenova
· 7 years ago
62d2f76
[TestVLA] Fix a python decorator.
by Davide Italiano
· 7 years ago
005d3de
Skip this test on older versions of clang.
by Adrian Prantl
· 7 years ago
eca07c5
Fix (and improve) the support for C99 variable length array types
by Adrian Prantl
· 7 years ago
bf2d112
[DWARFExpression] Read literars as unsigned values.
by Jonas Devlieghere
· 7 years ago
ae6ca2f
Allow IRInterpreter to deal with non-power-of-2 sized types to support some bitfield accesses.
by Frederic Riss
· 7 years ago
252ed74
Change xfail to skipIf. The exact condition is really difficult to get
by Adrian Prantl
· 7 years ago
4e3bd78
XFAIL test for older versions of clang
by Adrian Prantl
· 7 years ago
315334b
XFAIL test for older versions of dsymutil
by Adrian Prantl
· 7 years ago
23d7a9e
Fix whitespace in the python test suite.
by Raphael Isemann
· 7 years ago
0e33a0c
DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method
by Pavel Labath
· 7 years ago
c3bc63e
[lit, windows] Disable a number of tests that are failing on Windows
by Stella Stamenova
· 7 years ago
e6effb1
[test] Re-enable TestUnicodeSymbols
by Jonas Devlieghere
· 7 years ago
e757dda
Remove redundant command.
by Adrian Prantl
· 7 years ago
c1a7754
Split TestGlobalVariables into two and xfail one of them for arm64 linux
by Pavel Labath
· 7 years ago
ce05952
Remove premature caching of the global variables list in CompileUnit.
by Adrian Prantl
· 7 years ago
48ffd5c
[test] Replace some references to Apple-internal bugs
by Vedant Kumar
· 8 years ago
e96dc75
[test] Skip a test which sporadically fails in its dsym variant
by Vedant Kumar
· 8 years ago
2b2d728
Adapt some tests to work with PPC64le architecture
by Pavel Labath
· 8 years ago
87a000d
Add a sanity check for inline testcases.
by Adrian Prantl
· 8 years ago
00cc735
Partial fix for TestConflictingSymbol.py on Windows
by Adrian McCarthy
· 8 years ago
69d7434
Fix tabs/spaces indentation problem in TestUnicodeSymbols.py
by Adrian McCarthy
· 8 years ago
b39fca9
Replace HashStringUsingDJB with llvm::djbHash
by Pavel Labath
· 8 years ago
30d7309
Only throw -fPIC when building a shared library
by Aaron Smith
· 8 years ago
5ec76fe
Compile the LLDB tests out-of-tree.
by Adrian Prantl
· 8 years ago
595048f
Wrap all references to build artifacts in the LLDB testsuite (NFC)
by Adrian Prantl
· 8 years ago
03ed224
TestConflictingSymbols: simplify test by using run_break_set_by_source_regexp
by Pavel Labath
· 8 years ago
3db29a1
Work around test failures on red-hat linux
by Pavel Labath
· 8 years ago
5cc82f2
[testsuite] Un-XFAIL the global variables tests.
by Davide Italiano
· 8 years ago
d20106b
Disable tests in lang/c/shared_lib on Windows
by Stephane Sezer
· 8 years ago
64b6e5a
Remove getCategories mechanism of specifying test categories
by Pavel Labath
· 8 years ago
8652b24
Initial patchset to get the testsuite running against armv7 and arm64 iOS devices.
by Jason Molenda
· 8 years ago
9568a51
Revert "Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. Normal customer devices won't be able to run these devices, we're hoping to get a public facing bot set up at some point. Both devices pass the testsuite without any errors or failures."
by Chris Bieneman
· 8 years ago
0187a8f
Initial patchset to get the testsuite running against armv7 and arm64 iOS devices.
by Jason Molenda
· 8 years ago
2d5d71c
Revert this patch; I was emailing with Eugene and they have some other changes going
by Jason Molenda
· 8 years ago
182a808
Initial patchset to get the testsuite running against armv7 and arm64 iOS devices.
by Jason Molenda
· 8 years ago
0c29ef1
[LLDB][MIPS] Fix TestRegisterVariables.py.
by Nitesh Jain
· 8 years ago
1b8fe5e
Make TestConflictingSymbol run on non-darwin targets
by Pavel Labath
· 8 years ago
9c99faa
[Expression parser] Look up module symbols before hunting globally
by Sean Callanan
· 8 years ago
7fca8c0
Provide a mechanism to do some pre-loading of symbols up front.
by Jim Ingham
· 8 years ago
b494578
[DWARF] Fix lookup in the abstract origins of inlined blocks/functions
by Sean Callanan
· 8 years ago
7c43702
Fix TestRegisterVariables for clang/arm
by Pavel Labath
· 8 years ago
9a4bce7
FindTypes should find "struct TypeName" as well as "TypeName".
by Jim Ingham
· 9 years ago
56e70dd
Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5
by Omair Javaid
· 9 years ago
00b3f3c
XFAIL TestRegisterVariables on gcc-4.8-x86_64
by Pavel Labath
· 9 years ago
3dcc8f9
Enable TestBitfields on linux with clang
by Pavel Labath
· 9 years ago
15a5a21
Enable TestRegisterVariables for some configurations
by Pavel Labath
· 9 years ago
fa8c99f
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
by Adrian McCarthy
· 9 years ago
7ef7b44
Added a decorator for the macOS version and switched over testcases that used platform.release
by Sean Callanan
· 9 years ago
8d50e0c
Remove a debug print statement.
by Jim Ingham
· 9 years ago
6aa9d1d
Added a radar on our end for this test's failure.
by Jim Ingham
· 9 years ago
a703658
Add some logging when trace is on. We're getting a bot failure on i386 that doesn't
by Jim Ingham
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
fc670cf
Don't crash when trying to capture persistent variables in a block.
by Sean Callanan
· 9 years ago
abb7968
Join TestTlsGlobal tests again and use the proper decorator
by Pavel Labath
· 9 years ago
591ff83
Fixed thread local storage test case to run normally with no expected fail for Darwin, always skip on windows, and expected fail for all other OSs while mentioning the new bug I filed to track fixing TLS variables: https://llvm.org/bugs/show_bug.cgi?id=28392
by Greg Clayton
· 9 years ago
c7bb34f
Thread local storage was already broken on Linux and the tests were passing because there was a dectorator:
by Greg Clayton
· 9 years ago
63a27af
Added support for thread local variables on all Apple OS variants.
by Greg Clayton
· 9 years ago
7cbd742
XFAIL tests which fail with gcc on linux
by Pavel Labath
· 9 years ago
b519f9f
Enable some tests on linux
by Pavel Labath
· 9 years ago
f0f62d8
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
by Pavel Labath
· 9 years ago
968bb72
Make lldbinline.py regenerate the Makefile each time it builds.
by Sean Callanan
· 9 years ago
94eb010
Add "-gmodules" support to the test suite.
by Todd Fiala
· 9 years ago
1b356bf
Mark some aarch64-linux specific xfails marking bug entries
by Omair Javaid
· 9 years ago
dfbdf80
xfail TestRedefinitionsInline with older Clang
by Ed Maste
· 9 years ago
1245c2b
Make sure TestRedefinitionsInInlines.py actually inlines.
by Chaoren Lin
· 9 years ago
76f3def
xfail TestRedefinitionsInline on Windows.
by Zachary Turner
· 9 years ago
5ba3215
Removed the m_decl_objects map from ClangASTContext.
by Sean Callanan
· 9 years ago
84fee58
Fixed and re-enabled the Clang modules testcase.
by Sean Callanan
· 9 years ago
4fd6a96
Clean up test results on Windows.
by Zachary Turner
· 9 years ago
bb06ffa
Downgrade skip to xfail in TestBitfields on linux
by Pavel Labath
· 9 years ago
c4f309a
Fix syntax errors in TestEnumTypes
by Pavel Labath
· 9 years ago
68695b6
XFail TestEnumTypes.py on Windows
by Adrian McCarthy
· 9 years ago
c530ba9
Import block pointers from DWARF as Clang block pointers, not as structs.
by Sean Callanan
· 9 years ago
6840ae9
Fix TestEnumTypes.py for 32 bit platforms.
by Chaoren Lin
· 9 years ago
d49a8f9
Watch out for compilers that generate bad bitfield info. If the bit size of a bitfield member doesn't lie within the bit bounds of the type itself, just leave it out so we don't get clang asserting and killing our IDE when it gets unhappy with the information.
by Greg Clayton
· 9 years ago
909b27784
Make sure LLDB can deal with forward declarations to enums without crashing or asserting.
by Greg Clayton
· 9 years ago
e8c6840
XFail TestBitfields.py Python API tests.
by Chaoren Lin
· 9 years ago
fd5c9be
Fix TestRegisterVariables.py on Windows
by Adrian McCarthy
· 9 years ago
6d54720
skip TestBitfields.py on OS X
by Todd Fiala
· 9 years ago
73151ff
Skip TestBitfileds on linux
by Pavel Labath
· 9 years ago
cae0855
DWARF layout for bitfields is wrong when the bit offset is negative.
by Greg Clayton
· 9 years ago
91de55f1
Blocks are only reliably supported on Darwin. Disable the test otherwise.
by Sean Callanan
· 9 years ago
5d7ddfd
Added a testcase for defining and using a block in the expression parser.
by Sean Callanan
· 9 years ago
b05a37f
Fix and xfail TestRegisterVariables after rL265498
by Tamas Berghammer
· 9 years ago
58c4dd7
make TestRegisterVariables slightly more resilient
by Todd Fiala
· 9 years ago
5af4d20
Enable expectedFailure for all Clang versions in TestRegisterVariables
by Ed Maste
· 10 years ago
82a827d
Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union
by Marianne Mailhot-Sarrasin
· 10 years ago
aaae5f8
[DWARFASTParserClang] Start with member offset of 0 for members of union types.
by Siva Chandra
· 10 years ago
b8d6db2
[TestRegisterVariables] Adjust compiler range in expected failure decorator.
by Siva Chandra
· 10 years ago
6aeba89
Support floating point values in 128-bit SSE vector registers
by Adrian Prantl
· 10 years ago
5361832
Fix TestInlines.py on Windows
by Adrian McCarthy
· 10 years ago
970bb9e
Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif <target function>" - i.e. step-into-function
by Jim Ingham
· 10 years ago
17dd4fe
XFail TestInlines.py on Windows with clang.
by Adrian McCarthy
· 10 years ago
a97aaa9
XFAIL TestInlines for Linux with gcc
by Tamas Berghammer
· 10 years ago
e47387f
Actually commit the test for r261598.
by Sean Callanan
· 10 years ago
Next »