1. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  2. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 10 years ago
  3. a996bff Enable TestCallStdStringFunction for GCC. by Siva Chandra · 11 years ago
  4. 8e52209 Expected failure printing std::string::c_str() due to flubbing the typedef lookup. by Jim Ingham · 12 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. f9c2c98 Annotate test that fails on the FreeBSD buildbot by Ed Maste · 12 years ago
  7. fcdab16 Expression evaluation works on FreeBSD after switch to MCJIT by Ed Maste · 12 years ago
  8. 9c99030 Mark additional icc test failures as expected fail. by Matt Kopec · 12 years ago
  9. 1b2ed70 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 12 years ago
  10. e8bdd1f Clean up linux test decorators and add links to known bugs by Daniel Malea · 12 years ago
  11. c51b243 Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 13 years ago
  12. f406891 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 13 years ago
  13. 2bbf09e Mark expected failures on Linux (due to bugzilla #14437) by Daniel Malea · 13 years ago
  14. b90c368 Linux test case fixes by Daniel Malea · 13 years ago
  15. 1918627 Reverting unwanted changes to the test suite by Enrico Granata · 13 years ago
  16. 5020f95 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 13 years ago
  17. 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
  18. f1dfbad Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp by Enrico Granata · 13 years ago
  19. 61f305c Add expected failure decorators for test cases which are failing for i386 architecture. by Johnny Chen · 13 years ago
  20. f1548d4 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 13 years ago
  21. e5b1903 Removed the @expectedFailure decorators from test cases. They have been fixed with the r142717 check-in. by Johnny Chen · 14 years ago
  22. 6638174 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 14 years ago
  23. de303ad Add radar info. by Johnny Chen · 14 years ago
  24. b146ad5 Add TestCallStdStringFunction.py which calls std::string member functions while stopped on a breakpoint. by Johnny Chen · 14 years ago