1. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  2. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  3. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/logging/TestLogging.py]
  4. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  5. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  6. 77db4a8 Update every test to import `lldb_shared`. by Zachary Turner · 10 years ago
  7. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  8. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 11 years ago
  9. 8ac0699 Support for truncate/append on log files by Pavel Labath · 11 years ago
  10. c49d0d4 I changed the logging test to just test that logging doesn't crash and does produce output. That's by Jim Ingham · 12 years ago
  11. a7d63fc These logging tests depend on the exact output of lldb logging, which is brittle by Jim Ingham · 12 years ago
  12. 96d7f44 Adjust logging test case after r201372 by Ed Maste · 12 years ago
  13. c7d8885 Fixed the TestLogging test. by Greg Clayton · 12 years ago
  14. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  15. c205243 Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). by Michael Sartain · 12 years ago
  16. 3573f4c Remove no-op code (since r175842) by Dmitri Gribenko · 13 years ago
  17. 2fb7c44 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 13 years ago
  18. c1b2ccf <rdar://problem/12953853> by Greg Clayton · 13 years ago
  19. b90c368 Linux test case fixes by Daniel Malea · 13 years ago
  20. 24086bc Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 14 years ago
  21. 6890537 Modify the loggings output oracle to fix test suite failure, after the recent change to CommandInterpreter.cpp. by Johnny Chen · 14 years ago
  22. 72c4082 Hopefully fix the last fallout of 'commands' to 'command' change. by Johnny Chen · 15 years ago
  23. e0ec9ea Add the ability for the test suite to specify a list of compilers and a list of architectures by Johnny Chen · 15 years ago
  24. ec1ccca Use different log files for the two test cases in order not to confuse the logging subsystem. by Johnny Chen · 15 years ago
  25. 8607f03 Add a test case to check logging of command processing. by Caroline Tice · 15 years ago