1. 042b14c Allow building test suite with non-default libc++ by Daniel Malea · 11 years ago
  2. 2bf9633 Allow test categories to be skipped. by Stefanus Du Toit · 11 years ago
  3. 1d6437d Fix problematic override _exc_info_to_string by Daniel Malea · 11 years ago
  4. f3b68be Fix python 2.6 compatibility issue introduced by r184615 by Daniel Malea · 11 years ago
  5. b0cb21e More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS by Enrico Granata · 11 years ago
  6. bd5505c Skip dsym tests also on FreeBSD by Ed Maste · 11 years ago
  7. 6fa3c50 Test suite support for setting arguments through the environment by Enrico Granata · 11 years ago
  8. 571358f Huge speedup for testsuite categories by Enrico Granata · 11 years ago
  9. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  10. 782e474 Find 'ps' command using which() rather than invoking directly by Daniel Malea · 11 years ago
  11. 69d7c10 Making it possible to specify a substring for a category name as long as the match is unique by Enrico Granata · 11 years ago
  12. 814c813 New test suite option (-T) by Enrico Granata · 11 years ago
  13. 0ad9297 When specifying a relative path for the --framework option to dotest.py, Python would end up being confused and unable to locate the embedded_interpreter module, causing every testcase that uses the Script Interpreter (e.g. functionalities/data-formatter/data-formatter-stl/libstdcpp) to fail without even trying by Enrico Granata · 11 years ago
  14. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  15. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  16. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  17. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  18. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  19. a964b09 Fix TestPublicAPIHeaders test on Linux. by Matt Kopec · 11 years ago
  20. 2476557 Fix a bug that causes dotest.py to exit with a passing exit-code, even if some tests fail by Daniel Malea · 11 years ago
  21. 75f260a Make the progress bar opt in (using the -P option.) by Jim Ingham · 11 years ago
  22. d3eb837 Include a small argparse compatibility layer for Python < 2.7 by Filipe Cabecinhas · 11 years ago
  23. 361eb43 Improve test harness for the buildbots by Daniel Malea · 11 years ago
  24. 7721589 Daniel Malea caught an issue where calling dotest.py with an invalid directory would cause the progressbar init code to raise an exception by Enrico Granata · 11 years ago
  25. a182573 The new progress bar mode was losing us information compared to the old dots mode in that we would have no way of knowing about test failures (short of peeking into the test result directory.. and you're not supposed to peek!) by Enrico Granata · 11 years ago
  26. bc0c5a6 <rdar://problem/13176279> by Enrico Granata · 11 years ago
  27. b85785c Unset the environment variables as soon as possible when running the test suite. Also don't store the unset list into a global when they aren't needed in a global variable. by Greg Clayton · 11 years ago
  28. 2777b01 Fix bug in test harness to allow running dotest.py without "--executable" flag on Linux by Daniel Malea · 11 years ago
  29. 21e32a6 Fix lldb -P on Linux by Daniel Malea · 11 years ago
  30. aa93c93 Added an SBAPI to get the PythonPath (if the Host knows how to do that). And a -P option to the Driver by Jim Ingham · 11 years ago
  31. 58b03a4 Fixing the -f option so that one specify multiple filters, e.g. by Enrico Granata · 11 years ago
  32. b810628 Skip dsym tests on Linux by Daniel Malea · 12 years ago
  33. 502000d Fixes to make the test suite work better when by Sean Callanan · 12 years ago
  34. 0acf4c6 Added --framework and --executable arguments by Sean Callanan · 12 years ago
  35. 2d32924 Better error message for invalid argument to --category - silenced the printout of the raw args when not in verbose mode by Enrico Granata · 12 years ago
  36. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  37. d9d9463 Added support for the DebugClang configuration to the testsuite. by Sean Callanan · 12 years ago
  38. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  39. 4793e94 Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a hand coded option. I made a few modifications: by Greg Clayton · 12 years ago
  40. 8c13064 Fix wrong directory pathname. by Johnny Chen · 12 years ago
  41. a73ad66 Catch timestamps for the beginning and end of the test suite run. by Johnny Chen · 12 years ago
  42. 0e1d06d Indentation fix for dotest.py. by Filipe Cabecinhas · 12 years ago
  43. c056664 Make dotest.py runnable from a directory other than lldb/test by Filipe Cabecinhas · 12 years ago
  44. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  45. 4e651b1 Maked LLDB into a package so we can import things without poluting the global namespace. by Greg Clayton · 12 years ago
  46. 3bc7e5e Add a '-R' option, which is similar to '-r', except that the relocated directory, if exists, will be removed entirely by Johnny Chen · 12 years ago
  47. be45227 LLDB test suite should also output the config info string along with the stack trace. by Johnny Chen · 12 years ago
  48. e6d88a8 Simplify the progress bar display when neither "-v" nor "-t" is passed to the test driver. by Johnny Chen · 12 years ago
  49. ac97a6b Add the capability of supplying the pre/post-flight functions to the test suite such that by Johnny Chen · 12 years ago
  50. bb4800e Make the default architectures to run as both 64 and 32-bit. by Johnny Chen · 12 years ago
  51. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 12 years ago
  52. 1abe4c0 Add a '-E' option to the test driver for the purpose of specifying some extra CFLAGS by Johnny Chen · 12 years ago
  53. ab33808 Disabled the i386 tests pending fixes in the JIT. by Sean Callanan · 12 years ago
  54. 92693b5 Add the capability on OS X to utilize 'xcrun' to locate the compilers used for building the inferior programs by Johnny Chen · 12 years ago
  55. 7798d78 Change the test driver so that, by default, it takes into consideration of both 'x86_64' and 'i386' architectures by Johnny Chen · 12 years ago
  56. 6346a29 Add a period. by Johnny Chen · 12 years ago
  57. 0f907b8 Add a '-u ENV_VAR_NAME' option to the test driver, whose purpose is to unset the said by Johnny Chen · 12 years ago
  58. e9eae81 Add a '-X excluded-dir' option to the test driver to exclude a directory from consideration during test discovery. For example: by Johnny Chen · 12 years ago
  59. ce9cf4e Add usage example of specifying the full path to the compiler used while building the debuggees for running the test suite. by Johnny Chen · 12 years ago
  60. 0896719 Add a simple progress bar when neither '-v' nor '-t' is specified. by Johnny Chen · 13 years ago
  61. 028d8eb Add an option '-S' to skip the build and cleanup while running the test. by Johnny Chen · 13 years ago
  62. 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
  63. 91da005 Fix a typo. by Johnny Chen · 13 years ago
  64. 8904eb0 Print out the version of the locally built 'lldb' binary, not the one found in your PATH env variable. by Johnny Chen · 13 years ago
  65. 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
  66. eef9057 Add bench.py as a driver script to run some benchmarks on lldb. by Johnny Chen · 13 years ago
  67. fe5f1ed Add a '-n' option to turn off printings of build dir, lldb version, svn info, and other headers by Johnny Chen · 13 years ago
  68. 8a1b122 Breakpoint specification can have the form '-n main', so it's not a good idea to by Johnny Chen · 13 years ago
  69. 5f2ed17 Parameterize the iteration count used when running benchmarks, instead of hard-coded inside the test case. by Johnny Chen · 13 years ago
  70. 38f823c Add '-k' option to the test driver to be able to specify a runhook, which is an lldb command by Johnny Chen · 13 years ago
  71. e00c930 Add '-e' and '-x' options to the test driver to be able to specify an executable (full path) by Johnny Chen · 13 years ago
  72. 6a45148 Minor change for output message (less is better). by Johnny Chen · 13 years ago
  73. 178c8d9 To be more paranoid, check cmd_output before searching in it. by Johnny Chen · 13 years ago
  74. 6a4e087 Rephrase the checkDsymForUUIDIsNotOn() a bit so that in the normal case where automatic by Johnny Chen · 13 years ago
  75. 2891bb0 Add a check for the test driver to make sure that, on Mac OS X, the automatic lookup and caching by Johnny Chen · 13 years ago
  76. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  77. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  78. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  79. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  80. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  81. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  82. c5fa005 Add a redo.py script which takes a session directory name as arg and digs into the directory by Johnny Chen · 13 years ago
  83. b264c9b Compute svn_info for git-svn bridge, too. by Johnny Chen · 13 years ago
  84. c935a89 Fix the log channel for gdb-remote. It should be "gdb-remote" now, instead of "process.gdb-remote". by Johnny Chen · 13 years ago
  85. 132476f Set LLDB_SESSION_DIRNAME to absolute path by Peter Collingbourne · 13 years ago
  86. f6c3de8 Modify TestHelp to search for LLDB-Info.plist in the correct place by Peter Collingbourne · 13 years ago
  87. 61aca48 Have dotest.py search for test cases in its own directory by default, by Peter Collingbourne · 13 years ago
  88. 5f2b5d6 Fix typo: curret -> current by Peter Collingbourne · 13 years ago
  89. b5fe80c Let's also stick the svn info for the base directory into a file under by Johnny Chen · 13 years ago
  90. ab2f066 For a test with unexpected success status, we also dump its session info into a unique file. by Johnny Chen · 13 years ago
  91. f2c7b28 Docstring. by Johnny Chen · 13 years ago
  92. 979cb5d Docstring changees. by Johnny Chen · 13 years ago
  93. eee9b86 Simplify the parsing of ARCH and Compiler specs. by Johnny Chen · 13 years ago
  94. a2486f2 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  95. 4f347cb Have "-h" print just the command arguments, and "-h -v" print the examples as well. by Jim Ingham · 13 years ago
  96. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  97. d793146 As a simple measure, output the lldb version and the svn info for by Johnny Chen · 13 years ago
  98. 8a3c043 Add pexpect-2.4 (a pure Python module for controlling and automating other programs) to the test directory. by Johnny Chen · 13 years ago
  99. 26901c8 Add a mechanism to discover the full path of the 'lldb' program into the test driver. by Johnny Chen · 13 years ago
  100. 1a4d5e7 Add the ability for the test suite to specify a list of compilers and a list of architectures by Johnny Chen · 13 years ago