mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Update web-platform-tests to revision 63459a30a61cda53c8c8ab4dc645b142cd2f85ea
This commit is contained in:
parent
005320c08c
commit
40ef4e9705
82 changed files with 986 additions and 154 deletions
|
@ -339,7 +339,6 @@ class SourceFile(object):
|
|||
self.filename == "META.yml" or
|
||||
self.filename.startswith(".") or
|
||||
self.filename.endswith(".headers") or
|
||||
self.type_flag == "support" or
|
||||
self.in_non_test_dir())
|
||||
|
||||
@property
|
||||
|
|
|
@ -35,7 +35,6 @@ def items(s):
|
|||
"foo/tools/test.html",
|
||||
"foo/resources/test.html",
|
||||
"foo/support/test.html",
|
||||
"foo/test-support.html",
|
||||
"foo/foo-manual.html.headers",
|
||||
"css/common/test.html",
|
||||
"css/CSS2/archive/test.html",
|
||||
|
@ -56,6 +55,7 @@ def test_name_is_non_test(rel_path):
|
|||
"foo/css21/archive/test.html",
|
||||
"foo/CSS2/archive/test.html",
|
||||
"css/css21/archive/test.html",
|
||||
"foo/test-support.html",
|
||||
])
|
||||
def test_not_name_is_non_test(rel_path):
|
||||
s = create(rel_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue