| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #19091 - MortimerGoro:webgl2_suite, r=jdm | bors-servo | 2017-11-02 | 1 | -1/+1 |
|\ |
|
| * | Add WebGL conformance 2.0.0 patches | Imanol Fernandez | 2017-11-02 | 1 | -1/+1 |
* | | Auto merge of #19070 - jdm:csstests, r=metajack | bors-servo | 2017-11-02 | 1 | -39/+0 |
|\ \
| |/
|/| |
|
| * | Remove all outdated CSS-related mach commands. | Josh Matthews | 2017-11-02 | 1 | -39/+0 |
* | | Create match command to update WebGL conformance suite from upstream | Imanol Fernandez | 2017-10-31 | 1 | -0/+22 |
|/ |
|
* | Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326 | Josh Matthews | 2017-10-12 | 1 | -5/+3 |
* | Remove testing feature from style crate | Manish Goregaokar | 2017-08-07 | 1 | -21/+1 |
* | mach test --all doesn't crash when trying to run tidy. | Austin Hicks | 2017-06-20 | 1 | -2/+4 |
* | Auto merge of #16752 - jdm:css-parse-error, r=SimonSapin | bors-servo | 2017-06-09 | 1 | -0/+9 |
|\ |
|
| * | Thread ParseError return values through CSS parsing. | Josh Matthews | 2017-06-09 | 1 | -0/+9 |
* | | Allow running selectors tests with test-unit. | Josh Matthews | 2017-06-09 | 1 | -0/+8 |
|/ |
|
* | Update WR (Intel driver workaround, subpixel and other bugfixes). | Glenn Watson | 2017-05-22 | 1 | -0/+8 |
* | Add test name filtering to 'mach test-stylo' | Simon Sapin | 2017-05-19 | 1 | -3/+6 |
* | Move bindings tests out of the style crate. | Simon Sapin | 2017-05-18 | 1 | -6/+1 |
* | Make unit tests pass on TravisCI. | Josh Matthews | 2017-05-03 | 1 | -0/+4 |
* | Remove more deprecated Windows GNU code/docs | Aneesh Agrawal | 2017-04-16 | 1 | -7/+4 |
* | Run size_of tests with test-stylo. | Bobby Holley | 2017-03-15 | 1 | -1/+1 |
* | fixed an issue related with .DS_Store | Huxley | 2017-02-22 | 1 | -2/+2 |
* | Tidy checks for stylo | Manish Goregaokar | 2017-02-08 | 1 | -2/+4 |
* | Make test-wpt-failure smoketest work again. | Josh Matthews | 2017-01-24 | 1 | -9/+6 |
* | Create a util.py Python module for common functions | Aneesh Agrawal | 2017-01-15 | 1 | -1/+2 |
* | mach test-unit: also pass extra arguments to style_tests harness | Simon Sapin | 2017-01-09 | 1 | -0/+5 |
* | Add nocapture argument to test-unit | faineance | 2017-01-03 | 1 | -3/+9 |
* | Warn when OSMesa library path cannot be set | Ravi Shankar | 2016-12-15 | 1 | -2/+3 |
* | Auto merge of #14379 - kimsnj:run-headless, r=jdm | bors-servo | 2016-12-03 | 1 | -24/+12 |
|\ |
|
| * | Use software rendering when running servo in headless mode | KimSnj | 2016-11-27 | 1 | -24/+12 |
* | | Add an option to submit test-perf result to perfherder | Shing Lyu | 2016-12-01 | 1 | -2/+13 |
* | | Use intermittents tracker on build.s.o | Manish Goregaokar | 2016-11-30 | 1 | -1/+1 |
* | | Add a log of only intermittents | Manish Goregaokar | 2016-11-28 | 1 | -1/+14 |
* | | Use log- prefix for filtered log arg so that buildbot picks it up and uploads... | Manish Goregaokar | 2016-11-28 | 1 | -3/+3 |
* | | Use jdm's tracker | Manish Goregaokar | 2016-11-28 | 1 | -11/+21 |
* | | Run filter-intermittents on buildbot | Manish Goregaokar | 2016-11-28 | 1 | -2/+12 |
* | | Add ./mach filter-intermittents for catching intermittents on CI | Manish Goregaokar | 2016-11-22 | 1 | -0/+48 |
|/ |
|
* | python: Cleanup run_tests_or_dispatch. | Emilio Cobos Álvarez | 2016-11-09 | 1 | -13/+11 |
* | Use headless rendering for performance test | Shing Lyu | 2016-11-07 | 1 | -25/+30 |
* | Fix style unit tests | Manish Goregaokar | 2016-10-18 | 1 | -1/+3 |
* | Implement ./mach test-unit --bench. | Bobby Holley | 2016-10-16 | 1 | -3/+5 |
* | Remove test-geckolib, run test-stylo on travis | Manish Goregaokar | 2016-10-12 | 1 | -11/+0 |
* | Run bindings tests with whole crate | Manish Goregaokar | 2016-10-12 | 1 | -2/+10 |
* | Return the error codes instead of implicitly returning None | Kevin Liu | 2016-09-29 | 1 | -13/+4 |
* | Fix OS-Mesa discovery in debug mode. | Simon Sapin | 2016-09-29 | 1 | -2/+2 |
* | Auto merge of #13415 - Manishearth:style-testing-disable, r=SimonSapin | bors-servo | 2016-09-28 | 1 | -11/+28 |
|\ |
|
| * | Run style unit tests in testing mode, disable some properties in testing mode | Manish Goregaokar | 2016-09-28 | 1 | -11/+28 |
* | | Add OSMesa headless mode, run WPT against Webrender, update tests. | Glenn Watson | 2016-09-28 | 1 | -1/+27 |
* | | Create ./mach test-perf command | CHANG FU CHIAO | 2016-09-25 | 1 | -0/+10 |
|/ |
|
* | Don't crash when -p is specified with test-unit | Manish Goregaokar | 2016-09-23 | 1 | -1/+1 |
* | Move sanity checks to stylo tests | Manish Goregaokar | 2016-09-21 | 1 | -4/+3 |
* | Add unit test crate for stylo | Manish Goregaokar | 2016-09-20 | 1 | -1/+21 |
* | Need better description for mach subcommands #12402 6 | yoyo930021 | 2016-08-28 | 1 | -2/+2 |
* | Need better description for mach subcommands #12402 5 | yoyo930021 | 2016-08-28 | 1 | -1/+1 |