mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision 66f38302334f162d363afcf4a1792d895072f3ef
This commit is contained in:
parent
36f5b69224
commit
b198cd722a
622 changed files with 3374 additions and 2001 deletions
|
@ -12,7 +12,7 @@ except ImportError:
|
|||
import html5lib
|
||||
|
||||
from . import XMLParser
|
||||
from .item import Stub, ManualTest, WebdriverSpecTest, RefTestNode, RefTest, TestharnessTest, SupportFile, ConformanceCheckerTest, VisualTest
|
||||
from .item import Stub, ManualTest, WebdriverSpecTest, RefTestNode, TestharnessTest, SupportFile, ConformanceCheckerTest, VisualTest
|
||||
from .utils import rel_path_to_url, ContextManagerBytesIO, cached_property
|
||||
|
||||
wd_pattern = "*.py"
|
||||
|
@ -262,6 +262,7 @@ class SourceFile(object):
|
|||
be a non-test file"""
|
||||
return (self.is_dir() or
|
||||
self.name_prefix("MANIFEST") or
|
||||
self.filename == "META.yml" or
|
||||
self.filename.startswith(".") or
|
||||
self.type_flag == "support" or
|
||||
self.in_non_test_dir())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue