aboutsummaryrefslogtreecommitdiff
path: root/run_single_test.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz1-10/+3
2023-05-25run_single_test: add a --quick option to skip compiler/tool checkingDylan Baker1-2/+5
2022-07-11run_single_test: Allow passing extra args like run_project_testDylan Baker1-1/+4
2022-04-03project tests: log the reason why a test is skippedEli Schwartz1-2/+18
2021-11-22run_single_test: honor the --use-tmpdir flagDylan Baker1-1/+1
2021-11-22run_single_test: fix running failing testsDylan Baker1-1/+10
2021-07-07Drop checking skippable() in run_single_testJon Turney1-2/+2
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger1-1/+1
2021-06-09tests: Reduce complexity of the run_tests signatureDaniel Mensinger1-24/+12
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger1-1/+1
2021-03-23run_single_test: Handle MESON_SKIP_TEST correctlyDylan Baker1-3/+3
2021-02-23add a script to run a single testDylan Baker1-0/+89