| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Warn me when I try to sync upstream tests without requesting a commit. | Ms2ger | 2016-05-30 | 1 | -0/+10 |
* | | Auto merge of #11378 - mbrubeck:debug-mozjs, r=larsbergstrom | bors-servo | 2016-05-27 | 1 | -0/+4 |
|\ \ |
|
| * | | Default to the same Cargo features in all build commands | Matt Brubeck | 2016-05-27 | 1 | -0/+4 |
| |/ |
|
* | | Remove --faster flag from test-tidy, go fast by default. Fixes 11217 | Mitchell Hentges | 2016-05-25 | 1 | -18/+3 |
* | | Add --all for test-tidy, with backwards-compat with --faster | Mitchell Hentges | 2016-05-24 | 1 | -2/+17 |
|/ |
|
* | Auto merge of #11196 - fduraffourg:master, r=jdm | bors-servo | 2016-05-17 | 1 | -0/+12 |
|\ |
|
| * | Add unit tests for cookies base on abarth/http-state github repo | Florian Duraffourg | 2016-05-17 | 1 | -0/+12 |
* | | Implement --pref in test-wpt | Anthony Ramine | 2016-05-16 | 1 | -0/+8 |
|/ |
|
* | Auto merge of #10892 - CorcovadoMing:patch-1, r=Wafflespeanut | bors-servo | 2016-04-28 | 1 | -1/+4 |
|\ |
|
| * | pass --no-patch by default to update_css | CorcovadoMing | 2016-04-28 | 1 | -1/+4 |
* | | Make css-properties.json checking a proper unit test. | Simon Sapin | 2016-04-28 | 1 | -24/+0 |
|/ |
|
* | 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 |
|\ |
|