aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Integrate dromaeo with mach.Michael Howell2015-07-311-0/+36
* Update WPT test expectations for --release buildsMatt Brubeck2015-07-231-0/+2
* Improve |mach test|.James Graham2015-07-011-40/+51
* Auto merge of #6306 - metajack:shared-target-dir, r=mbrubeckbors-servo2015-06-151-3/+2
|\
| * Use Cargo's target directory sharing.Jack Moffitt2015-06-151-3/+2
* | Set 'mach test-ref' default render mode to cpu and added a cli argument to 'm...Francesc Bautista2015-06-131-7/+22
|/
* Add flake8 to the tidy process for Python filesCorey Farwell2015-06-041-4/+3
* Pass release/dev arguments to command function for jQuery updateCorey Farwell2015-06-031-1/+1
* Fix tidy issues with Python files in python/Corey Farwell2015-06-021-0/+9
* Add jQuery test runner and mach integration.Glenn Watson2015-06-011-0/+41
* Fix up the splitting of the unit tests crate.Simon Sapin2015-04-211-5/+13
* Split up the unit tests cratePrabhjyot Singh Sodhi2015-04-211-2/+3
* 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