Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto merge of #16752 - jdm:css-parse-error, r=SimonSapin | bors-servo | 2017-06-09 | 1 | -0/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report more informative CSS errors This requires https://github.com/servo/rust-cssparser/pull/143 for the final commit. There's no better way to split that work up, unfortunately, and it's extremely easy to bitrot. I would appreciate if we could expedite reviewing this work. This is the work necessary to enable https://bugzilla.mozilla.org/show_bug.cgi?id=1352669. It makes sense to merge it separately because it's so much effort to keep it up to date with the ongoing Stylo work. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16752) <!-- Reviewable:end --> | ||||
| * | 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 |
| | | | | Fixes #16777. | ||||
* | 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 |
| | | | | | | | | | This cuts in almost half the time to run: ``` touch components/style/lib.rs ./mach test-stylo ``` | ||||
* | 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 |
| | | | | MozReview-Commit-ID: KapDMqX6OjH | ||||
* | 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 |
| | | | | | Extracting these functions helps avoid circular dependencies, and make them easier to find/reuse. | ||||
* | 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 <!-- Please describe your changes on the following line: --> Properly setting environment to use OsMesa in headless mode. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #13515 <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because I manually ran: `./mach run -d tests/html/about-mozilla.html -z` <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14379) <!-- Reviewable:end --> | ||||
| * | 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 ↵ | Manish Goregaokar | 2016-11-28 | 1 | -3/+3 |
| | | | | | | | | uploads as an artefact | ||||
* | | 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 Another crack at making it possible to test geckolib properties. In the previous PR I added support for a testing mode but neglected to use it in the style unit tests. Using it brought out some bugs with properties that exist in both gecko and servo but have different names. Added the ability to disable them. Hopefully this isn't too unweildy. r? @emilio <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13415) <!-- Reviewable:end --> | ||||
| * | 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 |
|/ | | | | | | in testing_commands.py, I linked the new command to test_perf.sh in test_perf.sh, it would prepare tp5n.zip and virtual environment then run test_all.sh | ||||
* | 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 |
| | |||||
* | Need better description for mach subcommands #12402 4 | yoyo930021 | 2016-08-28 | 1 | -2/+2 |
| | |||||
* | Need better description for mach subcommands #12402 3 | yoyo930021 | 2016-08-28 | 1 | -3/+3 |
| | |||||
* | Need better description for mach subcommands #12402 2 | yoyo930021 | 2016-08-28 | 1 | -1/+1 |
| | |||||
* | Need better description for mach subcommands #12402 | yoyo930021 | 2016-08-28 | 1 | -4/+4 |
| | |||||
* | Set up PATH to find DLLs for tests | Vladimir Vukicevic | 2016-08-17 | 1 | -1/+5 |
| | |||||
* | Use mingw windows subsystem syntax for gcc only | Vladimir Vukicevic | 2016-08-17 | 1 | -3/+4 |
| | |||||
* | stylo: Fix and ensure alignment of restyle hints. Test it on Travis. | Emilio Cobos Álvarez | 2016-08-03 | 1 | -0/+11 |
| | | | | Turns out eRestyle_LaterSiblings was not really matching, sigh... | ||||
* | Add link arguments to test-unit | UK992 | 2016-07-29 | 1 | -0/+3 |
| |