Age | Commit message (Expand) | Author |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-18 | raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts. | NAKAMURA Takumi |
2011-03-15 | lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. | NAKAMURA Takumi |
2011-03-05 | utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ... | NAKAMURA Takumi |
2011-03-05 | On Windows hosts, Python scripts in test/Scripts did not accept binary files ... | NAKAMURA Takumi |
2011-02-17 | lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ... | NAKAMURA Takumi |
2011-02-10 | lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin. | NAKAMURA Takumi |
2011-02-10 | lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used. | NAKAMURA Takumi |
2011-02-09 | lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools). | NAKAMURA Takumi |
2011-02-09 | lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tool... | NAKAMURA Takumi |
2011-01-08 | On Windows, replace each occurrence of '\' by '\\' on the replacement string.... | Francois Pichet |
2011-01-04 | Disable r122754 on Windows: was causing all lit tests to fail. | Francois Pichet |
2011-01-03 | Reapply 122341 to fix PR8199 now that clang changes are in. | David Greene |
2010-12-21 | Revert 122341. It breaks some darwin tests. | David Greene |
2010-12-21 | Fix PR 8199. This patch prepends the build tool dir to LLVM programs | David Greene |
2010-12-07 | utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE... | NAKAMURA Takumi |
2010-11-19 | lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen... | NAKAMURA Takumi |
2010-09-29 | lit: Fix a subtle resource usage bug when executing tests using the internal | Daniel Dunbar |
2010-09-24 | Test unittests built with CMake. | Michael J. Spencer |
2010-09-24 | Fix whitespace. | Michael J. Spencer |
2010-09-18 | lit: Bump version to 0.2.0dev, for no apparent reason. | Daniel Dunbar |
2010-09-18 | lit: Tweak setup.py. | Daniel Dunbar |
2010-09-18 | lit: These TODOs are done(ish). | Daniel Dunbar |
2010-09-17 | Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc | Duncan Sands |
2010-09-15 | lit: Expose FileBasedTest object and Test module via 'lit' object that gets | Daniel Dunbar |
2010-09-15 | lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, | Daniel Dunbar |
2010-08-19 | lit/GoogleTest: Add .exe to the suffix when looking for tests. | Daniel Dunbar |
2010-08-10 | Expand uses of python 2.6's "A if B else C" syntax into regular | Dan Gohman |
2010-08-04 | Print a message when a test failure is due to stderr output | Dan Gohman |
2010-08-04 | Change the logic which interprets output on stderr as an error so that | Dan Gohman |
2010-08-04 | Don't print "Command output (stdout):" when the command has no output, | Dan Gohman |
2010-08-04 | Use the regular conditional operator syntax instead of a clever hack. | Dan Gohman |
2010-08-02 | lit: Allow clients to define predefined parameters. | Daniel Dunbar |
2010-07-22 | lit: Add some example tests for previous commit. | Daniel Dunbar |
2010-07-21 | lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the | Daniel Dunbar |
2010-06-12 | lit: Replace /dev/null in scripts with temporary files on Windows. | Daniel Dunbar |
2010-06-11 | lit: Add a forgotten default argument. | Daniel Dunbar |
2010-06-11 | lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl | Daniel Dunbar |
2010-05-19 | lit: Add another place to look for bash. | Daniel Dunbar |
2010-05-12 | lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the | Daniel Dunbar |
2010-05-12 | lit: Fix OneCommandPerFileTest format when tests are specified directly. | Daniel Dunbar |
2010-05-12 | lit: Add support for 'lit ... @foo', which reads a list of tests to run from | Daniel Dunbar |
2010-05-05 | lit: Allow test_format to be None. | Daniel Dunbar |
2010-04-09 | lit: Add support to OneCommandPerFileTest format to take input directory from... | Daniel Dunbar |
2010-04-07 | add newlines at end of files. | Chris Lattner |
2010-03-31 | Add a FIXME. | Daniel Dunbar |
2010-03-31 | lit: Make sure to close any files we open as part of redirection. | Daniel Dunbar |
2010-03-25 | lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites for | Daniel Dunbar |
2010-03-21 | When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind. | Jeffrey Yasskin |
2010-03-20 | Add support for XFAILing valgrind runs with memory leak checking independently | Jeffrey Yasskin |