| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Catch permissionerrors too, since Windows seems to produce them occasionally. | Jussi Pakkanen | 2017-01-02 | 1 | -2/+3 | |
| | | ||||||
| * | style: fix E128 violations | Igor Gnatenko | 2017-01-01 | 1 | -1/+1 | |
| | | | | | | | E128: continuation line under-indented for visual indent Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
| * | style: fix E265 violations | Igor Gnatenko | 2017-01-01 | 1 | -1/+1 | |
| | | | | | | | E265: block comment should start with '# ' Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
| * | style: fix E226 violations | Igor Gnatenko | 2017-01-01 | 1 | -2/+2 | |
| | | | | | | | E226: missing whitespace around arithmetic operator Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
| * | Fix space before :. | Jussi Pakkanen | 2016-12-31 | 1 | -7/+7 | |
| | | ||||||
| * | Force a Ninja regeneration before each project test | Nirbheek Chauhan | 2016-12-23 | 1 | -0/+5 | |
| | | | | | | | | | We have no test coverage for regeneration at all, which is why issues like #1246 slide by without us noticing. With this, we will run a regen on every test during `ninja test` after it has been compiled. This will not affect test times too much since the regen will not rebuild anything at all since there have been no source changes. | |||||
| * | Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style | Jussi Pakkanen | 2016-12-21 | 1 | -2/+1 | |
| |\ | | | | | Trivial cleanups in code | |||||
| | * | tree-wide: remove blank lines at EOF | Igor Gnatenko | 2016-12-19 | 1 | -1/+0 | |
| | | | | | | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
| | * | run_project_test: don't import sys twice | Igor Gnatenko | 2016-12-19 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
| * | | Make cross tests use same framework as regular tests. | Jussi Pakkanen | 2016-12-20 | 1 | -10/+12 | |
| | | | ||||||
| * | | run_project_tests.py: Also do ninja clean on tests | Nirbheek Chauhan | 2016-12-19 | 1 | -31/+30 | |
| |/ | | | | This will catch things like #1220 | |||||
| * | Pass --no-rebuild arg when running inprocess to prevent Ninja vomit. | Jussi Pakkanen | 2016-12-04 | 1 | -2/+2 | |
| | | ||||||
| * | Guard against cpu_count failing. | Jussi Pakkanen | 2016-12-02 | 1 | -1/+8 | |
| | | ||||||
| * | All testing is now in mesontest.py, which simplifies a lot of stuff. | Jussi Pakkanen | 2016-11-18 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #995 from centricular/more-appveyor-builds | Jussi Pakkanen | 2016-11-09 | 1 | -9/+46 | |
| |\ | | | | | appveyor.yml: Test more than just MSVC2010 + Ninja on x86 | |||||
| | * | project tests: Fix appveyor overwriting the platform env variable | Nirbheek Chauhan | 2016-11-10 | 1 | -0/+15 | |
| | | | | | | | | | | | | | There is no way to do this in the .appveyor.yml file since it seems that the appveyor environment is forcibly written after each cmd command that is run. | |||||
| | * | project tests: Skip lang-specific tests based on backend | Nirbheek Chauhan | 2016-11-10 | 1 | -9/+31 | |
| | | | | | | | | | | | XCode and Visual Studio are likely never going to support these languages, so don't fail if the compiler happens to be in the PATH. | |||||
| * | | Allow tests to mark themselves as skipped during runtime. | Jussi Pakkanen | 2016-11-09 | 1 | -1/+1 | |
| |/ | ||||||
| * | project tests: Require both javac and java for Java tests | Nirbheek Chauhan | 2016-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | run_tests.py: Add support for tests that fail at build-time or test-time | Nirbheek Chauhan | 2016-10-14 | 1 | -6/+19 | |
| | | ||||||
| * | Run unittests. | Jussi Pakkanen | 2016-10-08 | 1 | -0/+499 | |
