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-08-02
Turned mesontest into on internal module.
Jussi Pakkanen
2017-08-02
Handle objc compiler missing more reliably.
Jussi Pakkanen
2017-07-20
Support implibs for executables on Windows
Jon Turney
2017-07-18
Close files reliably.
Jussi Pakkanen
2017-06-23
Split out languages from compilers.py
Alistair Thomas
2017-06-22
Add some colour to test output.
Elliott Sales de Andrade
2017-06-21
Merge pull request #1924 from mesonbuild/tingping/yelp-fixes
Jussi Pakkanen
2017-06-17
tests: Always consider symlink as valid installed file
Patrick Griffis
2017-06-10
tests: Add Boost unit tests and project tests on Windows
Nirbheek Chauhan
2017-06-10
tests: Increase dependencies coverage a bit more
Nirbheek Chauhan
2017-06-09
unit tests: Add class to generate failing tests
Nirbheek Chauhan
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
[next]