Commit 517c1286 authored by Luke Zielinski's avatar Luke Zielinski Committed by Commit Bot

Debugging WPT Waterfall timeouts.

Skipping the webdriver directory still caused timeouts. Instead, omit
the `wdspec` test type.

Bug: 1023835
Change-Id: Ied3971bf844f9ea9fb89f4f5c39cb2aeca01f904
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917690
Commit-Queue: Luke Z <lpz@chromium.org>
Commit-Queue: Robert Ma <robertma@chromium.org>
Auto-Submit: Luke Z <lpz@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715397}
parent c3f87ebb
...@@ -75,7 +75,8 @@ class WPTTestAdapter(common.BaseIsolatedScriptArgsAdapter): ...@@ -75,7 +75,8 @@ class WPTTestAdapter(common.BaseIsolatedScriptArgsAdapter):
# (crbug.com/1023835) The flags below are temporary to aid debugging # (crbug.com/1023835) The flags below are temporary to aid debugging
"--log-mach=-", "--log-mach=-",
"--log-mach-verbose", "--log-mach-verbose",
"--exclude=webdriver" "--test-type=testharness",
"--test-type=reftest"
]) ])
return rest_args return rest_args
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment