-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
images not being copied correctly for background reftests in css/vendor-imports/mozilla/mozilla-central-reftests/background/ #9912
Comments
Would moving them to a |
Also, whatever was wrong here, it seems like a lint should have caught it. |
https://github.com/w3c/web-platform-tests/blob/master/lint.whitelist#L387 seems like the lint did catch it, but was in the long tail of things already broken when we merged csswg-test into web-platform-tests. |
So moving them to a |
(I'll fix that in https://bugzilla.mozilla.org/show_bug.cgi?id=1444136 and then merge it over to fix this.) |
When you merge it over, please remove the lines in lint.whitelist for them. |
…15e9b18ca2a1532086d5e2d5d21343cd004b5fd . This commit contains a single change: * [bug 1444136](https://bugzilla.mozilla.org/show_bug.cgi?id=1444136) by me, already reviewed by @gsnedders. Fixes web-platform-tests#9912.
…15e9b18ca2a1532086d5e2d5d21343cd004b5fd . This commit contains a single change: * [bug 1444136](https://bugzilla.mozilla.org/show_bug.cgi?id=1444136) by me, already reviewed by @gsnedders. Fixes #9912.
Where should images go? Into the /support subdirectory? Please answer. |
Is the lint supposed to detect and report broken links? Please answer. |
I don't know who you're demanding answer your questions, but what I know is this: Moving the images into a support/ subdirectory did fix the problem here, so it seems that's the answer. The lint did detect (see above) that there were images not in a support directory; I don't know of a lint that would have detected the broken links since, in the web-platform-tests repository, the links weren't broken. They were only broken post-build in the CSSWG system. |
David, thank you for your answer and time. I originally thought that test requirements applying to web-platform-tests repository were equally good, reliable and sufficient for the building of CSS test suite but they are not. A correct linkage in tests in web-platform-tests repository is not necessarly good or without problems when it will be handled by the build system. I think this is inadequate otherwise imbalanced, error-prone. |
Gerard Talbot reported to www-style the following problems:
[...]
I think these are some sort of build problem. The images are
present in the repository in
css/vendor-imports/mozilla/mozilla-central-reftests/background/
right next to the tests; they're just not in the built test suite.
I'm not sure what's supposed to cause them to appear in the built
test suite.
The text was updated successfully, but these errors were encountered: