Skip to content

Commit

Permalink
Bug 1894782 [wpt PR 46039] - Enabled subsuite support for chrome, a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
Enabled subsuite support for chrome (#46039)

This is needed as we plan to run virtual tests with headless shell.
Whether to run the virtual tests or not is controlled by the wrapper.
--

wpt-commits: 53e94aacf78b637035b0740f67e6ac17b8adc34e
wpt-pr: 46039

UltraBlame original commit: 04b9415653012247e97642466d31b63d38fbba9a
  • Loading branch information
marco-c committed Jun 16, 2024
1 parent 6619c0f commit f24917e
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
test_type
test_environment
run_info_data
subsuite

*
*
Expand Down Expand Up @@ -409,6 +410,7 @@
test_environment
run_info_data

subsuite
*
*
kwargs
Expand Down Expand Up @@ -1577,6 +1579,47 @@
arg
)

for
arg
in
subsuite
.
config
.
get
(
"
binary_args
"
[
]
)
:

if
arg
not
in
chrome_options
[
"
args
"
]
:

chrome_options
[
"
args
"
]
.
append
(
arg
)

#
Pass
the
Expand Down

0 comments on commit f24917e

Please sign in to comment.