1. 2e8bbb9 [test] Remove flakiness decorator from TestObjCDynamicSBType by Jonas Devlieghere · 7 years ago
  2. 92c1296 [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4) by Stella Stamenova · 7 years ago
  3. 0ab9903 [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2) by Stella Stamenova · 7 years ago
  4. 756b91d [lldbsuite] Un-xfail tests on Windows that are now passing by Stella Stamenova · 7 years ago
  5. eecf487 [Expr] Fix `TestExprOptions` after r348240 on MacOS X by Aleksandr Urakov · 7 years ago
  6. f335188 [Expr] Check the language before ignoring Objective C keywords by Aleksandr Urakov · 7 years ago
  7. fdfcd71 [lldbsuite] Each lldb suite test must have a unique class name by Stella Stamenova · 7 years ago
  8. dced6ee Remove the expectedFlakeyDsym decorator. It's not useful anymore. by Adrian Prantl · 7 years ago
  9. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  10. 8c5ec1f Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove redundant parameter which can be calculated from other parameter. by Shafik Yaghmour · 7 years ago
  11. b5602a6 Fix duplicate testcase filename by Jan Kratochvil · 7 years ago
  12. ab63998 Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit. by Jim Ingham · 7 years ago
  13. a35912d Revert "Return a named error in the result object of an expression with no result" by Krasimir Georgiev · 7 years ago
  14. b1ecc3c Return a named error in the result object of an expression with no result by Jim Ingham · 7 years ago
  15. abe3c7d [lldbsuite] Disable Test128BitsInteger on Windows by Stella Stamenova · 7 years ago
  16. 21d1754 TestMultilineExpr: validate evaluation for expressions that span multiple lines by Stefan Granitz · 7 years ago
  17. 9b13bea Allow use of self.filecheck in LLDB tests (c.f self.expect) by Vedant Kumar · 7 years ago
  18. 9dd34c8 Add descriptions to completed expressions by Raphael Isemann · 7 years ago
  19. 5f6789e [IRInterpreter] Fall back to JIT with 128-bit values. by Davide Italiano · 7 years ago
  20. 7482973 Added initial code completion support for the `expr` command by Raphael Isemann · 7 years ago
  21. 778b308 Fix broken builtin functions in the expression command by Raphael Isemann · 7 years ago
  22. 23d7a9e Fix whitespace in the python test suite. by Raphael Isemann · 7 years ago
  23. a9d84cb [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`. by Davide Italiano · 7 years ago
  24. b69854f Don't take the address of an xvalue when printing an expr result by Raphael Isemann · 7 years ago
  25. c7c9d76 IRInterpreter: fix sign extension of small types (pr37840) by Pavel Labath · 7 years ago
  26. 3e79551 [lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489 by Stella Stamenova · 7 years ago
  27. 675767a Use the DWARF linkage name when importing C++ methods. by Davide Italiano · 8 years ago
  28. d5ee7ab Add and fix some tests for PPC64 by Pavel Labath · 8 years ago
  29. 9362753 [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot. by Davide Italiano · 8 years ago
  30. e92ecd3 Fix some tests for PPC64le architecture by Pavel Labath · 8 years ago
  31. 5ec76fe Compile the LLDB tests out-of-tree. by Adrian Prantl · 8 years ago
  32. 48b32f4 [lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation by by Lang Hames · 8 years ago
  33. 595048f Wrap all references to build artifacts in the LLDB testsuite (NFC) by Adrian Prantl · 8 years ago
  34. 71ff9fa Make one more test redhat-compatible by Pavel Labath · 8 years ago
  35. 3db29a1 Work around test failures on red-hat linux by Pavel Labath · 8 years ago
  36. e8d85ea [testsuite] Remove even more testing vestiges. by Davide Italiano · 8 years ago
  37. fd9a526 Makefile.rules: compile all tests with -fno-limit-debug-info by Pavel Labath · 8 years ago
  38. 042c752 Make TestTopLevelExprs more robust in face of linker GC by Pavel Labath · 8 years ago
  39. a68e048 Extend android xfail in TestTopLevelExprs by Pavel Labath · 8 years ago
  40. 64325c5 Split makefile for TestTopLevelExprs by Pavel Labath · 8 years ago
  41. 8652b24 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. by Jason Molenda · 8 years ago
  42. 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
  43. 0187a8f Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. by Jason Molenda · 8 years ago
  44. 2d5d71c Revert this patch; I was emailing with Eugene and they have some other changes going by Jason Molenda · 8 years ago
  45. 182a808 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. by Jason Molenda · 8 years ago
  46. 140dd57 remove FreeBSD xfail decorator from TestCallStdStringFunction by Ed Maste · 8 years ago
  47. 61949c9 Convert a few more tests to use run_to_source_breakpoint. by Jim Ingham · 8 years ago
  48. 19c28ee Working through testcases, converting to run_to_source_breakpoint. by Jim Ingham · 8 years ago
  49. a15e7f2 Add a lldbutils routine that gathers up the boiler-plate by Jim Ingham · 8 years ago
  50. ba6a10f Mark TestCallThatRestarts as flaky on android by Pavel Labath · 8 years ago
  51. 45dde23 Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false" by Pavel Labath · 8 years ago
  52. 7417558 Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false" by Pavel Labath · 8 years ago
  53. 0dc2ad1 RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false by Pavel Labath · 8 years ago
  54. 38c2059 Fix segfault resulting from empty print prompt by Pavel Labath · 8 years ago
  55. 2256215 Don't access the process in expressions w/o checking that the process exists. by Jim Ingham · 9 years ago
  56. 981da8d Fix a crash in expressions with fixits in the dummy target. by Jim Ingham · 9 years ago
  57. 7d84aff Add the radar number on our end. by Jim Ingham · 9 years ago
  58. 9c69bc9 Fixup the xfail situation on Windows. by Zachary Turner · 9 years ago
  59. 9c2cd9a Adding ivars in class extensions isn't supported on i386; skip a test. by Sean Callanan · 9 years ago
  60. 5deb06e Added a setting that enables saving all .o files from a given JIT expression. by Sean Callanan · 9 years ago
  61. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  62. ce57a33 Bump up TestCallWithTimeout timeout by Pavel Labath · 9 years ago
  63. b491ef4 Make TestCallStopAndContinue clang-format-resilient by Pavel Labath · 9 years ago
  64. fa0f2a0 Remember to add the testcase I wrote for r274822. by Jim Ingham · 9 years ago
  65. 613cce8 Bump up timeout in TestCallWithTimeout by Pavel Labath · 9 years ago
  66. 7cbd742 XFAIL tests which fail with gcc on linux by Pavel Labath · 9 years ago
  67. c17cb81 Don't run the top-level expression test case with -gmodules. by Sean Callanan · 9 years ago
  68. 94eb010 Add "-gmodules" support to the test suite. by Todd Fiala · 9 years ago
  69. 0d435b6 Mark some arm-linux specific xfails marking bug entries by Omair Javaid · 9 years ago
  70. fa7f948 Always rerun all tests on Windows. by Zachary Turner · 9 years ago
  71. bc782a8 xfail TestTopLevelExprs for arm and aarch64 linux by Omair Javaid · 9 years ago
  72. 75f8f6e xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787) by Tamas Berghammer · 9 years ago
  73. da255ef Test diamond virtual inheritance in top-level expressions. by Sean Callanan · 9 years ago
  74. 4fd6a96 Clean up test results on Windows. by Zachary Turner · 9 years ago
  75. 739fc77 Added missing makefile from patch D19124 (should fix the corresponding commit rL269340) by Cameron Desrochers · 9 years ago
  76. 3fe7158 [LLDB] Added support for PHI nodes to IR interpreter by Marianne Mailhot-Sarrasin · 9 years ago
  77. e402e56 Added a testcase that verifies that multiline expressions work. by Sean Callanan · 9 years ago
  78. 37d3fac XFail TestIRInterpreter on Windows by Adrian McCarthy · 9 years ago
  79. cac9b70 Added a testcase for the IR interpreter, ensuring that it behaves like the JIT. by Sean Callanan · 9 years ago
  80. a244275 Bump up timeout in TestCallWithTimeout by Pavel Labath · 9 years ago
  81. 377e421 Fixes for platforms that default to unsigned char by Ulrich Weigand · 9 years ago
  82. 3249911 mark TestCallWithTimeout.py XFAIL on macosx. by Todd Fiala · 9 years ago
  83. e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 9 years ago
  84. 863fab6 Expose top-level Clang expressions via the command line and the API. by Sean Callanan · 9 years ago
  85. a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
  86. fae4363 Add regression test for expressions calling functions taking anonymous struct typedef arguments by Ewan Crawford · 10 years ago
  87. 28cbb86 Remove expectedFailureFreeBSD decorator by Ed Maste · 10 years ago
  88. 2b1a416 Remove decorators related to debug info types. by Zachary Turner · 10 years ago
  89. 8158a20 Delete all the xfail / skip decorators for specific compilers. by Zachary Turner · 10 years ago
  90. bf8f807 Fix a typo in an xfail decorator in TestExprsChar by Tamas Berghammer · 10 years ago
  91. 4a33ab7 [TestExprsChar] Fix a typo is failure archs list by Siva Chandra · 10 years ago
  92. 05021bb Remove skip and xfail decorators for target architecture. by Zachary Turner · 10 years ago
  93. 4a289a9 Remove expectedFailureWindows decorator. by Zachary Turner · 10 years ago
  94. 9a1a294 Move the rest of the tests over to using the new decorator module. by Zachary Turner · 10 years ago
  95. 7a5382d Move some of the common decorators to decorators.py. by Zachary Turner · 10 years ago
  96. 9168950 Remove flaky annotation for TestCallWithTimeout on linux by Pavel Labath · 10 years ago
  97. 6048183 [LLDB][MIPS] Fix TestExprsChar.py by Sagar Thakur · 10 years ago
  98. 783550b Remove assumptions that thread 0 is always the main thread. by Zachary Turner · 10 years ago
  99. 0e59c51 XFAIL some tests failing for Windows -> Android by Tamas Berghammer · 10 years ago
  100. d8335e9 Read macro info from .debug_macro section and use it for expression evaluation. by Siva Chandra · 10 years ago