aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)AuthorFilesLines
2016-04-05do not print anything during testsNicolas Schneider1-2/+2
2016-04-05properly fix Windows parallel tests by not using global variablesNicolas Schneider1-6/+5
2016-04-05Revert "Fix Windows. Again."Nicolas Schneider1-12/+2
2016-04-01Fix Windows. Again.Jussi Pakkanen1-2/+12
2016-04-01Output is all pretty again.Jussi Pakkanen1-6/+7
2016-04-01Run tests in parallel.Jussi Pakkanen1-3/+12
2016-04-01Fix Windows.Jussi Pakkanen1-2/+4
2016-04-01Use individual tempdirs for building and installing in unit tests.Jussi Pakkanen1-15/+6
2016-03-20Check option files too.Jussi Pakkanen1-1/+1
2016-03-12enhance test framework to read meson arguments from a file per testNicolas Schneider1-1/+17
2016-03-02Back to .py suffix in files. Closes #394.Jussi Pakkanen1-0/+4
2016-02-26Merge Python 3 module support.Jussi Pakkanen1-0/+1
2016-02-22use sys.stdout.encoding when parsing subprocess outputNicolas Schneider1-4/+4
2016-02-21Added plain Python sample project.Jussi Pakkanen1-0/+1
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-7/+7
2016-01-16Finalize moduleification so that full test suite runs.Jussi Pakkanen1-4/+4
2016-01-15Can run most of test suite (with hacks).Jussi Pakkanen1-3/+4
2016-01-15Organise files into a module structure.Jussi Pakkanen1-5/+5
2015-12-18Make vs dependency detector work on non-english locales.Jussi Pakkanen1-8/+12
2015-12-07Can build simple Swift executables.Jussi Pakkanen1-0/+1
2015-11-25Can define benchmarks and run them.Jussi Pakkanen1-4/+5
2015-09-17Added conf option for build tree layout.Jussi Pakkanen1-5/+7
2015-08-25More robust windows detection and more logs.Jussi Pakkanen1-4/+4
2015-06-19Merge pull request #162 from mesonbuild/lint_errorsjpakkane1-1/+1
2015-06-19run_tests: Bad first argument 'Exception' given to super()Igor Gnatenko1-1/+1
2015-06-19run_tests: fix bad-continuationIgor Gnatenko1-2/+2
2015-05-17Do not invoke linker via cmd /c on Windows.Jussi Pakkanen1-0/+2
2015-04-23Run unit tests in-process too for extra speed.Jussi Pakkanen1-9/+24
2015-04-23Run Meson test invocations in-process because spawning a new Python process f...Jussi Pakkanen1-7/+17
2015-04-23Print test time breakdown.Jussi Pakkanen1-6/+15
2015-04-23Store time taken to configure, build and test individual cases.Jussi Pakkanen1-14/+29
2015-04-20Fix windows tests when using newer MinGW.Jussi Pakkanen1-1/+7
2015-04-13Encoding of result file is always utf-8.Jussi Pakkanen1-1/+1
2015-03-25tests: add all platform tests and skip needed testsIgor Gnatenko1-6/+3
2015-03-25tests: add skipped testsIgor Gnatenko1-42/+30
2015-03-25tests: add time propertyIgor Gnatenko1-1/+5
2015-03-25Write out padding zeroes to numbers because Jenkins is too stupid to do logic...Jussi Pakkanen1-1/+5
2015-03-25tests: use name as class nameIgor Gnatenko1-1/+1
2015-03-25Minor fixes.Jussi Pakkanen1-4/+4
2015-03-25Fix empty java case.Jussi Pakkanen1-1/+1
2015-03-25Made run_tests.py output test results in junit xml to allow better integratio...Jussi Pakkanen1-0/+12
2015-03-25Refactor unit test running.Jussi Pakkanen1-78/+38
2015-03-02Use argparse instead of optparse in run_tests.Jussi Pakkanen1-4/+5
2015-03-02Can specify backend to run_tests.py.Jussi Pakkanen1-22/+37
2015-02-16Use lib as library path in unit tests.Jussi Pakkanen1-1/+1
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen1-2/+4
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-9/+9
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-11-16Signal handling for run_tests.pyRobin McCorkell1-3/+19
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1