diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-08-05 09:58:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 09:58:26 -0500 |
commit | a6369149dc5344b2b80a12fca1c43cf99c94fdc9 (patch) | |
tree | d1826b5a45f40aff787cf334a9f8e3d6a40013a8 /components/script/dom/validitystate.rs | |
parent | 586f84f5fea9a15c90dc5bc5415e2c5f5caa3ddb (diff) | |
parent | 43210e4755648b31485b40d6c12c69744906a2f2 (diff) | |
download | servo-a6369149dc5344b2b80a12fca1c43cf99c94fdc9.tar.gz servo-a6369149dc5344b2b80a12fca1c43cf99c94fdc9.zip |
Auto merge of #17974 - froydnj:remove-testing-feature, r=SimonSapin
remove testing feature from stylo_tests
`stylo_tests` currently requires a separate version of the `style` crate, compiled with the `testing` feature, so a function testing the size of specified values can be accessed. With a few tweaks, we can make the information needed for the test available to the `stylo_tests` crate directly, eliminating the need for a separately-compiled `style` crate.
This doesn't matter much for Servo itself (it might make CI times slightly faster?), but Gecko automation/development would like to run `stylo_tests`, and not having to compile two versions of the `style` crate (or have a dead, test-only function hanging around in the `style` crate) would be a win.
---
- [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/17974)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/validitystate.rs')
0 files changed, 0 insertions, 0 deletions