mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move Khronos WebGL tests to /_webgl/
This commit is contained in:
parent
d827370804
commit
4852f7d616
7200 changed files with 53650 additions and 228616 deletions
|
@ -481,7 +481,7 @@ def check_manifest_dirs(config_file, print_text=True):
|
|||
p = parser.parse(lines)
|
||||
paths = rec_parse(wpt_path("web-platform-tests"), p)
|
||||
for idx, path in enumerate(paths):
|
||||
if path.endswith("_mozilla"):
|
||||
if path.endswith("_mozilla") or path.endswith("_webgl"):
|
||||
continue
|
||||
if not os.path.isdir(path):
|
||||
yield(config_file, idx + 1, "Path in manifest was not found: {}".format(path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue