index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run_tests.py
Age
Commit message (
Expand
)
Author
2017-05-21
Add coverage export for tests.
Elliott Sales de Andrade
2017-05-21
Fix cross environment pollution.
Ole André Vadla Ravnås
2017-05-09
project tests: Also regen before building
Nirbheek Chauhan
2017-04-09
unit tests: exe_suffix is '.exe' on Cygwin
Nirbheek Chauhan
2017-04-09
tests: Move appveyor platform workaround to run_tests.py
Nirbheek Chauhan
2017-04-09
unit tests: Fix running specific targets with MSBuild
Nirbheek Chauhan
2017-04-09
unit tests: Run on all backends, not just Ninja
Nirbheek Chauhan
2017-04-09
run_project_tests: Clean on backends that can't install
Nirbheek Chauhan
2017-04-09
tests: Factor out common code to run_tests
Nirbheek Chauhan
2017-04-09
run_tests: Improve the backend detection
Nirbheek Chauhan
2017-03-30
run_tests: Don't run unit tests when the VS backend is selected
Nirbheek Chauhan
2017-02-20
Merge pull request #1403 from centricular/compile_resources
Jussi Pakkanen
2017-02-20
run_tests.py: Nice down when running on a dev machine
Nirbheek Chauhan
2017-02-18
find_program: Correctly use scripts found in PATH
Nirbheek Chauhan
2017-02-18
Add unit tests related to absolute prefixes
Nirbheek Chauhan
2017-01-30
Run some unit tests on all platforms
Nirbheek Chauhan
2016-12-31
Do not run arm cross compilation tests on arm.
Jussi Pakkanen
2016-12-21
Some merge conflicts are logical. Such as this one was.
Jussi Pakkanen
2016-12-21
Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style
Jussi Pakkanen
2016-12-20
Fix cross test and run them if a cross compiler is available.
Jussi Pakkanen
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-11-01
Run unittests only with default compiler.
Jussi Pakkanen
2016-10-12
Some fixes to unittest running.
Jussi Pakkanen
2016-10-09
Review fixes.
Jussi Pakkanen
2016-10-08
Pass cmd line args onwards.
Jussi Pakkanen
2016-10-08
Store all invocation output. Not shown to users yet.
Jussi Pakkanen
2016-10-08
Run unittests.
Jussi Pakkanen
2016-10-07
run_tests: Print stdo and stde in failing test logs
Nirbheek Chauhan
2016-09-11
Merge pull request #684 from mesonbuild/pdb
Jussi Pakkanen
2016-09-11
run_tests.py: Ignore .pdb files while validating install
Nirbheek Chauhan
2016-08-30
Use context manager in test cases.
Elliott Sales de Andrade
2016-08-19
Implement D support
Matthias Klumpp
2016-07-25
Added test for a prebuilt static library and a declare_dependency that uses it.
Jussi Pakkanen
2016-07-19
Normalize the path of a configured file to avoid dupes (#640)
Nirbheek Chauhan
2016-07-13
run_tests.py: Make 'no-installed-files' stricter
Nirbheek Chauhan
2016-07-01
Fix tests for the new library/executable naming scheme
Nirbheek Chauhan
2016-06-24
Fix typo argument order to TestRunner (#615)
Nirbheek Chauhan
2016-06-23
Print full mesonlog on failed tests when run under CI.
Jussi Pakkanen
2016-06-13
Finish appveyor integration by moving static library in a subdir to avoid cla...
Jussi Pakkanen
2016-06-13
Print full log when failures happen under Appveyor.
Jussi Pakkanen
2016-06-05
Merge pull request #577 from nioncode/vs2015
Jussi Pakkanen
2016-05-30
add vs2015 backend
Nicolas Schneider
2016-05-30
Print all of the things when CI fails.
Jussi Pakkanen
2016-05-25
cancel all pending test cases when interrupted by signals
Nicolas Schneider
2016-04-07
simplify unit test output (#506)
Nicolas Schneider
2016-04-06
add exponential backoff for deleting temp directories
Nicolas Schneider
2016-04-06
fix off by one, since range() does not include the end of the range
Nicolas Schneider
2016-04-06
fix randomly failing test execution on Windows
Nicolas Schneider
2016-04-05
do not print anything during tests
Nicolas Schneider
2016-04-05
properly fix Windows parallel tests by not using global variables
Nicolas Schneider
[next]