mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add --layout-2020
to ./mach test-wpt
and ./mach update-wpt
… with separate metadata (expected results) and include manifest.
This commit is contained in:
parent
2b01c26aa5
commit
5cabcd5268
95 changed files with 200 additions and 0 deletions
|
@ -34,6 +34,10 @@ def set_defaults(kwargs):
|
|||
kwargs["store_state"] = False
|
||||
updatecommandline.check_args(kwargs)
|
||||
|
||||
if kwargs.pop("layout_2020"):
|
||||
kwargs["test_paths"]["/"]["metadata_path"] = wpt_path("metadata-layout-2020")
|
||||
kwargs["include_manifest"] = wpt_path("include-layout-2020.ini")
|
||||
|
||||
|
||||
def main():
|
||||
parser = wptcommandline.create_parser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue