aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen1-0/+9
2014-07-20Vestigial removal.Jussi Pakkanen1-2/+0
2014-07-20Message clarification.Jussi Pakkanen1-2/+2
2014-07-18Run C# tests during suite.Jussi Pakkanen1-0/+9
2014-07-14More verbosity.Jussi Pakkanen1-1/+4
2014-07-08Make it possible to print all test output so it shows up in e.g. buildbot logs.Jussi Pakkanen1-0/+4
2014-06-24Prebuild object file with MSVC.Jussi Pakkanen1-3/+4
2014-06-24MinGW fix.Jussi Pakkanen1-2/+4
2014-06-22Generate prebuilt object on demand so we don't need to ship object files in t...Jussi Pakkanen1-1/+16
2014-06-18Add Rust to main test suite.Jussi Pakkanen1-0/+9
2014-05-10Print test skip.Jussi Pakkanen1-0/+4
2014-05-10Run Vala tests as part of the test suite.Jussi Pakkanen1-0/+7
2014-04-20Can execute found programs with run_command.Jussi Pakkanen1-1/+2
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen1-1/+3
2014-04-16Updated msvc compile and link flag functions.Jussi Pakkanen1-1/+1
2014-04-16Some windows cleanups.Jussi Pakkanen1-1/+1
2014-04-02Do not run Java tests on OSX because starting from Mavericks it has a fake ja...Jussi Pakkanen1-1/+1
2014-03-31Run test suite with xcodebuild on OSX.Jussi Pakkanen1-0/+5
2014-03-19Now can use run_tests.py with MSBuild.Jussi Pakkanen1-9/+27
2014-03-16Fix test runner on Windows.Jussi Pakkanen1-2/+2
2014-03-11Run Java tests as part of test suite.Jussi Pakkanen1-0/+7
2014-03-08Run object tests on i686, too.Jussi Pakkanen1-1/+1
2014-03-08Cleaner test run output.Jussi Pakkanen1-24/+59