1. 8d13fab Python 3 - Don't use unbuffered I/O in text mode. by Zachary Turner · 10 years ago
  2. 5cb8e67 Don't use module internal implementation details in our decorators. by Zachary Turner · 10 years ago
  3. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  4. 5f92a13 Teach LLDB how to directly launch processes on the iOS simulator by Enrico Granata · 10 years ago
  5. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  6. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  7. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/lldbtest.py]
  8. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  9. e272b77 Deprecate -m/+m dotest options in favor of test categories by Pavel Labath · 10 years ago
  10. cd236b8 Python 3: Convert uses of `callable(x)` to `six.callable(x)`. by Zachary Turner · 10 years ago
  11. 1411668 Remove use of octal literals. by Zachary Turner · 10 years ago
  12. 22fd3b1 Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithreaded.py" works without errors. by Greg Clayton · 10 years ago
  13. dc8b2d3 Port the python api decorator to use test categories by Pavel Labath · 10 years ago
  14. 606e1e3 Python3 - Wrap more statements in calls to list() by Zachary Turner · 10 years ago
  15. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  16. 1c4059a Python 3 porting - Wrap returns from map() in list() by Zachary Turner · 10 years ago
  17. 814236d Use six to portably handle module renames in Python 2 and 3 by Zachary Turner · 10 years ago
  18. 43a01e4 Use six to portably assign metaclasses in Python 2 and 3. by Zachary Turner · 10 years ago
  19. ff890da Convert print statements to print function calls. by Zachary Turner · 10 years ago
  20. 6ecdbc8 Factor the execution of the test method into a separate function to ensure that any exceptions that are thrown go out of scope and no longer hold references to SB objects that need to be freed before teardown. by Adrian McCarthy · 10 years ago
  21. f882f6f dotest.py: Remove useless AttributeError catches by Pavel Labath · 10 years ago
  22. edea237 Fix a test that should only be run with a dSYM file by adding @skipIfDwarf and using a new @skipIfDWO. by Greg Clayton · 10 years ago
  23. 11db2d3 Fix race condition in the working directory cleanup code by Tamas Berghammer · 10 years ago
  24. f2addf8 Remove working directory from remote platform in the test suite by Tamas Berghammer · 10 years ago
  25. 4c0c7a7 Run tests with dwo symbol files by Tamas Berghammer · 10 years ago
  26. 02c08d0 Modify minimumg go version to 1.4.0 for tests. by Todd Fiala · 10 years ago
  27. 9f23680 Bungled my last change in a tweak. by Todd Fiala · 10 years ago
  28. be5dfc5 Address failing Go tests on go version from Ubuntu 14.04 by Todd Fiala · 10 years ago
  29. bd0998a Do not attempt to join the remote paths if none exist by Enrico Granata · 10 years ago
  30. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  31. d9dbae5 Add first tests for mini-dump debugging. by Adrian McCarthy · 10 years ago
  32. 57bee1e Add a TypeSystem for Go by Ryan Brown · 10 years ago
  33. 14181db Fix a thinko causing test logs for crashes to not get written. by Zachary Turner · 10 years ago
  34. cf6f92a XFAIL TestBuiltinTrap on android-arm (gcc bug) by Tamas Berghammer · 10 years ago
  35. 63a579c Mark TestCreateDuringInstructionStep as flaky on android arm by Pavel Labath · 10 years ago
  36. a729204 Sleep-and-retry after a failure to delete a log file, which may be because antimalware is holding the handle to the just-created file. by Adrian McCarthy · 10 years ago
  37. b1490b6 Don't throw an exception when module cleanup fails. by Zachary Turner · 10 years ago
  38. 090152b Skip TestCreateDuringInstructionStep on android aarch64 by Pavel Labath · 10 years ago
  39. 793d997 Make skipUnlessArch decorator actually skip instead of XFAIL. by Zachary Turner · 10 years ago
  40. c356d8b [LLDB][MIPS] Added expected failure for "test disassembler settings" by Mohit K. Bhakkad · 10 years ago
  41. abb5a35 Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwarf.comp-dir-symlink-paths setting. by Oleksiy Vyalov · 10 years ago
  42. 050d1e8 XFAIL watchpoint tests on Android arm/aarch64 by Tamas Berghammer · 10 years ago
  43. e9bbabc Apply Android -pie switch to buildDefault as well. by Chaoren Lin · 10 years ago
  44. 9070f53 Detect if necessary to build inferior with -pie for Android. by Chaoren Lin · 10 years ago
  45. 636a0e3 Check if altsep exists before replace. by Chaoren Lin · 10 years ago
  46. f355eda Handle altsep ('/' on Windows) in compiler path for log files. by Chaoren Lin · 10 years ago
  47. 137d7ba Fix _LocalProcess.terminate on Windows. by Adrian McCarthy · 10 years ago
  48. 05834cd Reversed r238363, because the message is inconsistent by Sean Callanan · 10 years ago
  49. 0a7202b Run teardown and setup before retry for expectedFlakey tests by Ying Chen · 10 years ago
  50. 7ac3ea4 Added expectedFlakey test decorator by Vince Harron · 10 years ago
  51. b36f917 Remove old local-only linux debugging code by Pavel Labath · 10 years ago
  52. 4470f38 [TestLoadUnload] Enable for Android while skipping it for other remotes. by Siva Chandra · 10 years ago
  53. f7160f3 XFail pexpect tests for Windows hosts. by Chaoren Lin · 10 years ago
  54. e6eea5d Skip TestInferiorChanged if host platform is windows. by Chaoren Lin · 10 years ago
  55. 5d76b1b Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android. by Chaoren Lin · 10 years ago
  56. 77f20fc [TestGdbRemoteAbort] Skip on API 16 Android devices by Siva Chandra · 10 years ago
  57. 29e0392 [lldbtest] Use netloc instead of hostname to look up Android device ID. by Siva Chandra · 10 years ago
  58. 8af9166 [TestChangeProcessGroup] Mark the test as xfail for Android API 16 by Siva Chandra · 10 years ago
  59. 674bc7b XFAIL two tests for android by Pavel Labath · 10 years ago
  60. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  61. 306278f Also don't try to copy a logfile if it doesn't exist. by Zachary Turner · 10 years ago
  62. 5de068b On Windows, delete existing log file before renaming temp file. by Zachary Turner · 10 years ago
  63. b48b404 Don't import module `lock` at global scope. by Zachary Turner · 10 years ago
  64. 85d1965 dotest.py - debug feature that helps find dosep races by Vince Harron · 10 years ago
  65. 1f16037 Re-enable packet logging for GdbRemote/LldbServer tests by Vince Harron · 10 years ago
  66. 35b17dc dotest.py - log session to a file instead of a StringIO class by Vince Harron · 10 years ago
  67. 790d95c Refactored lldb executable name discovery by Vince Harron · 10 years ago
  68. 4629c4b Choose stdlib for test suite based on target platform. by Robert Flack · 10 years ago
  69. 6e1fd35 Skip TestPluginCommands.py if host lldb library is incompatible with remote. by Robert Flack · 10 years ago
  70. fa5ad65 Select expected remote libc++ library name based on remote platform. by Robert Flack · 10 years ago
  71. 19e300f Change session log filename pattern: test before arch by Vince Harron · 10 years ago
  72. 3e2bdb4 os.path.join does not always work for paths on remote platforms. by Chaoren Lin · 10 years ago
  73. 6d3d0f1 Fixed lldb-mi test failures introduced by r236956 by Vince Harron · 10 years ago
  74. 9753dd9 Add support for ./dotest.py --channel and --log-success by Vince Harron · 10 years ago
  75. c849267 Fixed skipIfLinuxClang to check the target architecture by Vince Harron · 11 years ago
  76. f2e3760 Enabled libc++ formatter tests on Linux by Vince Harron · 11 years ago
  77. 0261376 TestMultithreaded improvements by Vince Harron · 11 years ago
  78. 7091c2c XFAIL tests that are failed on linux with gcc-4.9.2 by Ying Chen · 11 years ago
  79. fb2f6c6 Uses the target platform to determine the platform context. by Robert Flack · 11 years ago
  80. 725abcb Bug 23051 - Fix zombie processes after lldb-server tests by Ilia K · 11 years ago
  81. 068898c Fix @skipUnlessPlatform and @skipIfPlatform decorators to work on classes. by Robert Flack · 11 years ago
  82. f4db546 Fix expectedFailureLLGS to expect failure when host platform is not linux. by Robert Flack · 11 years ago
  83. 0f434e6 test: Move amd64 -> x86_64 translation to getArchitecture() by Ed Maste · 11 years ago
  84. 1d57433 Fix LLDB test tracing to include the output (stdout and stderr) of each shell command. by Adrian McCarthy · 11 years ago
  85. 20952cc TestRecursiveInferior fixed on Linux by Vince Harron · 11 years ago
  86. 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 · 11 years ago
  87. bf441f4 Fix FreeBSD test runs after r233311 by Ed Maste · 11 years ago
  88. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 11 years ago
  89. b016b3c Fix lld command on Windows for many tests. by Adrian McCarthy · 11 years ago
  90. 464d1e1 Allow ExpectedFailure* decorators to work with optional arguments by Ying Chen · 11 years ago
  91. efa49c2 Change expectedFailureOS and skipIfPlatform checks to be based on target platform when running test suite remotely. by Robert Flack · 11 years ago
  92. 9581204 Fix test failures caused by order of initialization. by Zachary Turner · 11 years ago
  93. 65fe1eb Tear down tests in reverse order from setting them up. by Zachary Turner · 11 years ago
  94. 3e0ecb2 Fix not_remote_testsuite_ready annotation in the test runner by Tamas Berghammer · 11 years ago
  95. 794e6a6 Fix makefiles to build shared library tests on Windows. by Zachary Turner · 11 years ago
  96. 8974ce2 Add support for XFAILing a test on specific clang versions by Vince Harron · 11 years ago
  97. 1253a81 Skip fdleak tests on android by Tamas Berghammer · 11 years ago
  98. 6698d84 Limit the lenght of the file name of the log file for tests by Tamas Berghammer · 11 years ago
  99. d995305 Skip AsanTestCase and AsanTestReportDataCase on Darwin by Ilia K · 11 years ago
  100. 04f51d1 Refactor GdbRemote test cases to support remote platforms by Tamas Berghammer · 11 years ago