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