summaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2017-09-16[lit] Fix the lit unit tests.Zachary Turner
2017-09-16[lit] Add a single process mode.Zachary Turner
2017-09-16Revert lit changes related to lit.llvm module.Zachary Turner
2017-09-16[lit] Fix another Python 3 error.Zachary Turner
2017-09-16[lit] Better check for integral value.Zachary Turner
2017-09-16Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15[lit] Revert "Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15[lit] Remove some code that I forgot to remove.Zachary Turner
2017-09-15[lit] Add a lit.llvm module that all test suites can use.Zachary Turner
2017-09-14[lit] Fix some windows line endings that snuck in.Zachary Turner
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner
2017-08-31[lit] Fix some issues with short paths in test discovery introduced in r312254Reid Kleckner
2017-08-31[lit] Make symlinks in test paths work a different wayReid Kleckner
2017-08-31Revert "[lit] Don't call realpath on the path used for test suite search"Reid Kleckner
2017-08-31[lit] Don't call realpath on the path used for test suite searchReid Kleckner
2017-08-23Make lit :: shtest-format.py supported on Windows againVictor Leschuk
2017-08-19Temporary mark lit :: shtest-format as unsupported on windowsVictor Leschuk
2017-08-18[lit] support unsetting env variables (again!)Ben Dunbobbin
2017-08-03Fix check-lit compatibility with multi-config CMake generatorsGreg Bedwell
2017-08-02Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"Reid Kleckner
2017-07-31[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configsReid Kleckner
2017-07-29lit::shtest-format.py: Make write-bad-encoding.py py3-aware.NAKAMURA Takumi
2017-07-28[lit] Use a %{python} substitution to avoid relying on python being on PATHReid Kleckner
2017-07-28[lit] Remove stale test inputs before running check-litReid Kleckner
2017-07-28[lit] Dump some FileCheck inputs to try to debug some failing testsReid Kleckner
2017-07-28[lit] Fix shtest-format external_shell failuresReid Kleckner
2017-07-28[lit] Port googletest lit tests to WindowsReid Kleckner
2017-07-27[lit] Fix TestRunner unit test on WindowsBrian Gesiak
2017-07-27Un-revert "Teach the CMake build system to run lit's test suite. These can be...Brian Gesiak
2017-07-27[lit] Fix order of checks in shtest-shell.py testBrian Gesiak
2017-07-26[lit] Fix race between shtest-shell and max-failures testsReid Kleckner
2017-07-26[lit] Fix shtest-shell and max-failures lit tests on WindowsReid Kleckner
2017-07-26[lit] Fix shtest-output-printing.py on Windows by matching either / or \\Reid Kleckner
2017-07-26[lit] Fix discovery.py on Windows by matching backslashes when necessaryReid Kleckner
2017-07-26[lit] Un-XFAIL selecting.py test on WindowsReid Kleckner
2017-07-26Un-XFAIL some internal lit tests on Windows, they pass for me locallyReid Kleckner
2017-07-26Fix LIT test breakageGeorge Karpenkov
2017-07-26[lit] Mark several of lit's tests XFAIL on WindowsBrian Gesiak
2017-07-26[lit] Fix type error for parallelism groupsBrian Gesiak
2017-07-26Revert "[lit] Remove dead code not referenced in the LLVM SVN repo."Brian Gesiak
2017-07-26[lit] Attempt to fix Python unittest adaptor logicReid Kleckner
2017-07-25[lit] Fix UnboundLocalError for invalid shtest redirectsMichal Gorny
2017-07-13[lit] add a -vv option to echo all executed commands.George Karpenkov
2017-07-11[lit] Fix import StringIO errors in Python 3Reid Kleckner
2017-07-11[lit] Implement non-pipelined echo commands internallyReid Kleckner
2017-07-07[lit] Modify LIT to accept environment variable LIT_FILTER to select tests.George Karpenkov
2017-07-06[lit] Factor out some shell input/output redirection logic, NFCReid Kleckner
2017-07-06[lit] Fix unit test discovery for Visual Studio builds.David L. Jones