Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWhy aren't these tests run? #19700
Why aren't these tests run? #19700
Conversation
|
@bors-servo try |
Why aren't these tests run? <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
Failed with #19495 |
|
cc @jdm |
|
@bors-servo: r+ |
|
|
Why aren't these tests run? <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/19700) <!-- Reviewable:end -->
|
|
|
@jdm Do you have an idea why these tests marked as "FAIL" in the .ini files are never run? Neither on my machine nor on the builder? I skimmed over the folder contents and noticed these tests where marked as failing but could not find a reason why they should be and removed the files. But they are not executed even if I try only to run a single test. |
|
It looks like it might be because border-bottom-left-radius-003.xht uses border-bottom-left-radius-004.xht as a reference, and border-bottom-left-radius-004.xht uses border-bottom-left-radius-003.xht as a radius, and I think the manifest just becomes confused? |
|
I am writing a lint for web-platform-tests that detects these cases and forbids them. We'll start running these tests once that PR is merged upstream and we sync Servo's copy. |
pyfisch commentedJan 5, 2018
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is