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_project_tests.py
Age
Commit message (
Expand
)
Author
2017-05-21
Create helper function for a rmtree that works reliably on Windows.
Jussi Pakkanen
2017-05-17
Remove unused variables.
Elliott Sales de Andrade
2017-05-17
Remove unnecessary __init__ methods.
Elliott Sales de Andrade
2017-05-13
Skip ObjectiveC/C++ tests if ObjC compiler is not available
Tim-Philipp Müller
2017-05-09
project tests: Also regen before building
Nirbheek Chauhan
2017-05-05
Store and print test logs of executed projects.
Jussi Pakkanen
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-04-29
Warn when directory numbers are non-unique.
Elliott Sales de Andrade
2017-04-29
Shorten detect_tests_to_run.
Elliott Sales de Andrade
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
run_project_tests: Clean on backends that can't install
Nirbheek Chauhan
2017-04-09
project tests: Add a new BuildStep called validate
Nirbheek Chauhan
2017-04-09
run_project_tests: Clean-up backend detection a bit
Nirbheek Chauhan
2017-04-09
tests: Factor out common code to run_tests
Nirbheek Chauhan
2017-04-06
Ignore missing .pdb files when not using MSVS
Jon Turney
2017-04-06
Don't run framework tests on Cygwin
Jon Turney
2017-04-06
Run test cases/windows/ tests on Cygwin
Jon Turney
2017-04-06
Use '.exe' extension for executables for Cygwin
Jon Turney
2017-04-06
Use correct shared library naming for Cygwin
Jon Turney
2017-03-28
project tests: Don't look for PDB files on MinGW/GCC
Nirbheek Chauhan
2017-03-28
project tests: DummyExecutor for MSYS2 and OpenBSD
Nirbheek Chauhan
2017-03-14
project tests: Print meson log instead of stdout for configure failures
Nirbheek Chauhan
2017-03-03
tests/windows: Tests for #1444
Nirbheek Chauhan
2017-01-28
vs: Fix running of tests to use mesontest.py
Nirbheek Chauhan
2017-01-23
No longer require a binary called python3 on Windows. The default name is "py...
Jussi Pakkanen
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-11
style: [E251] unexpected spaces around keyword / parameter equals
Mike Sinkovsky
2017-01-11
style: [E301] expected 1 blank line, found 0
Mike Sinkovsky
2017-01-09
We only need Ninja 1.5.x for the core code
Nirbheek Chauhan
2017-01-04
Project tests: Also catch ValueError
Nirbheek Chauhan
2017-01-02
project tests: Always print the logs of failing tests
Nirbheek Chauhan
2017-01-02
Catch permissionerrors too, since Windows seems to produce them occasionally.
Jussi Pakkanen
2017-01-01
style: fix E128 violations
Igor Gnatenko
2017-01-01
style: fix E265 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-23
Force a Ninja regeneration before each project test
Nirbheek Chauhan
2016-12-21
Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style
Jussi Pakkanen
2016-12-20
Make cross tests use same framework as regular tests.
Jussi Pakkanen
2016-12-19
tree-wide: remove blank lines at EOF
Igor Gnatenko
2016-12-19
run_project_test: don't import sys twice
Igor Gnatenko
2016-12-19
run_project_tests.py: Also do ninja clean on tests
Nirbheek Chauhan
2016-12-04
Pass --no-rebuild arg when running inprocess to prevent Ninja vomit.
Jussi Pakkanen
2016-12-02
Guard against cpu_count failing.
Jussi Pakkanen
2016-11-18
All testing is now in mesontest.py, which simplifies a lot of stuff.
Jussi Pakkanen
2016-11-09
Merge pull request #995 from centricular/more-appveyor-builds
Jussi Pakkanen
2016-11-09
Allow tests to mark themselves as skipped during runtime.
Jussi Pakkanen
2016-11-10
project tests: Fix appveyor overwriting the platform env variable
Nirbheek Chauhan
2016-11-10
project tests: Skip lang-specific tests based on backend
Nirbheek Chauhan
[next]