summaryrefslogtreecommitdiff
path: root/run_tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D2019-07-301-2/+4
* cmake: added test case for environment variablesDaniel Mensinger2019-07-231-6/+11
* Add command line argument to skip unit tests.Jussi Pakkanen2019-07-091-6/+12
* Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson2019-05-161-1/+1
* Fix unused variables warningsDaniel Mensinger2019-04-291-1/+1
* Flush run_tests output so it appears before the test subprocesses it runsJon Turney2019-04-151-3/+3
* Never access environment.properties downstreamJohn Ericson2019-02-021-1/+1
* find_library: Check arch of libraries on DarwinNirbheek Chauhan2019-01-311-0/+1
* Rewrite appleframework and extraframework dependency classesNirbheek Chauhan2019-02-011-0/+1
* unit tests: Fix sdl2 failure test on macOSNirbheek Chauhan2019-01-311-0/+8
* unit tests: Simplify get_fake_env()Nirbheek Chauhan2019-01-311-2/+2
* Remove cross_info; cross file is parsed up front and discardedJohn Ericson2019-01-021-2/+4
* Only autodetect 'vs' backend on windowsDaniel Mensinger2018-12-111-1/+1
* Get basic native config file loading workingDylan Baker2018-11-141-0/+1
* Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen2018-10-141-1/+1
|\
| * Use 'CI' environment variable to detect CI environmentJon Turney2018-10-141-1/+1
* | tests: Merge backend guessing into one functionNiklas Claesson2018-10-101-17/+23
* | Fix type-bug cannot add str to listNiklas Claesson2018-10-101-1/+4
* | Add option to fail fast in testsNiklas Claesson2018-10-101-0/+15
* | tests runners: Refactor out global variables and add argparseNiklas Claesson2018-10-101-38/+54
|/
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-1/+1
* Add flag to NOT use new build system in xcode because it fails in Xcode9 when...Guillermo Ignacio Enriquez Gutierrez2018-09-231-1/+3
* Test that system shlibs with undefined symbols can be foundNirbheek Chauhan2018-08-221-10/+26
* cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-9/+25
* run_tests: Run all cross tests togetherNirbheek Chauhan2018-06-101-14/+7
* Convert args.projectoptions into a dictXavier Claessens2018-06-061-0/+1
* .travis.yml: Add CI for armhf and mingwNirbheek Chauhan2018-06-051-20/+23
* Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan2018-06-051-3/+10
* Set the meson command to use when we know what it isNirbheek Chauhan2018-06-011-7/+36