1. 0417d7d Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having by Eli Bendersky · 12 years ago
  2. cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 12 years ago
  3. a443e5b Remove the C backend. by Eric Christopher · 12 years ago
  4. 0191bfc Add a ${pathsep} variable to lit that expands to : (or ; on win32). by Nico Weber · 12 years ago
  5. 9146e66 lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from Python Win32 Extensions. by NAKAMURA Takumi · 12 years ago
  6. 391c145 Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for me by Francois Pichet · 12 years ago
  7. bb0b6ed lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (obsoleted) written_files[]. by NAKAMURA Takumi · 12 years ago
  8. 7c6ac2e lit/TestRunner.py: [Win32] Rework WinWaitReleased(). by NAKAMURA Takumi · 12 years ago
  9. f567777 lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE% in vcvarsall.bat. by NAKAMURA Takumi · 12 years ago
  10. 6131873 Honour --config-prefix also for lit.local.cfg. by Duncan Sands · 12 years ago
  11. d0b3da1 This is a small patch with a couple of improvements for running lit with --debug: by Andrew Trick · 13 years ago
  12. 7434c9a [lit] Add a --filter option which is useful when dealing with virtual test by Daniel Dunbar · 13 years ago
  13. 08713b3 Disable the crash reporter when running lit tests. by Argyrios Kyrtzidis · 13 years ago
  14. 2d4a5bf lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest -- by Daniel Dunbar · 13 years ago
  15. ebb57cc lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too. by NAKAMURA Takumi · 13 years ago
  16. b0c95fb lit/TestRunner.py: Use RemoveForce(). by NAKAMURA Takumi · 13 years ago
  17. fc1a187 lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file handles to be released by children. by NAKAMURA Takumi · 13 years ago
  18. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  19. 241f997 lit: Drop some unneeded code from example tests. by Daniel Dunbar · 13 years ago
  20. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  21. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  22. bbbc283 lit: Normalize pathsep slashes also on %T. by NAKAMURA Takumi · 13 years ago
  23. 7c12837 Lit option for ignoring stderr output. by Andrew Trick · 13 years ago
  24. 0f9d34c lit: Add %T as a replacement for the output directory by Douglas Gregor · 13 years ago
  25. 4749cc5 utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts. by NAKAMURA Takumi · 13 years ago
  26. 7a13cc6 utils/lit/lit/TestingConfig.py: Split out environment vars for Win32. by NAKAMURA Takumi · 13 years ago
  27. 6bb5fe3 lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warning to Note. by NAKAMURA Takumi · 13 years ago
  28. 2f494b6 Use subprocess.Popen instead of popen2 to stop a deprecation warning when running lit on OS X by Jordy Rose · 13 years ago
  29. f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago
  30. 05c087d Add support to lit for build mode requirements. e.g. by Andrew Trick · 13 years ago
  31. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  32. d4f4e6e raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts. by NAKAMURA Takumi · 13 years ago
  33. 8ea2649 lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. by NAKAMURA Takumi · 13 years ago
  34. 9869c2f utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then we can execute "bash tests". by NAKAMURA Takumi · 13 years ago
  35. 2f017cb On Windows hosts, Python scripts in test/Scripts did not accept binary files from stdin. The environment variable "PYTHONUNBUFFERED" makes stdin as binary. Thanks to Danil Malyshev! by NAKAMURA Takumi · 13 years ago
  36. 214c920 lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as workaround [PR6745] for mingw's tests. Danil Malyshev suggested this. by NAKAMURA Takumi · 13 years ago
  37. 7805cdc lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin. by NAKAMURA Takumi · 13 years ago
  38. f5201bc lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used. by NAKAMURA Takumi · 13 years ago
  39. 302b169 lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools). by NAKAMURA Takumi · 13 years ago
  40. df944f1 lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tools,paths). by NAKAMURA Takumi · 13 years ago
  41. 7a0be17 On Windows, replace each occurrence of '\' by '\\' on the replacement string. This is necessary to prevent re.sub from replacing escape sequences occurring in path. by Francois Pichet · 14 years ago
  42. ba69d3f Disable r122754 on Windows: was causing all lit tests to fail. by Francois Pichet · 14 years ago
  43. 18d4987 by David Greene · 14 years ago
  44. 234da68 by David Greene · 14 years ago
  45. 4d75d80 by David Greene · 14 years ago
  46. 2804235 utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE/*Tests) under whole unittests/ if BUILD_MODE == '.' by NAKAMURA Takumi · 14 years ago
  47. fb4d981 lit.GoogleTest: On case-insensitive filesystem, matching should be case-insensitive when directory name is checked with test_sub_dir. by NAKAMURA Takumi · 14 years ago
  48. 69c4cbe lit: Fix a subtle resource usage bug when executing tests using the internal by Daniel Dunbar · 14 years ago
  49. 18fac3c Test unittests built with CMake. by Michael J. Spencer · 14 years ago
  50. c8417d7 Fix whitespace. by Michael J. Spencer · 14 years ago
  51. 3f42dba lit: Bump version to 0.2.0dev, for no apparent reason. by Daniel Dunbar · 14 years ago
  52. bd26ba0 lit: Tweak setup.py. by Daniel Dunbar · 14 years ago
  53. 3f32b44 lit: These TODOs are done(ish). by Daniel Dunbar · 14 years ago
  54. 7201c9f Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc by Duncan Sands · 14 years ago
  55. c2be84f lit: Expose FileBasedTest object and Test module via 'lit' object that gets by Daniel Dunbar · 14 years ago
  56. ff2dcd3 lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, by Daniel Dunbar · 14 years ago
  57. 1ca8559 lit/GoogleTest: Add .exe to the suffix when looking for tests. by Daniel Dunbar · 14 years ago
  58. bd2499a Expand uses of python 2.6's "A if B else C" syntax into regular by Dan Gohman · 14 years ago
  59. 34f68fc Print a message when a test failure is due to stderr output by Dan Gohman · 14 years ago
  60. e1e5746 Change the logic which interprets output on stderr as an error so that by Dan Gohman · 14 years ago
  61. 8a7ffe6 Don't print "Command output (stdout):" when the command has no output, by Dan Gohman · 14 years ago
  62. e1390c4 Use the regular conditional operator syntax instead of a clever hack. by Dan Gohman · 14 years ago
  63. 6647033 lit: Allow clients to define predefined parameters. by Daniel Dunbar · 14 years ago
  64. 2d4590d lit: Add some example tests for previous commit. by Daniel Dunbar · 14 years ago
  65. b937549 lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the by Daniel Dunbar · 14 years ago
  66. 1befb9b lit: Replace /dev/null in scripts with temporary files on Windows. by Daniel Dunbar · 14 years ago
  67. 771d90f lit: Add a forgotten default argument. by Daniel Dunbar · 14 years ago
  68. f32a41a lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl by Daniel Dunbar · 14 years ago
  69. b0ac867 lit: Add another place to look for bash. by Daniel Dunbar · 14 years ago
  70. bd4fa2e lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the by Daniel Dunbar · 14 years ago
  71. 473a09d lit: Fix OneCommandPerFileTest format when tests are specified directly. by Daniel Dunbar · 14 years ago
  72. b14c699 lit: Add support for 'lit ... @foo', which reads a list of tests to run from by Daniel Dunbar · 14 years ago
  73. e4eae84 lit: Allow test_format to be None. by Daniel Dunbar · 14 years ago
  74. 2381379 lit: Add support to OneCommandPerFileTest format to take input directory from input path. by Daniel Dunbar · 14 years ago
  75. e3a601b add newlines at end of files. by Chris Lattner · 14 years ago
  76. e09ccab Add a FIXME. by Daniel Dunbar · 14 years ago
  77. c3681d3 lit: Make sure to close any files we open as part of redirection. by Daniel Dunbar · 14 years ago
  78. f104f5b lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites for by Daniel Dunbar · 14 years ago
  79. 982873c When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind. by Jeffrey Yasskin · 14 years ago
  80. 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 14 years ago
  81. bcb4d81 Test commit (removed extra blank line) by Ben Holt · 14 years ago
  82. 2f36fe4 Set numThreads to 1 by default when Python is older than 2.5.2. by Torok Edwin · 14 years ago
  83. 1814cf0 lit: Tweak example tests config. by Daniel Dunbar · 14 years ago
  84. fd49430 Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when running by Jeffrey Yasskin · 14 years ago
  85. b5e9770 Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's by Jeffrey Yasskin · 14 years ago
  86. 3554717 Make lit pay attention to --vg for unittests too. by Jeffrey Yasskin · 14 years ago
  87. 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 14 years ago
  88. 2d4e4af If LD_LIBRARY_PATH is set in the system environment, use it. by Duncan Sands · 14 years ago
  89. b8f2e4b Simplify the condition-checking logic and hopefully clear up a build failure by John McCall · 14 years ago
  90. 7b7b907 Teach lit to honor conditional directives. The syntax is: by John McCall · 14 years ago
  91. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 14 years ago
  92. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 14 years ago
  93. cacaa5b lit: Ignore dot files when scanning for tests (e.g., editor temprary files, by Daniel Dunbar · 14 years ago
  94. 3f451ca Remove stray DOS newline. by Daniel Dunbar · 14 years ago
  95. 8d280fb Make lit's gtest support honor config.environment. by Jeffrey Yasskin · 15 years ago
  96. eab04fc lit: Separate test suite from test name with spaces, to make it easier to cut and paste. by Daniel Dunbar · 15 years ago
  97. 9ac75ca lit: Add setuptools support. by Daniel Dunbar · 15 years ago
  98. d24f1f3 lit: Sink code into a 'lit' package. by Daniel Dunbar · 15 years ago
  99. 99ea689 lit: Improve error when gtest discovery fails. by Daniel Dunbar · 15 years ago
  100. 32c9800 lit: Prevent crash-on-invalid (when run on directory which has no test suite). by Daniel Dunbar · 15 years ago