1. d60b54f Mark additional icc test failures as expected fail. by Matt Kopec · 11 years ago
  2. f40b092 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  3. ccfb499 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  4. 14d0ef4 Don't rely on C99 for loop initializers in test case by Stefanus Du Toit · 11 years ago
  5. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  6. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  7. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  8. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  9. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  10. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  11. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  12. 143d543 Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854). by Matt Kopec · 11 years ago
  13. 00ebf2a Fix test case to not run to main and "next" 5 times. Use a breakpoint. by Greg Clayton · 11 years ago
  14. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  15. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 11 years ago
  16. dcd2a56 Linux test case cleanup: by Daniel Malea · 11 years ago
  17. 4b01c36 Add a test for handling a function call that throws an exception, and make it work. by Jim Ingham · 11 years ago
  18. d288003 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 11 years ago
  19. c4392dc Forgot to add the testsuite for the changes I checked in on Friday. by Jim Ingham · 11 years ago
  20. 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 11 years ago
  21. b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 11 years ago
  22. 3a91e14 <rdar://problem/12028723> by Enrico Granata · 11 years ago
  23. 6ddebd7 Mark TestExprHelpExamples.py as expected to fail on Linux by Daniel Malea · 11 years ago
  24. 691e74c Fix Test11588.py on Linux. The test was failing because the synthetic type fields were resolving to int instead of long. A similar change was made in r155144 to eliminate the type specification for an earlier check in this test, so it seemed appropriate here too. by Andrew Kaylor · 11 years ago
  25. 6475c42 <rdar://problem/12798131> by Greg Clayton · 11 years ago
  26. f5150e8 Mark expected failures on Linux (due to bugzilla #14437) by Daniel Malea · 11 years ago
  27. 46a645f Skip objC test on non-darwin platforms by Daniel Malea · 11 years ago
  28. 169cd51 Linux test case fixes by Daniel Malea · 11 years ago
  29. eec1981 Fix incorrect usage of buildDsym() in dwarf test by Daniel Malea · 11 years ago
  30. 0a8d4bc Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux by Daniel Malea · 12 years ago
  31. 03bc3fd Reverting unwanted changes to the test suite by Enrico Granata · 12 years ago
  32. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  33. 0c8446c <rdar://problem/12462048> by Greg Clayton · 12 years ago
  34. 75a443b API cleanup. by Greg Clayton · 12 years ago
  35. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  36. 431d839 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 12 years ago
  37. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  38. 22cf41b Make issue_11588/Test11588 work with a recent swig that converts ints to PyLongObjects by Filipe Cabecinhas · 12 years ago
  39. 20c1307 Made it safe to re-import a Python module, allowing by Sean Callanan · 12 years ago
  40. 79bdadd Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp by Enrico Granata · 12 years ago
  41. ac4583a Not a test failure for i386; instead, the test case should be modified to not over-expect type fields for the synthetic childs. by Johnny Chen · 12 years ago
  42. 67130e4 Add expected failure decorators for test cases which are failing for i386 architecture. by Johnny Chen · 12 years ago
  43. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 12 years ago
  44. 60c1006 Fix method name for output. by Eric Christopher · 12 years ago
  45. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 12 years ago
  46. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 12 years ago
  47. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 12 years ago
  48. e15cf29 Fix objc runtime warnings from the inferior program. by Johnny Chen · 13 years ago
  49. 613790a Removed the @expectedFailure decorators from test cases. They have been fixed with the r142717 check-in. by Johnny Chen · 13 years ago
  50. 8a2a4f8 Fix the last testsuite regression from the apple-names stuff. by Jim Ingham · 13 years ago
  51. a8428a4 Fixed a problem with the IR interpreter that caused by Sean Callanan · 13 years ago
  52. 0ae3164 Add four new expectedFailre decorators to new failures most likely due to r139772 check-in. by Johnny Chen · 13 years ago
  53. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  54. 909b7b7 Fix compile warning. by Johnny Chen · 13 years ago
  55. 5513256 Remove the expectedFailure decorator. The test has been passing for some time now. by Johnny Chen · 13 years ago
  56. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  57. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  58. 3bd6433 Remove the @expectedFailure decorator since the bug has been fixed. by Johnny Chen · 13 years ago
  59. 86fbeeb Add regression test for rdar://problem/9531204. by Johnny Chen · 13 years ago
  60. ca8a206 Add test case for rdar://problem/9673664. by Johnny Chen · 13 years ago
  61. 425b0cf Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 13 years ago
  62. 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
  63. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  64. 3d8ae46 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 13 years ago
  65. 805fec7 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 13 years ago
  66. b48239f Add radar info. by Johnny Chen · 13 years ago
  67. 106f9bd Add TestCallStdStringFunction.py which calls std::string member functions while stopped on a breakpoint. by Johnny Chen · 13 years ago
  68. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  69. c773060 More string matching criterion. by Johnny Chen · 13 years ago
  70. 9400432 Add TestObjCTypeQueryFromOtherCompileUnit.py to test that when stopped in the 'main.c' by Johnny Chen · 13 years ago
  71. 3d50a54 Add TestExprs2.py for recent check-ins related to the 'expression' subsystem. by Johnny Chen · 13 years ago
  72. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  73. 318aaa0 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  74. 4b1850a Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 13 years ago
  75. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 13 years ago
  76. d1a4796 Change the golden output so that merely evaluating an existing persistent variable by Johnny Chen · 13 years ago
  77. 013c574 Fix a test method docstring. by Johnny Chen · 13 years ago
  78. 4f93bf1 Add an infrastructure to mark the Python APIs only test using a decorator. by Johnny Chen · 13 years ago
  79. f831222 Add more module docstring. by Johnny Chen · 13 years ago
  80. a3a67d4 Add test_evaluate_expression_python() to exercise SBFrame.EvaluateExpression() Python API. by Johnny Chen · 13 years ago
  81. 5045fdc Use Python raw string literal to avoid escaping the escape sequence and to make by Johnny Chen · 13 years ago
  82. 94756b1 Make the various expression command test sequences more strict by also verifying by Johnny Chen · 13 years ago
  83. 6369bbb Add a test sequence for test_expr_commands_can_handle_quotes(self): by Johnny Chen · 13 years ago
  84. ecd834d Add two test cases to exercise many expression commands: by Johnny Chen · 13 years ago
  85. 9b0d14e Use full command to avoid "expr" alias. by Greg Clayton · 13 years ago
  86. 363527c Added a simple test case that can be used to test out the expression parser by Greg Clayton · 13 years ago
  87. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 13 years ago
  88. 0381063 Entire test class skipped due to: by Johnny Chen · 13 years ago
  89. 5ef1c4b Move the persistent_variables directory under expression_command directory. by Johnny Chen · 14 years ago
  90. b883d17 Add a test for expression parser crash which has been fixed. by Johnny Chen · 14 years ago