summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2017-08-02Turned mesontest into on internal module.Jussi Pakkanen
2017-08-02Handle objc compiler missing more reliably.Jussi Pakkanen
2017-07-20Support implibs for executables on WindowsJon Turney
2017-07-18Close files reliably.Jussi Pakkanen
2017-06-23Split out languages from compilers.pyAlistair Thomas
2017-06-22Add some colour to test output.Elliott Sales de Andrade
2017-06-21Merge pull request #1924 from mesonbuild/tingping/yelp-fixesJussi Pakkanen
2017-06-17tests: Always consider symlink as valid installed filePatrick Griffis
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan
2017-05-21Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen
2017-05-17Remove unused variables.Elliott Sales de Andrade
2017-05-17Remove unnecessary __init__ methods.Elliott Sales de Andrade
2017-05-13Skip ObjectiveC/C++ tests if ObjC compiler is not availableTim-Philipp Müller
2017-05-09project tests: Also regen before buildingNirbheek Chauhan
2017-05-05Store and print test logs of executed projects.Jussi Pakkanen
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker
2017-04-29Warn when directory numbers are non-unique.Elliott Sales de Andrade
2017-04-29Shorten detect_tests_to_run.Elliott Sales de Andrade
2017-04-09tests: Move appveyor platform workaround to run_tests.pyNirbheek Chauhan
2017-04-09unit tests: Fix running specific targets with MSBuildNirbheek Chauhan
2017-04-09run_project_tests: Clean on backends that can't installNirbheek Chauhan
2017-04-09project tests: Add a new BuildStep called validateNirbheek Chauhan
2017-04-09run_project_tests: Clean-up backend detection a bitNirbheek Chauhan
2017-04-09tests: Factor out common code to run_testsNirbheek Chauhan
2017-04-06Ignore missing .pdb files when not using MSVSJon Turney
2017-04-06Don't run framework tests on CygwinJon Turney
2017-04-06Run test cases/windows/ tests on CygwinJon Turney
2017-04-06Use '.exe' extension for executables for CygwinJon Turney
2017-04-06Use correct shared library naming for CygwinJon Turney
2017-03-28project tests: Don't look for PDB files on MinGW/GCCNirbheek Chauhan
2017-03-28project tests: DummyExecutor for MSYS2 and OpenBSDNirbheek Chauhan
2017-03-14project tests: Print meson log instead of stdout for configure failuresNirbheek Chauhan
2017-03-03tests/windows: Tests for #1444Nirbheek Chauhan
2017-01-28vs: Fix running of tests to use mesontest.pyNirbheek Chauhan
2017-01-23No longer require a binary called python3 on Windows. The default name is "py...Jussi Pakkanen
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-11style: [E251] unexpected spaces around keyword / parameter equalsMike Sinkovsky
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky
2017-01-09We only need Ninja 1.5.x for the core codeNirbheek Chauhan
2017-01-04Project tests: Also catch ValueErrorNirbheek Chauhan
2017-01-02project tests: Always print the logs of failing testsNirbheek Chauhan
2017-01-02Catch permissionerrors too, since Windows seems to produce them occasionally.Jussi Pakkanen
2017-01-01style: fix E128 violationsIgor Gnatenko
2017-01-01style: fix E265 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-31Fix space before :.Jussi Pakkanen
2016-12-23Force a Ninja regeneration before each project testNirbheek Chauhan
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen