aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
Commit message (Expand)AuthorAgeFilesLines
...
* Be sligthly more verbose about css-properties.json in test-unitSimon Sapin2016-04-201-0/+2
* Move Mako-related files into a new sub-directory.Simon Sapin2016-04-201-1/+1
* Merge list_properties.py into build_properties_rs.pySimon Sapin2016-04-201-14/+19
* Package tidyaskeing2016-04-141-3/+3
* tests for tidy.py #9152Maciej Skrzypkowski2016-04-071-4/+13
* Fix ./mach test-tidy --faster issuezakorgyula2016-04-051-1/+2
* Auto merge of #10238 - jdm:winunit, r=larsbergstrombors-servo2016-03-301-1/+5
|\
| * Always use backtraces on appveyor.Josh Matthews2016-03-281-1/+5
* | Auto merge of #10265 - Ms2ger:reftest, r=jdmbors-servo2016-03-291-26/+0
|\ \
| * | Remove dead code that used to support the legacy reftest framework.Ms2ger2016-03-291-26/+0
| |/
* | Fixed a typoJussi Räsänen2016-03-281-1/+1
* | Changed mach test to use generated json file of propertiesJussi Räsänen2016-03-281-2/+9
|/
* Auto merge of #10148 - malayaleecoder:master, r=Manishearthbors-servo2016-03-241-9/+0
|\
| * Remove test-ref command from testing_commands.py. Fixes #10125malayaleecoder2016-03-231-9/+0
* | Use call rather than check_call in jquery_test_runner.Ms2ger2016-03-161-2/+1
|/
* test_ref() got an unexpected keyword argument 'kind'.Fixes #9986malayaleecoder2016-03-151-3/+0
* Auto merge of #9685 - danlrobertson:i9666, r=Wafflespeanutbors-servo2016-02-261-1/+4
|\
| * Mach update-wpt shoudl default to "--no-patch"Daniel Robertson2016-02-171-1/+4
* | Refactored tidy for efficiency and optionally provide feedback on progressRavi Shankar2016-02-251-6/+10
|/
* Add an rr chaos modeMatt Brubeck2016-02-111-0/+7
* Factor out common code for mach test-wpt/test-cssMatt Brubeck2016-02-111-10/+7
* Add infrastructure for compiletestsFlorian Hahn2016-02-041-1/+63
* Fixed nitsShing Lyu2016-01-301-2/+4
* Add mach test-webidl commandShing Lyu2016-01-291-0/+20
* win32: mach and build command fixesVladimir Vukicevic2016-01-201-11/+11
* Make the properties list JSON and add some more info.Simon Sapin2016-01-151-2/+3
* Add a script to list all CSS properties parsed by Servo.Simon Sapin2016-01-151-0/+8
* Remove the legacy reftest framework.Ms2ger2016-01-141-46/+5
* add `faster` flag to `./mach test` command in order to call `test-tidy` properlyapopiak2016-01-131-2/+5
* add a --faster option to ./mach test-tidyDaan Sprenkels2016-01-071-2/+4
* Make test-wpt run with RUST_BACKTRACE=1 by default #8194nxnfufunezn2015-11-191-0/+1
* Auto merge of #8415 - mrobinson:create-wpt-relative, r=frewsxcvbors-servo2015-11-091-32/+51
|\
| * Form relative reference URLs during create-wptMartin Robinson2015-11-081-32/+51
* | Avoid UnboundLocalError upon "bogus" usage of ./mach create-wptSimon Martin2015-11-081-1/+2
|/
* Add create-wpt mach target to help with creating web-platform-testsJames Graham2015-10-201-3/+154
* Auto merge of #7813 - servo:parallel-unit-tests, r=mbrubeckbors-servo2015-10-011-5/+6
|\
| * Run all unit tests with just one Cargo command.Simon Sapin2015-10-011-5/+6
* | Fixes for `mach test-ref` argument handlingMatt Brubeck2015-10-011-13/+13
|/
* Auto merge of #7809 - 6112:master, r=frewsxcvbors-servo2015-09-301-5/+30
|\
| * Allow `./mach test` and `./mach test-unit` to run unit tests with file pathNicolas2015-09-301-5/+30
* | Auto merge of #7789 - 6112:master, r=mbrubeckbors-servo2015-09-291-4/+5
|\|
| * allow `./mach test` to run tests in tests/wpt/mozilla/Nicolas2015-09-291-4/+5
* | fix issue#6888Jaydeep2015-09-271-0/+56
|/
* Remove obsolete method call that breaks ./mach update-css.Josh Matthews2015-09-031-1/+0
* Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for b...Corey Farwell2015-09-021-45/+0
* fixes test-wpt cannot be run from anywhere but the rootwilmoz2015-08-111-5/+7
* Allow Servo tests to be built/run with --release modeCorey Farwell2015-08-101-10/+15
* Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking ...Ms2ger2015-08-091-0/+43
* Use one Python virtual environment for all mach commandsCorey Farwell2015-08-081-43/+0
* test-tidy fixes.Michael Howell2015-07-311-1/+0