1. e6ebb51 [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows by Stella Stamenova · 7 years ago
  2. 21ea152 [lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows by Stella Stamenova · 7 years ago
  3. 6314b92 [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5) by Stella Stamenova · 7 years ago
  4. 92c1296 [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4) by Stella Stamenova · 7 years ago
  5. 0ab9903 [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2) by Stella Stamenova · 7 years ago
  6. 62d2f76 [TestVLA] Fix a python decorator. by Davide Italiano · 7 years ago
  7. 005d3de Skip this test on older versions of clang. by Adrian Prantl · 7 years ago
  8. eca07c5 Fix (and improve) the support for C99 variable length array types by Adrian Prantl · 7 years ago
  9. bf2d112 [DWARFExpression] Read literars as unsigned values. by Jonas Devlieghere · 7 years ago
  10. ae6ca2f Allow IRInterpreter to deal with non-power-of-2 sized types to support some bitfield accesses. by Frederic Riss · 7 years ago
  11. 252ed74 Change xfail to skipIf. The exact condition is really difficult to get by Adrian Prantl · 7 years ago
  12. 4e3bd78 XFAIL test for older versions of clang by Adrian Prantl · 7 years ago
  13. 315334b XFAIL test for older versions of dsymutil by Adrian Prantl · 7 years ago
  14. 23d7a9e Fix whitespace in the python test suite. by Raphael Isemann · 7 years ago
  15. 0e33a0c DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method by Pavel Labath · 7 years ago
  16. c3bc63e [lit, windows] Disable a number of tests that are failing on Windows by Stella Stamenova · 7 years ago
  17. e6effb1 [test] Re-enable TestUnicodeSymbols by Jonas Devlieghere · 7 years ago
  18. e757dda Remove redundant command. by Adrian Prantl · 7 years ago
  19. c1a7754 Split TestGlobalVariables into two and xfail one of them for arm64 linux by Pavel Labath · 7 years ago
  20. ce05952 Remove premature caching of the global variables list in CompileUnit. by Adrian Prantl · 7 years ago
  21. 48ffd5c [test] Replace some references to Apple-internal bugs by Vedant Kumar · 8 years ago
  22. e96dc75 [test] Skip a test which sporadically fails in its dsym variant by Vedant Kumar · 8 years ago
  23. 2b2d728 Adapt some tests to work with PPC64le architecture by Pavel Labath · 8 years ago
  24. 87a000d Add a sanity check for inline testcases. by Adrian Prantl · 8 years ago
  25. 00cc735 Partial fix for TestConflictingSymbol.py on Windows by Adrian McCarthy · 8 years ago
  26. 69d7434 Fix tabs/spaces indentation problem in TestUnicodeSymbols.py by Adrian McCarthy · 8 years ago
  27. b39fca9 Replace HashStringUsingDJB with llvm::djbHash by Pavel Labath · 8 years ago
  28. 30d7309 Only throw -fPIC when building a shared library by Aaron Smith · 8 years ago
  29. 5ec76fe Compile the LLDB tests out-of-tree. by Adrian Prantl · 8 years ago
  30. 595048f Wrap all references to build artifacts in the LLDB testsuite (NFC) by Adrian Prantl · 8 years ago
  31. 03ed224 TestConflictingSymbols: simplify test by using run_break_set_by_source_regexp by Pavel Labath · 8 years ago
  32. 3db29a1 Work around test failures on red-hat linux by Pavel Labath · 8 years ago
  33. 5cc82f2 [testsuite] Un-XFAIL the global variables tests. by Davide Italiano · 8 years ago
  34. d20106b Disable tests in lang/c/shared_lib on Windows by Stephane Sezer · 8 years ago
  35. 64b6e5a Remove getCategories mechanism of specifying test categories by Pavel Labath · 8 years ago
  36. 8652b24 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. by Jason Molenda · 8 years ago
  37. 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
  38. 0187a8f Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. by Jason Molenda · 8 years ago
  39. 2d5d71c Revert this patch; I was emailing with Eugene and they have some other changes going by Jason Molenda · 8 years ago
  40. 182a808 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. by Jason Molenda · 8 years ago
  41. 0c29ef1 [LLDB][MIPS] Fix TestRegisterVariables.py. by Nitesh Jain · 8 years ago
  42. 1b8fe5e Make TestConflictingSymbol run on non-darwin targets by Pavel Labath · 8 years ago
  43. 9c99faa [Expression parser] Look up module symbols before hunting globally by Sean Callanan · 8 years ago
  44. 7fca8c0 Provide a mechanism to do some pre-loading of symbols up front. by Jim Ingham · 8 years ago
  45. b494578 [DWARF] Fix lookup in the abstract origins of inlined blocks/functions by Sean Callanan · 8 years ago
  46. 7c43702 Fix TestRegisterVariables for clang/arm by Pavel Labath · 8 years ago
  47. 9a4bce7 FindTypes should find "struct TypeName" as well as "TypeName". by Jim Ingham · 9 years ago
  48. 56e70dd Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5 by Omair Javaid · 9 years ago
  49. 00b3f3c XFAIL TestRegisterVariables on gcc-4.8-x86_64 by Pavel Labath · 9 years ago
  50. 3dcc8f9 Enable TestBitfields on linux with clang by Pavel Labath · 9 years ago
  51. 15a5a21 Enable TestRegisterVariables for some configurations by Pavel Labath · 9 years ago
  52. fa8c99f Un-XFail test on Windows. Has been in "unexpected success" mode for a while. by Adrian McCarthy · 9 years ago
  53. 7ef7b44 Added a decorator for the macOS version and switched over testcases that used platform.release by Sean Callanan · 9 years ago
  54. 8d50e0c Remove a debug print statement. by Jim Ingham · 9 years ago
  55. 6aa9d1d Added a radar on our end for this test's failure. by Jim Ingham · 9 years ago
  56. 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
  57. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  58. fc670cf Don't crash when trying to capture persistent variables in a block. by Sean Callanan · 9 years ago
  59. abb7968 Join TestTlsGlobal tests again and use the proper decorator by Pavel Labath · 9 years ago
  60. 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
  61. 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
  62. 63a27af Added support for thread local variables on all Apple OS variants. by Greg Clayton · 9 years ago
  63. 7cbd742 XFAIL tests which fail with gcc on linux by Pavel Labath · 9 years ago
  64. b519f9f Enable some tests on linux by Pavel Labath · 9 years ago
  65. f0f62d8 Revert "Make lldbinline.py regenerate the Makefile each time it builds." by Pavel Labath · 9 years ago
  66. 968bb72 Make lldbinline.py regenerate the Makefile each time it builds. by Sean Callanan · 9 years ago
  67. 94eb010 Add "-gmodules" support to the test suite. by Todd Fiala · 9 years ago
  68. 1b356bf Mark some aarch64-linux specific xfails marking bug entries by Omair Javaid · 9 years ago
  69. dfbdf80 xfail TestRedefinitionsInline with older Clang by Ed Maste · 9 years ago
  70. 1245c2b Make sure TestRedefinitionsInInlines.py actually inlines. by Chaoren Lin · 9 years ago
  71. 76f3def xfail TestRedefinitionsInline on Windows. by Zachary Turner · 9 years ago
  72. 5ba3215 Removed the m_decl_objects map from ClangASTContext. by Sean Callanan · 9 years ago
  73. 84fee58 Fixed and re-enabled the Clang modules testcase. by Sean Callanan · 9 years ago
  74. 4fd6a96 Clean up test results on Windows. by Zachary Turner · 9 years ago
  75. bb06ffa Downgrade skip to xfail in TestBitfields on linux by Pavel Labath · 9 years ago
  76. c4f309a Fix syntax errors in TestEnumTypes by Pavel Labath · 9 years ago
  77. 68695b6 XFail TestEnumTypes.py on Windows by Adrian McCarthy · 9 years ago
  78. c530ba9 Import block pointers from DWARF as Clang block pointers, not as structs. by Sean Callanan · 9 years ago
  79. 6840ae9 Fix TestEnumTypes.py for 32 bit platforms. by Chaoren Lin · 9 years ago
  80. 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
  81. 909b27784 Make sure LLDB can deal with forward declarations to enums without crashing or asserting. by Greg Clayton · 9 years ago
  82. e8c6840 XFail TestBitfields.py Python API tests. by Chaoren Lin · 9 years ago
  83. fd5c9be Fix TestRegisterVariables.py on Windows by Adrian McCarthy · 9 years ago
  84. 6d54720 skip TestBitfields.py on OS X by Todd Fiala · 9 years ago
  85. 73151ff Skip TestBitfileds on linux by Pavel Labath · 9 years ago
  86. cae0855 DWARF layout for bitfields is wrong when the bit offset is negative. by Greg Clayton · 9 years ago
  87. 91de55f1 Blocks are only reliably supported on Darwin. Disable the test otherwise. by Sean Callanan · 9 years ago
  88. 5d7ddfd Added a testcase for defining and using a block in the expression parser. by Sean Callanan · 9 years ago
  89. b05a37f Fix and xfail TestRegisterVariables after rL265498 by Tamas Berghammer · 9 years ago
  90. 58c4dd7 make TestRegisterVariables slightly more resilient by Todd Fiala · 9 years ago
  91. 5af4d20 Enable expectedFailure for all Clang versions in TestRegisterVariables by Ed Maste · 10 years ago
  92. 82a827d Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union by Marianne Mailhot-Sarrasin · 10 years ago
  93. aaae5f8 [DWARFASTParserClang] Start with member offset of 0 for members of union types. by Siva Chandra · 10 years ago
  94. b8d6db2 [TestRegisterVariables] Adjust compiler range in expected failure decorator. by Siva Chandra · 10 years ago
  95. 6aeba89 Support floating point values in 128-bit SSE vector registers by Adrian Prantl · 10 years ago
  96. 5361832 Fix TestInlines.py on Windows by Adrian McCarthy · 10 years ago
  97. 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
  98. 17dd4fe XFail TestInlines.py on Windows with clang. by Adrian McCarthy · 10 years ago
  99. a97aaa9 XFAIL TestInlines for Linux with gcc by Tamas Berghammer · 10 years ago
  100. e47387f Actually commit the test for r261598. by Sean Callanan · 10 years ago