aboutsummaryrefslogtreecommitdiff
path: root/unittests/baseplatformtests.py
AgeCommit message (Expand)AuthorFilesLines
2023-06-16unittests: ensure terminal has 80 chars widthCharles Brunet1-0/+1
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz1-3/+4
2023-05-31mlog: use a hidden class for stateDylan Baker1-2/+2
2023-05-02unittests: add magic flag global to integrate utility methods with unittestEli Schwartz1-0/+5
2023-05-02tests: add workarounds for python brokenness on WindowsEli Schwartz1-0/+3
2023-03-28unittests: Pass the exact backend nameXavier Claessens1-2/+4
2023-03-20backends: add a new "none" backendEli Schwartz1-0/+1
2022-11-22unittests: add and use get_meson_log_raw functionMarvin Scholz1-0/+4
2022-11-22unittests: add and use _open_meson_log functionMarvin Scholz1-12/+17
2022-08-16deprecate running "meson builddir" without setup subcommandEli Schwartz1-2/+2
2022-06-13unittests: do more accurate check for ninja "nothing to do"Eli Schwartz1-2/+2
2022-06-13unittests: allow test commands to suppress returning stderrEli Schwartz1-5/+11
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-6/+6
2022-01-16Add a test for the --vsenv meson setup optionNirbheek Chauhan1-3/+3
2022-01-10pyupgrade --py37-plusEli Schwartz1-1/+1
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan1-8/+15
2021-09-24compilers/rust: Add support for clippyDylan Baker1-2/+3
2021-08-16unittests/base: Allow init method to failDylan Baker1-11/+29
2021-08-16unittests/base: Move code out of the try block of a try/except statementDylan Baker1-15/+18
2021-08-16unittests/baseplatform: don't double print on errorDylan Baker1-2/+4
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
2021-07-26Split run_unittests.py fileXavier Claessens1-0/+438