1. 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
  2. 814c813 New test suite option (-T) by Enrico Granata · 11 years ago
  3. 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
  4. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  5. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  6. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  7. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  8. 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
  9. a964b09 Fix TestPublicAPIHeaders test on Linux. by Matt Kopec · 12 years ago
  10. 2476557 Fix a bug that causes dotest.py to exit with a passing exit-code, even if some tests fail by Daniel Malea · 12 years ago
  11. 75f260a Make the progress bar opt in (using the -P option.) by Jim Ingham · 12 years ago
  12. d3eb837 Include a small argparse compatibility layer for Python < 2.7 by Filipe Cabecinhas · 12 years ago
  13. 361eb43 Improve test harness for the buildbots by Daniel Malea · 12 years ago
  14. 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 · 12 years ago
  15. 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 · 12 years ago
  16. bc0c5a6 <rdar://problem/13176279> by Enrico Granata · 12 years ago
  17. 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 · 12 years ago
  18. 2777b01 Fix bug in test harness to allow running dotest.py without "--executable" flag on Linux by Daniel Malea · 12 years ago
  19. 21e32a6 Fix lldb -P on Linux by Daniel Malea · 12 years ago
  20. 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 · 12 years ago
  21. 58b03a4 Fixing the -f option so that one specify multiple filters, e.g. by Enrico Granata · 12 years ago
  22. b810628 Skip dsym tests on Linux by Daniel Malea · 12 years ago
  23. 502000d Fixes to make the test suite work better when by Sean Callanan · 12 years ago
  24. 0acf4c6 Added --framework and --executable arguments by Sean Callanan · 12 years ago
  25. 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
  26. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  27. d9d9463 Added support for the DebugClang configuration to the testsuite. by Sean Callanan · 12 years ago
  28. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  29. 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
  30. 8c13064 Fix wrong directory pathname. by Johnny Chen · 12 years ago
  31. a73ad66 Catch timestamps for the beginning and end of the test suite run. by Johnny Chen · 12 years ago
  32. 0e1d06d Indentation fix for dotest.py. by Filipe Cabecinhas · 12 years ago
  33. c056664 Make dotest.py runnable from a directory other than lldb/test by Filipe Cabecinhas · 12 years ago
  34. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  35. 4e651b1 Maked LLDB into a package so we can import things without poluting the global namespace. by Greg Clayton · 12 years ago
  36. 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
  37. be45227 LLDB test suite should also output the config info string along with the stack trace. by Johnny Chen · 12 years ago
  38. e6d88a8 Simplify the progress bar display when neither "-v" nor "-t" is passed to the test driver. by Johnny Chen · 12 years ago
  39. ac97a6b Add the capability of supplying the pre/post-flight functions to the test suite such that by Johnny Chen · 12 years ago
  40. bb4800e Make the default architectures to run as both 64 and 32-bit. by Johnny Chen · 12 years ago
  41. 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
  42. 1abe4c0 Add a '-E' option to the test driver for the purpose of specifying some extra CFLAGS by Johnny Chen · 12 years ago
  43. ab33808 Disabled the i386 tests pending fixes in the JIT. by Sean Callanan · 12 years ago
  44. 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
  45. 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
  46. 6346a29 Add a period. by Johnny Chen · 13 years ago
  47. 0f907b8 Add a '-u ENV_VAR_NAME' option to the test driver, whose purpose is to unset the said by Johnny Chen · 13 years ago
  48. 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 · 13 years ago
  49. 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 · 13 years ago
  50. 0896719 Add a simple progress bar when neither '-v' nor '-t' is specified. by Johnny Chen · 13 years ago
  51. 028d8eb Add an option '-S' to skip the build and cleanup while running the test. by Johnny Chen · 13 years ago
  52. 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
  53. 91da005 Fix a typo. by Johnny Chen · 13 years ago
  54. 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
  55. 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
  56. eef9057 Add bench.py as a driver script to run some benchmarks on lldb. by Johnny Chen · 13 years ago
  57. 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
  58. 8a1b122 Breakpoint specification can have the form '-n main', so it's not a good idea to by Johnny Chen · 13 years ago
  59. 5f2ed17 Parameterize the iteration count used when running benchmarks, instead of hard-coded inside the test case. by Johnny Chen · 13 years ago
  60. 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
  61. 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
  62. 6a45148 Minor change for output message (less is better). by Johnny Chen · 13 years ago
  63. 178c8d9 To be more paranoid, check cmd_output before searching in it. by Johnny Chen · 13 years ago
  64. 6a4e087 Rephrase the checkDsymForUUIDIsNotOn() a bit so that in the normal case where automatic by Johnny Chen · 13 years ago
  65. 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
  66. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  67. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  68. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  69. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  70. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  71. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  72. 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
  73. b264c9b Compute svn_info for git-svn bridge, too. by Johnny Chen · 13 years ago
  74. 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
  75. 132476f Set LLDB_SESSION_DIRNAME to absolute path by Peter Collingbourne · 13 years ago
  76. f6c3de8 Modify TestHelp to search for LLDB-Info.plist in the correct place by Peter Collingbourne · 13 years ago
  77. 61aca48 Have dotest.py search for test cases in its own directory by default, by Peter Collingbourne · 13 years ago
  78. 5f2b5d6 Fix typo: curret -> current by Peter Collingbourne · 13 years ago
  79. b5fe80c Let's also stick the svn info for the base directory into a file under by Johnny Chen · 13 years ago
  80. ab2f066 For a test with unexpected success status, we also dump its session info into a unique file. by Johnny Chen · 13 years ago
  81. f2c7b28 Docstring. by Johnny Chen · 13 years ago
  82. 979cb5d Docstring changees. by Johnny Chen · 13 years ago
  83. eee9b86 Simplify the parsing of ARCH and Compiler specs. by Johnny Chen · 13 years ago
  84. a2486f2 Use self.TraceOn() API. by Johnny Chen · 13 years ago
  85. 4f347cb Have "-h" print just the command arguments, and "-h -v" print the examples as well. by Jim Ingham · 13 years ago
  86. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  87. d793146 As a simple measure, output the lldb version and the svn info for by Johnny Chen · 13 years ago
  88. 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
  89. 26901c8 Add a mechanism to discover the full path of the 'lldb' program into the test driver. by Johnny Chen · 13 years ago
  90. 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
  91. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  92. ad626a7 Don't enable thread safe logging as it currently deadlocks logging. by Greg Clayton · 14 years ago
  93. 212baf4 Make logs threadsafe (add the -t option) when logging API stuff. by Greg Clayton · 14 years ago
  94. 6a564a4 Refactored the test driver to abstract out the Python sys.path specification for by Johnny Chen · 14 years ago
  95. d9846b0 Added support for Xcode 4 build directories. by Greg Clayton · 14 years ago
  96. d536233 Added comment. by Johnny Chen · 14 years ago
  97. 50bc638 Add a "-D" option to the test driver which dumps the Python sys.path variable by Johnny Chen · 14 years ago
  98. 012cba1 Add "-A arch_spec" and "-C compiler_spec" options to the test driver. Example: by Johnny Chen · 14 years ago
  99. 067022b Print out the command line used to invoke the test suite so I don't get confused by Johnny Chen · 14 years ago
  100. 0de6ab5 Added special logic to faciliate profiling the test suite run with the cProfile.py by Johnny Chen · 14 years ago