1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 8d4d151 Allow custom formatting of session log file names. by Zachary Turner · 9 years ago
  3. 0eadc53 test: remove use of undefined variables by Saleem Abdulrasool · 9 years ago
  4. c0d0e36 test: add missing splat by Saleem Abdulrasool · 9 years ago
  5. 81eadde test: add missing parameter by Saleem Abdulrasool · 9 years ago
  6. 7c5f7ca test infra: catch bad decorators and import-time errors by Todd Fiala · 9 years ago
  7. bcab648 fix argument usage for '-#' command line option by Todd Fiala · 9 years ago
  8. cef04a2 Store absolute path for lldb executable in dotest.py by Francis Ricci · 9 years ago
  9. 49d3c15 test infra: move test event-related handling into its own package by Todd Fiala · 9 years ago
  10. 190fadc Unicode support on Win32. by Zachary Turner · 10 years ago
  11. 396e02a Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs. by Adrian McCarthy · 10 years ago
  12. b132938 Add a symbolic link from the test directory to the actual - elsewhere located - path that contains the test cases - and teach the test suite driver to resolve paths that contain symbolic links to test cases by Enrico Granata · 10 years ago
  13. 6d3de12 test-infra: refactored new summary results into base ResultsFormatter class by Todd Fiala · 10 years ago
  14. 685a757 test infra: enable single-worker rerun phase for flakey tests. by Todd Fiala · 10 years ago
  15. f098e4f Make debug info specification use categories system. by Zachary Turner · 10 years ago
  16. 9315392 test infra: adds book-keeping for rerunnable tests by Todd Fiala · 10 years ago
  17. b68dbfa2 Revert "Revert "Turn on new test summary results by default."" by Todd Fiala · 10 years ago
  18. 742afdb Remove -S option from dotest.py. by Zachary Turner · 10 years ago
  19. 6a188e6 Remove -r and -R options from dotest.py. by Zachary Turner · 10 years ago
  20. 027158f Revert "Turn on new test summary results by default." by Pavel Labath · 10 years ago
  21. 923fdba Remove the -y option from dotest.py. by Zachary Turner · 10 years ago
  22. 70ed573 Remove the -x option from dotest.py. by Zachary Turner · 10 years ago
  23. 21accab Remove deprecated command line options from dotest.py by Zachary Turner · 10 years ago
  24. 80310c2 Remove the --output-on-success command line argument from dotest. by Zachary Turner · 10 years ago
  25. 3cfa314 Remove the -T option from dotest.py. by Zachary Turner · 10 years ago
  26. b08ab72 Remove -w option from dotest.py. by Zachary Turner · 10 years ago
  27. 94ea56b Remove the -P option from dotest.py by Zachary Turner · 10 years ago
  28. 35a7610 Delete the -n command line option from dotest.py. by Zachary Turner · 10 years ago
  29. 6c9e444 Remove the -i command line option from dotest.py. by Zachary Turner · 10 years ago
  30. d2a93fd Delete the -F command line option from dotest.py. by Zachary Turner · 10 years ago
  31. 7697203 Remove -k command line option from dotest.py. by Zachary Turner · 10 years ago
  32. 6c87333 Remove -e option from dotest.py. by Zachary Turner · 10 years ago
  33. c816013 Remove -libcxx option from dotest.py by Zachary Turner · 10 years ago
  34. 1f99176 Turn on new test summary results by default. by Todd Fiala · 10 years ago
  35. 5183147 wire timeouts and exceptional inferior process exits through the test event system by Todd Fiala · 10 years ago
  36. d865c6b Remove the -c option from dotest.py. by Zachary Turner · 10 years ago
  37. 5067158 Remove the -X option from dotest.py by Zachary Turner · 10 years ago
  38. 7544602 Remove the -g option from dotest.py by Zachary Turner · 10 years ago
  39. 2155d5d Remove the -b option from dotest.py by Zachary Turner · 10 years ago
  40. aad25fb Remove +b option from dotest.py by Zachary Turner · 10 years ago
  41. b0dcbd4 Remove the -D option from dotest.py. by Zachary Turner · 10 years ago
  42. 9cbf7dd Fixup dotest.py on mac for the configuration package by Pavel Labath · 10 years ago
  43. bddf180 Fixup dotest.py after the configuration package introduction by Pavel Labath · 10 years ago
  44. b4733e6 Move LLDBTestResult class to its own module. by Zachary Turner · 10 years ago
  45. 606e3a5 Get rid of global variables in dotest.py by Zachary Turner · 10 years ago
  46. de02939 Refactor ResultsFormatter creation into result_formatter. by Todd Fiala · 10 years ago
  47. 905a988 Rename test_results.py to result_formatter.py. by Zachary Turner · 10 years ago
  48. 194913f Make --results-file stdout implied if unspecified when using a results formatter. by Todd Fiala · 10 years ago
  49. cee6a6a Add --curses shortcut for specifying the curses-based test results formatter. by Todd Fiala · 10 years ago
  50. c0a5553 Fix Linux tests after r252348. by Chaoren Lin · 10 years ago
  51. e73a060 Python 3 - Port use of string.maketrans and don't use sets.Set. by Zachary Turner · 10 years ago
  52. f2a37ee Another import fix for OS X. by Chaoren Lin · 10 years ago
  53. 18da38e Fix OS X tests. by Chaoren Lin · 10 years ago
  54. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  55. e6ba053 Python 3 - Don't use `os.path.walk`, it's removed in Py3. by Zachary Turner · 10 years ago
  56. 5f92a13 Teach LLDB how to directly launch processes on the iOS simulator by Enrico Granata · 10 years ago
  57. d8078ff Fix test infrastructure when using xunit output. by Todd Fiala · 10 years ago
  58. bbc5b46 Python 3 - Use universal_newlines when calling subprocess.check_output by Zachary Turner · 10 years ago
  59. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  60. bb03a46 Python 3 - Don't use `commands` module anymore. by Zachary Turner · 10 years ago
  61. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  62. 23d59c5 Revert "Make new dotest.py executable" by Pavel Labath · 10 years ago
  63. 05e1f49 Revert "Remove the __import__ hack of lldbtest_config." by Pavel Labath · 10 years ago
  64. 2264df4 Remove the __import__ hack of lldbtest_config. by Zachary Turner · 10 years ago
  65. 7d56454 Make dosep correctly invoke the top-level script when forking out by Zachary Turner · 10 years ago
  66. 4761f78 Make new dotest.py executable by Pavel Labath · 10 years ago
  67. 8627209 Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py by Enrico Granata · 10 years ago
  68. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago