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. 6e8cbc0 XFAIL some C++ language specific tests on Windows. by Zachary Turner · 10 years ago
  4. 05834cd Reversed r238363, because the message is inconsistent by Sean Callanan · 10 years ago
  5. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  6. c4f4d6c XFAIL a test that fails on FreeBSD 11 (local and buildbot) by Ed Maste · 10 years ago
  7. e0d0a76 Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin". by Greg Clayton · 10 years ago
  8. 8f4c4d5 Update sys.platform switched behavior in tests to use self.getPlatform (remote target platform) by Robert Flack · 10 years ago
  9. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 11 years ago
  10. 89ce955 Make array symbol reading resilient to incomplete DWARF. by Siva Chandra · 11 years ago
  11. 5ab2e07 [TestStaticVariables] Mark the one unmarked test let also expectedFailure. by Siva Chandra · 11 years ago
  12. ec4f47e Switch to Darwin decorator for tests that XPASS on FreeBSD by Ed Maste · 11 years ago
  13. b6209ad Add a comment to tests that XPASS on FreeBSD by Ed Maste · 11 years ago
  14. c694751 Correctly set the working directory when launching processes for both local and remote targets. by Greg Clayton · 12 years ago
  15. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  16. 34bdbbd test: Update FreeBSD failure decorators by Ed Maste · 12 years ago
  17. 5d4bc2a Update failing tests on Linux for clang and gcc to only fail on Linux instead of all platforms. by Matt Kopec · 12 years ago
  18. 34237a5 Mark some tests as explicitly failing on clang/gcc as they pass on icc. by Matt Kopec · 12 years ago
  19. 863bd4a Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test. by Ashok Thirumurthi · 12 years ago
  20. e8bdd1f Clean up linux test decorators and add links to known bugs by Daniel Malea · 12 years ago
  21. 609a433 Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux. by Greg Clayton · 12 years ago
  22. bc8d239 Fixed the test case to pass on Darwin. This might pass on linux as well. The test case now properly validates g_points as a global for the class A version, and the static variable for the file static. by Greg Clayton · 12 years ago
  23. 43f6213 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 13 years ago
  24. 5b7c14b A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 13 years ago
  25. e651aee Marking two tests expected-to-fail on Linux by Daniel Malea · 13 years ago
  26. 63dfc72 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 13 years ago
  27. 24086bc Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 13 years ago
  28. 4999627 Add some expected failure decorators with radar numbers. by Johnny Chen · 14 years ago
  29. 1dc9a20 Modify test cases to use 'target variable' to display global variables. by Johnny Chen · 14 years ago
  30. fe42ac4 Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  31. 9a07aba The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 14 years ago
  32. 715c236 Centralize the variable display prefs into a new option by Greg Clayton · 14 years ago
  33. fb8cd37 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 14 years ago[Renamed (98%) from lldb/test/class_static/TestStaticVariables.py]
  34. 5a0bee7 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 14 years ago
  35. 4ebd019 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 14 years ago
  36. e69c748 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that by Johnny Chen · 14 years ago
  37. de90f1d Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 14 years ago
  38. 822198e Converted to use SBProcess.LaunchSimple(). by Johnny Chen · 14 years ago
  39. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  40. d762ff1 Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 15 years ago
  41. 6f907e6 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 15 years ago
  42. 94f928b Modify test cases to accomodate Python API change: by Johnny Chen · 15 years ago
  43. a47d7cb Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 15 years ago
  44. 025d1b8 For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 15 years ago
  45. a994070 Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only. by Johnny Chen · 15 years ago
  46. beae523 Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 15 years ago
  47. 835a88c Add Python API tests for file and class static variables, too. by Johnny Chen · 15 years ago
  48. 3df7f94 Add a test for displaying file and class static variables. by Johnny Chen · 15 years ago