summaryrefslogtreecommitdiff
path: root/run_tests.py
Commit message (Expand)AuthorAgeFilesLines
* unittests: Pass the exact backend nameXavier Claessens2023-03-281-2/+2
* project tests: add log of the setup command being runEli Schwartz2023-03-201-3/+3
* tests: fix regression that broke mtest_inprocessEli Schwartz2023-03-201-1/+1
* CI: log individual steps in run_testsEli Schwartz2023-02-131-4/+8
* python 3.11: suppress an incorrect EncodingWarningEli Schwartz2022-11-031-0/+9
* compilers: directly import from subpackagesEli Schwartz2022-09-191-4/+5
* unittests: move get_convincing_fake_env_and_cc to run_tests.pyMarvin Scholz2022-03-311-1/+12
* use a more sane check instead of run_custom_lintEli Schwartz2022-03-011-0/+8
* unittests: make ninja detection faster and more robustEli Schwartz2022-02-171-8/+12
* Add a test for the --vsenv meson setup optionNirbheek Chauhan2022-01-161-4/+3
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-2/+2
* pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger2021-06-291-1/+5
* coverage: Enable coverage reportsDaniel Mensinger2021-06-221-49/+29
* tests: clear mesonlib.project_meson_versions (which **really** needs a refactor)Daniel Mensinger2021-06-181-0/+2
* tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger2021-06-181-3/+11
* typing: Fully annotate run_project_tests.pyDaniel Mensinger2021-06-091-9/+9
* Remove HFS workaround as everyone should use APFS by now.Jussi Pakkanen2021-05-291-7/+0
* Set up VS environment automatically when run.Jussi Pakkanen2021-05-131-1/+2
* Set unittest backend with an argument rather than an envvar.Jussi Pakkanen2021-05-081-2/+1
* Xcode: add objective C flags to plain C because Xcode requires it.Jussi Pakkanen2021-04-251-3/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-8/+8
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* add a script to run a single testDylan Baker2021-02-231-1/+2
* run_*_tests: Add some type annotationsDylan Baker2021-02-231-12/+19
* mlog: add __str__ method to AnsiDecoratorPaolo Bonzini2021-01-211-3/+3
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-1/+1
* move OptionKey to mesonlibDylan Baker2021-01-041-1/+2
* use OptionKey for compiler_optionsDylan Baker2021-01-041-2/+2
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* compilers/mixins/clike: fix mypy issuesDylan Baker2020-09-241-2/+0
* tests: Make monkey patching smarterDylan Baker2020-09-171-25/+13
* Add a test run in an environment which only has a cross compilerJon Turney2020-09-101-2/+4
* typing: fixup of #7688Daniel Mensinger2020-09-081-2/+2
* run_*tests*.py: print Meson version at start of test suiteMichael Hirsch2020-06-151-2/+3
* Make colourize_console() a functionJon Turney2020-04-301-3/+3
* Compiler options per langJohn Ericson2020-04-201-1/+1
* ninjabackend: List PDBs in output list for targetsNirbheek Chauhan2020-02-221-10/+8
* Specify crossfile use in CI job configurationJon Turney2020-01-281-18/+14
* run_tests: Fix detection of ninja 1.9Nirbheek Chauhan2020-01-151-16/+22
* run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warningsDylan Baker2019-12-131-3/+3
* lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger2019-12-051-9/+9
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+0
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-1/+1
* tests: Require ninja 1.9 on CINirbheek Chauhan2019-09-011-9/+19
* tests: Upgrade to ninja v1.9 for LinuxNirbheek Chauhan2019-09-011-1/+1
* tests: Detect ninja v1.9 and disable timestamp hackNirbheek Chauhan2019-09-011-5/+18
* Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828)Michael Hirsch, Ph.D2019-08-241-3/+27
* Put native file before cross file in options listJohn Ericson2019-08-121-1/+1
* fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D2019-07-301-1/+1