summaryrefslogtreecommitdiff
path: root/run_single_test.py
AgeCommit message (Expand)Author
2024-11-20run_single_test.py: skip setup_symlinks() call on WindowsLuca Bacci
2024-11-05run_single_test.py: Fix for symlink changesDylan Baker
2024-09-23run_single_test: Ensure symlinks exist and are cleaned upAndrew McNulty
2024-07-12tests: rename poorly named function and add report argumentDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz
2023-05-25run_single_test: add a --quick option to skip compiler/tool checkingDylan Baker
2022-07-11run_single_test: Allow passing extra args like run_project_testDylan Baker
2022-04-03project tests: log the reason why a test is skippedEli Schwartz
2021-11-22run_single_test: honor the --use-tmpdir flagDylan Baker
2021-11-22run_single_test: fix running failing testsDylan Baker
2021-07-07Drop checking skippable() in run_single_testJon Turney
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger
2021-06-09tests: Reduce complexity of the run_tests signatureDaniel Mensinger
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger
2021-03-23run_single_test: Handle MESON_SKIP_TEST correctlyDylan Baker
2021-02-23add a script to run a single testDylan Baker