Commit 3f3ab048 authored by Stephen McGruer's avatar Stephen McGruer Committed by Commit Bot

[wptrunner] Enable status=test features for run_wpt_tests.py

This marks status=test features from runtime_enabled_features.json5 as
enabled, which moves run_wpt_test.py closer to the test configuration
that run_web_tests.py tests.

Bug: None
Change-Id: Iba1a92e0f01e9b8211c2875255d0c1c556a58fd3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498870
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Commit-Queue: Luke Z <lpz@chromium.org>
Auto-Submit: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: default avatarLuke Z <lpz@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821206}
parent fcb20bba
......@@ -56,6 +56,7 @@ class WPTTestAdapter(wpt_common.BaseWptScriptAdapter):
"--binary-arg=--host-resolver-rules="
"MAP nonexistent.*.test ~NOTFOUND, MAP *.test 127.0.0.1",
"--binary-arg=--enable-experimental-web-platform-features",
"--binary-arg=--enable-blink-test-features",
"--binary-arg=--enable-blink-features=MojoJS,MojoJSTest",
"--webdriver-binary=" + CHROMEDRIVER_BINARY.format(target_dir),
"--webdriver-arg=--enable-chrome-logs",
......
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