summaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)Author
2017-02-18find_program: Correctly use scripts found in PATHNirbheek Chauhan
2017-02-18Add unit tests related to absolute prefixesNirbheek Chauhan
2017-01-30Run some unit tests on all platformsNirbheek Chauhan
2016-12-31Do not run arm cross compilation tests on arm.Jussi Pakkanen
2016-12-21Some merge conflicts are logical. Such as this one was.Jussi Pakkanen
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-11-01Run unittests only with default compiler.Jussi Pakkanen
2016-10-12Some fixes to unittest running.Jussi Pakkanen
2016-10-09Review fixes.Jussi Pakkanen
2016-10-08Pass cmd line args onwards.Jussi Pakkanen
2016-10-08Store all invocation output. Not shown to users yet.Jussi Pakkanen
2016-10-08Run unittests.Jussi Pakkanen
2016-10-07run_tests: Print stdo and stde in failing test logsNirbheek Chauhan
2016-09-11Merge pull request #684 from mesonbuild/pdbJussi Pakkanen
2016-09-11run_tests.py: Ignore .pdb files while validating installNirbheek Chauhan
2016-08-30Use context manager in test cases.Elliott Sales de Andrade
2016-08-19Implement D supportMatthias Klumpp
2016-07-25Added test for a prebuilt static library and a declare_dependency that uses it.Jussi Pakkanen
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan
2016-07-13run_tests.py: Make 'no-installed-files' stricterNirbheek Chauhan
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan
2016-06-24Fix typo argument order to TestRunner (#615)Nirbheek Chauhan
2016-06-23Print full mesonlog on failed tests when run under CI.Jussi Pakkanen
2016-06-13Finish appveyor integration by moving static library in a subdir to avoid cla...Jussi Pakkanen
2016-06-13Print full log when failures happen under Appveyor.Jussi Pakkanen
2016-06-05Merge pull request #577 from nioncode/vs2015Jussi Pakkanen
2016-05-30add vs2015 backendNicolas Schneider
2016-05-30Print all of the things when CI fails.Jussi Pakkanen
2016-05-25cancel all pending test cases when interrupted by signalsNicolas Schneider
2016-04-07simplify unit test output (#506)Nicolas Schneider
2016-04-06add exponential backoff for deleting temp directoriesNicolas Schneider
2016-04-06fix off by one, since range() does not include the end of the rangeNicolas Schneider
2016-04-06fix randomly failing test execution on WindowsNicolas Schneider
2016-04-05do not print anything during testsNicolas Schneider
2016-04-05properly fix Windows parallel tests by not using global variablesNicolas Schneider
2016-04-05Revert "Fix Windows. Again."Nicolas Schneider
2016-04-01Fix Windows. Again.Jussi Pakkanen
2016-04-01Output is all pretty again.Jussi Pakkanen
2016-04-01Run tests in parallel.Jussi Pakkanen
2016-04-01Fix Windows.Jussi Pakkanen
2016-04-01Use individual tempdirs for building and installing in unit tests.Jussi Pakkanen
2016-03-20Check option files too.Jussi Pakkanen
2016-03-12enhance test framework to read meson arguments from a file per testNicolas Schneider
2016-03-02Back to .py suffix in files. Closes #394.Jussi Pakkanen
2016-02-26Merge Python 3 module support.Jussi Pakkanen
2016-02-22use sys.stdout.encoding when parsing subprocess outputNicolas Schneider
2016-02-21Added plain Python sample project.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen