Skip to content

Commit

Permalink
Bug 1924463 [wpt PR 48592] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 48592
wpt-type: metadata

UltraBlame original commit: 487f5dae22f755522f48f2374835467e8bb0ac75
  • Loading branch information
marco-c committed Oct 22, 2024
1 parent e8c3180 commit 2d54c86
Showing 1 changed file with 69 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,33 @@ os
=
=
"
win
mac
"
)
and
not
debug
:
[
PASS
FAIL
]
if
(
os
=
=
"
linux
"
)
and
(
processor
=
=
"
x86_64
x86
"
)
:
Expand All @@ -53,12 +67,64 @@ os
=
=
"
mac
linux
"
)
and
not
debug
:
[
PASS
FAIL
]
if
(
os
=
=
"
win
"
)
and
not
debug
and
(
processor
=
=
"
x86
"
)
:
[
PASS
FAIL
]
if
not
debug
and
(
os
=
=
"
win
"
)
and
(
processor
=
=
"
x86_64
"
)
:
[
PASS
Expand Down

0 comments on commit 2d54c86

Please sign in to comment.