forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import-w3c-tests should rely on <meta name="flags"> to detect CSS man…
…ual tests https://bugs.webkit.org/show_bug.cgi?id=186261 Patch by Frederic Wang <[email protected]> on 2018-06-04 Reviewed by Youenn Fablet. * Scripts/webkitpy/w3c/test_parser.py: (TestParser.is_wpt_manualtest): Add code to detect whether a file is a manual test from its <meta name="flags"> tags. This is based on SourceFile::content_is_css_manual from the WPT repository. * Scripts/webkitpy/w3c/test_parser_unittest.py: Add a test to verify whether files with <meta name="flags"> are manual or non-manual according to CSS WG rules. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@232506 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
60b530b
commit 9c2eb2c
Showing
3 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2018-06-04 Frederic Wang <[email protected]> | ||
|
||
import-w3c-tests should rely on <meta name="flags"> to detect CSS manual tests | ||
https://bugs.webkit.org/show_bug.cgi?id=186261 | ||
|
||
Reviewed by Youenn Fablet. | ||
|
||
* Scripts/webkitpy/w3c/test_parser.py: | ||
(TestParser.is_wpt_manualtest): Add code to detect whether a file is a manual test | ||
from its <meta name="flags"> tags. This is based on SourceFile::content_is_css_manual from | ||
the WPT repository. | ||
* Scripts/webkitpy/w3c/test_parser_unittest.py: Add a test to verify whether files with | ||
<meta name="flags"> are manual or non-manual according to CSS WG rules. | ||
|
||
2018-06-04 Dan Bernstein <[email protected]> | ||
|
||
Fixed building ImageDiff with the default build system in the Xcode 10 developer beta. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters