1. 77db4a8 Update every test to import `lldb_shared`. by Zachary Turner · 10 years ago
  2. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  3. 05834cd Reversed r238363, because the message is inconsistent by Sean Callanan · 10 years ago
  4. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  5. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  6. 415422c Fixes for the IR interpreter: by Sean Callanan · 12 years ago
  7. 0b342b6 Fixed signed operations in the IR interpreter. by Sean Callanan · 12 years ago
  8. fbf5c68 Fixed a bug where persistent variables did not by Sean Callanan · 12 years ago
  9. 6b4896f Change the golden output so that merely evaluating an existing persistent variable by Johnny Chen · 15 years ago
  10. 27eb0bf Move the persistent_variables directory under expression_command directory. by Johnny Chen · 15 years ago[Renamed (93%) from lldb/test/persistent_variables/TestPersistentVariables.py]
  11. a8807f9 Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression') by Johnny Chen · 15 years ago
  12. 77d8fa36 Modification of the expected start strings for simple 'expr' output involving persistent variables. by Johnny Chen · 15 years ago
  13. bc84b99 Removed the @expectedFailure decorator from test_persistent_variables(). by Johnny Chen · 15 years ago
  14. 2989bfa Decorated PersistentVariablesTestCase.test_persistent_variables() with by Johnny Chen · 15 years ago
  15. 1a9f4dd Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 15 years ago
  16. cbb4be0 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 15 years ago
  17. 2694575 Fail early, fail fast. by Johnny Chen · 15 years ago
  18. 5ee8819 Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 15 years ago
  19. ff3d01d Print the verbose output of runCmd()/expect() to stderr instead of stdout. by Johnny Chen · 15 years ago
  20. 0c19186 Added more informational assert message strings. by Johnny Chen · 15 years ago
  21. 6ca006c Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 15 years ago
  22. f288803 Added a test case to exercise persistent variables in combination with the "expr" command. by Johnny Chen · 15 years ago