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 upAdd test for float kerning, make disabled #11483
Conversation
| ], | ||
| "url": "/_mozilla/css/float_kerning_a.html" | ||
| } | ||
| ], |
This comment has been minimized.
This comment has been minimized.
mitchhentges
May 28, 2016
Author
Contributor
There's a .items.reftest section and a .reftest_nodes section in MANIFEST.json. I'm not sure the pattern for where the test definition should go, so I put it in .items.reftest, and it's properly picked up by ./mach test-wpt, so I think it's happy
This comment has been minimized.
This comment has been minimized.
mitchhentges
May 29, 2016
Author
Contributor
Yep, it needed to be added to both sections, now CI doesn't fail
2246650
to
c8aff51
highfive
commented
May 28, 2016
|
New code was committed to pull request. |
|
Am I not allowed to change the manifest?
|
|
Have you tried using |
c8aff51
to
40ab16d
highfive
commented
May 29, 2016
|
New code was committed to pull request. |
|
I re-did this according to |
|
Yep, Travis CI doesn't complain now. @bors-servo try |
Add test for float kerning, make disabled <!-- Please describe your changes on the following line: --> Make automated test for #11482 --- <!-- 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 add a test for #11482 <!-- Either: --> - [X] There are tests for these changes <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11483) <!-- Reviewable:end -->
|
|
|
I'm not sure I see the point of this PR: you're adding a test, but not running it? Did you mean to mark it as failing instead? |
|
Ah, yes, I want to add it as failing. Still figuring out how the wpt test configuration happens :) |
40ab16d
to
8765fd5
highfive
commented
May 30, 2016
|
New code was committed to pull request. |
|
Looks good in terms of metadata; r? @mbrubeck for the test |
|
Something is wrong; this test is not passing in Gecko or Blink. In both cases the horizontal position of the I'm also not sure it will be possible to reproduce this bug using Ahem, because I don't think it has any kerning tables. :( This may depend on something like #8374 so we can use a known font other than Ahem. |
|
Ah, yes, I think I got dinged by |
mitchhentges commentedMay 28, 2016
•
edited by larsbergstrom
Make automated test for #11482
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is