| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Be sligthly more verbose about css-properties.json in test-unit | Simon Sapin | 2016-04-20 | 1 | -0/+2 |
* | Move Mako-related files into a new sub-directory. | Simon Sapin | 2016-04-20 | 1 | -1/+1 |
* | Merge list_properties.py into build_properties_rs.py | Simon Sapin | 2016-04-20 | 1 | -14/+19 |
* | Package tidy | askeing | 2016-04-14 | 1 | -3/+3 |
* | tests for tidy.py #9152 | Maciej Skrzypkowski | 2016-04-07 | 1 | -4/+13 |
* | Fix ./mach test-tidy --faster issue | zakorgyula | 2016-04-05 | 1 | -1/+2 |
* | Auto merge of #10238 - jdm:winunit, r=larsbergstrom | bors-servo | 2016-03-30 | 1 | -1/+5 |
|\ |
|
| * | Always use backtraces on appveyor. | Josh Matthews | 2016-03-28 | 1 | -1/+5 |
* | | Auto merge of #10265 - Ms2ger:reftest, r=jdm | bors-servo | 2016-03-29 | 1 | -26/+0 |
|\ \ |
|
| * | | Remove dead code that used to support the legacy reftest framework. | Ms2ger | 2016-03-29 | 1 | -26/+0 |
| |/ |
|
* | | Fixed a typo | Jussi Räsänen | 2016-03-28 | 1 | -1/+1 |
* | | Changed mach test to use generated json file of properties | Jussi Räsänen | 2016-03-28 | 1 | -2/+9 |
|/ |
|
* | Auto merge of #10148 - malayaleecoder:master, r=Manishearth | bors-servo | 2016-03-24 | 1 | -9/+0 |
|\ |
|
| * | Remove test-ref command from testing_commands.py. Fixes #10125 | malayaleecoder | 2016-03-23 | 1 | -9/+0 |
* | | Use call rather than check_call in jquery_test_runner. | Ms2ger | 2016-03-16 | 1 | -2/+1 |
|/ |
|
* | test_ref() got an unexpected keyword argument 'kind'.Fixes #9986 | malayaleecoder | 2016-03-15 | 1 | -3/+0 |
* | Auto merge of #9685 - danlrobertson:i9666, r=Wafflespeanut | bors-servo | 2016-02-26 | 1 | -1/+4 |
|\ |
|
| * | Mach update-wpt shoudl default to "--no-patch" | Daniel Robertson | 2016-02-17 | 1 | -1/+4 |
* | | Refactored tidy for efficiency and optionally provide feedback on progress | Ravi Shankar | 2016-02-25 | 1 | -6/+10 |
|/ |
|
* | Add an rr chaos mode | Matt Brubeck | 2016-02-11 | 1 | -0/+7 |
* | Factor out common code for mach test-wpt/test-css | Matt Brubeck | 2016-02-11 | 1 | -10/+7 |
* | Add infrastructure for compiletests | Florian Hahn | 2016-02-04 | 1 | -1/+63 |
* | Fixed nits | Shing Lyu | 2016-01-30 | 1 | -2/+4 |
* | Add mach test-webidl command | Shing Lyu | 2016-01-29 | 1 | -0/+20 |
* | win32: mach and build command fixes | Vladimir Vukicevic | 2016-01-20 | 1 | -11/+11 |
* | Make the properties list JSON and add some more info. | Simon Sapin | 2016-01-15 | 1 | -2/+3 |
* | Add a script to list all CSS properties parsed by Servo. | Simon Sapin | 2016-01-15 | 1 | -0/+8 |
* | Remove the legacy reftest framework. | Ms2ger | 2016-01-14 | 1 | -46/+5 |
* | add `faster` flag to `./mach test` command in order to call `test-tidy` properly | apopiak | 2016-01-13 | 1 | -2/+5 |
* | add a --faster option to ./mach test-tidy | Daan Sprenkels | 2016-01-07 | 1 | -2/+4 |
* | Make test-wpt run with RUST_BACKTRACE=1 by default #8194 | nxnfufunezn | 2015-11-19 | 1 | -0/+1 |
* | Auto merge of #8415 - mrobinson:create-wpt-relative, r=frewsxcv | bors-servo | 2015-11-09 | 1 | -32/+51 |
|\ |
|
| * | Form relative reference URLs during create-wpt | Martin Robinson | 2015-11-08 | 1 | -32/+51 |
* | | Avoid UnboundLocalError upon "bogus" usage of ./mach create-wpt | Simon Martin | 2015-11-08 | 1 | -1/+2 |
|/ |
|
* | Add create-wpt mach target to help with creating web-platform-tests | James Graham | 2015-10-20 | 1 | -3/+154 |
* | Auto merge of #7813 - servo:parallel-unit-tests, r=mbrubeck | bors-servo | 2015-10-01 | 1 | -5/+6 |
|\ |
|
| * | Run all unit tests with just one Cargo command. | Simon Sapin | 2015-10-01 | 1 | -5/+6 |
* | | Fixes for `mach test-ref` argument handling | Matt Brubeck | 2015-10-01 | 1 | -13/+13 |
|/ |
|
* | Auto merge of #7809 - 6112:master, r=frewsxcv | bors-servo | 2015-09-30 | 1 | -5/+30 |
|\ |
|
| * | Allow `./mach test` and `./mach test-unit` to run unit tests with file path | Nicolas | 2015-09-30 | 1 | -5/+30 |
* | | Auto merge of #7789 - 6112:master, r=mbrubeck | bors-servo | 2015-09-29 | 1 | -4/+5 |
|\| |
|
| * | allow `./mach test` to run tests in tests/wpt/mozilla/ | Nicolas | 2015-09-29 | 1 | -4/+5 |
* | | fix issue#6888 | Jaydeep | 2015-09-27 | 1 | -0/+56 |
|/ |
|
* | Remove obsolete method call that breaks ./mach update-css. | Josh Matthews | 2015-09-03 | 1 | -1/+0 |
* | Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for b... | Corey Farwell | 2015-09-02 | 1 | -45/+0 |
* | fixes test-wpt cannot be run from anywhere but the root | wilmoz | 2015-08-11 | 1 | -5/+7 |
* | Allow Servo tests to be built/run with --release mode | Corey Farwell | 2015-08-10 | 1 | -10/+15 |
* | Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking ... | Ms2ger | 2015-08-09 | 1 | -0/+43 |
* | Use one Python virtual environment for all mach commands | Corey Farwell | 2015-08-08 | 1 | -43/+0 |
* | test-tidy fixes. | Michael Howell | 2015-07-31 | 1 | -1/+0 |