summaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)Author
2020-09-17tests: Make monkey patching smarterDylan Baker
2020-09-10Add a test run in an environment which only has a cross compilerJon Turney
2020-09-08typing: fixup of #7688Daniel Mensinger
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch
2020-04-30Make colourize_console() a functionJon Turney
2020-04-20Compiler options per langJohn Ericson
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan
2020-01-28Specify crossfile use in CI job configurationJon Turney
2020-01-15run_tests: Fix detection of ninja 1.9Nirbheek Chauhan
2019-12-13run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warningsDylan Baker
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-09-01tests: Require ninja 1.9 on CINirbheek Chauhan
2019-09-01tests: Upgrade to ninja v1.9 for LinuxNirbheek Chauhan
2019-09-01tests: Detect ninja v1.9 and disable timestamp hackNirbheek Chauhan
2019-08-24Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828)Michael Hirsch, Ph.D
2019-08-12Put native file before cross file in options listJohn Ericson
2019-07-30fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D
2019-07-30run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D
2019-07-23cmake: added test case for environment variablesDaniel Mensinger
2019-07-09Add command line argument to skip unit tests.Jussi Pakkanen
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson
2019-04-29Fix unused variables warningsDaniel Mensinger
2019-04-15Flush run_tests output so it appears before the test subprocesses it runsJon Turney
2019-02-02Never access environment.properties downstreamJohn Ericson
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan
2019-01-31unit tests: Fix sdl2 failure test on macOSNirbheek Chauhan
2019-01-31unit tests: Simplify get_fake_env()Nirbheek Chauhan
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson
2018-12-11Only autodetect 'vs' backend on windowsDaniel Mensinger
2018-11-14Get basic native config file loading workingDylan Baker
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney
2018-10-10tests: Merge backend guessing into one functionNiklas Claesson
2018-10-10Fix type-bug cannot add str to listNiklas Claesson
2018-10-10Add option to fail fast in testsNiklas Claesson
2018-10-10tests runners: Refactor out global variables and add argparseNiklas Claesson
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens
2018-09-23Add flag to NOT use new build system in xcode because it fails in Xcode9 when...Guillermo Ignacio Enriquez Gutierrez
2018-08-22Test that system shlibs with undefined symbols can be foundNirbheek Chauhan
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan
2018-06-10run_tests: Run all cross tests togetherNirbheek Chauhan
2018-06-06Convert args.projectoptions into a dictXavier Claessens
2018-06-05.travis.yml: Add CI for armhf and mingwNirbheek Chauhan
2018-06-05Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly