aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the remaining traces of content tests.Ms2ger2015-04-161-19/+5
* Have `./mach test-unit` run nothing but `cargo test -p unit_tests`Simon Sapin2015-04-081-24/+3
* `mach test-unit -p` should not build all testsMatt Brubeck2015-04-061-8/+6
* Change `mach test-unit` parameter from `-c` to `-p`Matt Brubeck2015-04-061-4/+12
* Better check that required modules are installedJames Graham2015-04-031-0/+5
* Add support for running W3C CSS tests.James Graham2015-04-031-1/+28
* Make the test-wpt mach command support all the command line arguments of wptr...James Graham2015-04-031-26/+61
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Update web-platform-tests.Ms2ger2015-03-171-0/+1
* auto merge of #5210 : GreenRecycleBin/servo/#4968, r=jdmbors-servo2015-03-161-3/+4
|\
| * Add HOST_FILE environment variable for test-wptDaniel Le2015-03-141-3/+4
* | tests: ensure bootstrapping for wptAndreas Tolfsen2015-03-151-0/+3
|/
* auto merge of #5053 : deepak1556/servo/script_patch, r=jdmbors-servo2015-02-281-4/+11
|\
| * default to number of available cpu for wpt-testsRobo2015-02-281-4/+11
* | Remove outdated warning from test-unitdhneio2015-02-241-3/+0
|/
* fixes issue #4103awlnx2015-02-181-2/+4
* Add a test that wptrunner fails when it should.Ms2ger2014-12-231-0/+11
* auto merge of #4048 : mttr/servo/mach_unit_test_fix, r=larsbergstrombors-servo2014-12-221-1/+4
|\
| * Moved unit tests to the end of `./mach test`Matthew Rasmus2014-12-041-11/+4
| * Rebuild after ./mach test-unitMatthew Rasmus2014-11-201-0/+10
* | Fix breakage of `./mach test`Matthew Rasmus2014-12-061-1/+4
* | auto merge of #4229 : mttr/servo/mach_unit_test_select_component, r=Manishearthbors-servo2014-12-061-10/+15
|\ \
| * | Last second bug catchMatthew Rasmus2014-12-041-1/+1
| * | Adds a --component (or -c) argument to test-unitMatthew Rasmus2014-12-041-8/+11
| * | PEP8 line length fixes in testing_commands.pyMatthew Rasmus2014-12-041-3/+5
* | | Mach test inference fixMatthew Rasmus2014-12-041-1/+1
|/ /
* | Don’t try to run unit tests for the servo crate.Simon Sapin2014-12-021-1/+2
* | Make build system more independent of current directory.Simon Sapin2014-12-021-1/+1
* | Move the servo crate from root to components/servoSimon Sapin2014-12-021-3/+6
* | auto merge of #4169 : IdeaHat/servo/fix-mach-unit-test-filter, r=jdmbors-servo2014-12-021-1/+1
|\ \
| * | Fixed test filterNathan Climer2014-12-011-1/+1
* | | infer_test_by_dir cleanupMatthew Rasmus2014-12-011-14/+13
|/ /
* | Adds explicit --name argument to test-refMatthew Rasmus2014-11-241-8/+21
* | Lets `./mach test` infer testsuite from fileMatthew Rasmus2014-11-241-1/+36
* | Remove allow_all_args from mach commandsMatthew Rasmus2014-11-231-6/+3
* | Make sure directories aren't getting testedCorey Farwell2014-11-231-6/+6
* | Run a single WPT test from a relative pathMatthew Rasmus2014-11-211-0/+10
|/
* Fix up and run unit tests.Jack Moffitt2014-10-021-10/+15
* Fix /python/servo code formatting.Simon Sapin2014-09-261-17/+20
* Make test_wpt params optionalMatt Brubeck2014-09-161-1/+3
* Add more arguments to mach test commandsMatt Brubeck2014-09-121-9/+36
* Refactor python/tidy.py to not use globals. Fixes #3242Duncan Keall2014-09-101-5/+1
* Cargoify servoJack Moffitt2014-09-081-0/+122