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 · 11 years ago
  3. 2efa42c On FreeBSD skip test that produces bogus output by Ed Maste · 11 years ago
  4. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  5. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  6. 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
  7. f1548d4 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 14 years ago
  8. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  9. 89fd064 Currently TestDataFormatterPythonSynth is failing because of an issue with children capping. Splitting the test case in two so we better isolate the issue and also for better logical separation by Enrico Granata · 14 years ago
  10. 0afd64a Add @expectedFailure decorator with radar number. by Johnny Chen · 14 years ago
  11. 56a27bb Splitting test case for Python synthetic children: part 1 test is only testing the synthetic children feature itself. More test cases will be commited for individual STL containers by Enrico Granata · 14 years ago
  12. 7149b6f Add two new @expectedFailure decorators. by Johnny Chen · 14 years ago
  13. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  14. 04adb62 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 14 years ago
  15. db3485c Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. by Enrico Granata · 14 years ago
  16. 217f91f New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 14 years ago
  17. 68eb4bb Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 14 years ago
  18. 22c55d1 *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
  19. 8c9d356 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 14 years ago
  20. 27b625e Basic support for reading synthetic children by index: by Enrico Granata · 14 years ago
  21. f1af1ed Option --regex (-x) now also works for synthetic children: by Enrico Granata · 14 years ago
  22. 5dfd49c New formatting symbol %# can be used in summary strings to get the "count of children" of a variable by Enrico Granata · 14 years ago
  23. 6fd87d5 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 14 years ago
  24. 3ae5a18 Protect a bit against uninitialized std::list objects, but there is more by Greg Clayton · 14 years ago
  25. 3883bca Protect a bit better against uninitialized vectors. by Greg Clayton · 14 years ago
  26. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  27. c53114e new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 14 years ago
  28. a37a065 Python synthetic children: by Enrico Granata · 14 years ago