aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Don't always skip objc/objc++ tests on WindowsJon Turney1-2/+2
2019-04-15Report detected compilers in run_project_testsJon Turney1-5/+18
2019-04-03d: Fix linker errors with shared libraries on WindowsAri Vuollet1-1/+1
2019-03-27Always initialize compiler_options before sanity_checkJohn Ericson1-0/+2
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen1-0/+1
2019-03-18interpreterbase: protect string division with FeatureNewPaolo Bonzini1-1/+7
2019-03-15[modules] Add kconfig moduleMark Schulte1-0/+1
2019-03-13tests: disable Dlang tests on windowsDylan Baker1-1/+1
2019-02-28add NetCDFMichael Hirsch, Ph.D1-0/+4
2019-02-26Disable D tests if dmd install is broken.Jussi Pakkanen1-0/+8
2019-02-04run_project_tests: add support for loading cross filesDylan Baker1-0/+3
2019-02-04run_project_tests: Add support for loading a native file in testsDylan Baker1-0/+3
2019-02-01project tests: qt is available on the macOS CINirbheek Chauhan1-0/+4
2019-01-21More tests and pic.Jussi Pakkanen1-0/+1
2018-12-12tests: Add tests for the python moduleDylan Baker1-0/+1
2018-11-06Deal with clang-cl generating empty implibsJon Turney1-12/+17
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney1-0/+3
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney1-1/+34
2018-11-04Use compiler detector in detect_system_compiler()Jon Turney1-11/+15
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen1-1/+1
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-1/+1
2018-10-10tests: Merge backend guessing into one functionNiklas Claesson1-20/+2
2018-10-10Add option to fail fast in testsNiklas Claesson1-6/+19
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-2/+2
2018-09-25Skip all dot files/directories when running testsGuillermo Ignacio Enriquez Gutierrez1-1/+1
2018-09-22Fix test script to be able to run in local macosGuillermo Ignacio Enriquez Gutierrez1-0/+1
2018-09-14run_proect_tests: add cygwin as platform fix nameMarco Trevisan (Treviño)1-1/+6
2018-09-14run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)1-9/+2
2018-09-12run_projects_tests: Fail if we install extra files even if not in clMarco Trevisan (Treviño)1-2/+3
2018-08-19Do not scan test logs. Closes #4046.Jussi Pakkanen1-1/+2
2018-08-19Scan markdown files for tabs.Jussi Pakkanen1-0/+1
2018-08-19Condense test dirs.Jussi Pakkanen1-1/+1
2018-08-15Kill tabs dead! For good!Jussi Pakkanen1-3/+25
2018-07-31Condense test dirs.Jussi Pakkanen1-3/+3
2018-07-31Write full directory name in files so script will change them.Jussi Pakkanen1-2/+2
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens1-2/+2
2018-06-02Add test case for 'install_mode'Filipe Brandenburger1-0/+2
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan1-13/+7
2018-06-01configure_file: Add output_format kwarg (#3636)Mathieu Duponchelle1-0/+1
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan1-4/+9
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly1-9/+4
2018-05-23Enable running tests that fail at 'meson test'Niklas Claesson1-1/+1
2018-04-26Prettifying some output with pathlibNiklas Claesson1-22/+29
2018-04-23Final encoding fix.Jussi Pakkanen1-1/+4
2018-04-23If printing debug printing fails, try again in pure ASCII.Jussi Pakkanen1-2/+10
2018-04-22Explicitly open log files in utf-8.Jussi Pakkanen1-2/+2
2018-04-21Fix install checks when cross-compiling.Elliott Sales de Andrade1-10/+9
2018-03-09Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila1-2/+0
2018-02-27Enable 'test cases/frameworks/10 gtk-doc' for gtkdoc >= 1.26Jon Turney1-2/+2
2018-02-25Determining whether to run C# tests is so difficult it deserves its own funct...Jussi Pakkanen1-1/+23