summaryrefslogtreecommitdiff
path: root/libcxx/utils/run.py
AgeCommit message (Expand)Author
2023-09-21[libc++] Fix how we run codesign in the test suite when --codesign_identity i...Louis Dionne
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta
2023-04-27[libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö
2023-01-10[libc++][utils] Remove unused import in `run.py`Joe Loser
2021-04-01[libc++] Fix codesigning in run.pyLouis Dionne
2021-03-02[libcxx] [test] Pass some windows environment variables through to test proce...Martin Storsjö
2020-11-04[libc++] Don't run tests in a shell in the default executorLouis Dionne
2020-07-21[libcxx][lit] Simplify parsing of trailing executor argumentsAlex Richardson
2020-06-12[libc++] Make executor scripts executableLouis Dionne
2020-06-10[libc++] Consider everything inside %T to be a dependency of each testLouis Dionne
2020-04-18[libc++] Use proper shell escaping in the executorsLouis Dionne
2020-04-17Revert "[libc++] Use proper shell escaping in the executors"Louis Dionne
2020-04-17[libc++] Use proper shell escaping in the executorsLouis Dionne
2020-04-14[libc++] run.py: Create directory hierarchy if it does not existLouis Dionne
2020-04-07[libc++] Run tests in a directory related to %t instead of /tmpLouis Dionne
2020-04-03[libc++] Lit: Add default values for most arguments of test executorsLouis Dionne
2020-04-01[libc++] Execute tests from the Lit execution root instead of the test treeLouis Dionne
2020-03-31[libc++] Execute tests using an external shellLouis Dionne
2020-03-20[libc++] Properly handle environment variables with '=' in themLouis Dionne
2020-03-20[libc++] Make the %run substitution closer to how .pass.cpp tests are executedLouis Dionne
2019-09-05[libcxx] Codesign test executables if necessaryVedant Kumar