Skip to content

Commit 23e1a1d

Browse files
committed
Bug 1994864 [wpt PR 55493] - Update wpt metadata, a=testonly
wpt-pr: 55493 wpt-type: metadata UltraBlame original commit: 6a3d795c0661da7287e392e6e1a6782ab9609f25
1 parent 57d9f8c commit 23e1a1d

18 files changed

+48
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[click.html]
22
[Event Timing click.]
33
expected:
4-
if debug and (os == "win"): PASS
5-
if debug and (os == "linux"): PASS
64
if debug and (os == "android"): PASS
5+
if debug and (os == "win") and (processor == "x86"): PASS
6+
if debug and (os == "linux") and fission: PASS
77
[PASS, FAIL]

testing/web-platform/meta/event-timing/contextmenu.html.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
55
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
66
if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
7+
if not debug and (os == "linux"): [PASS, FAIL]
8+
if not debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL]

testing/web-platform/meta/event-timing/dblclick.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, FAIL]
99
if (os_version == "11.26100") and not debug and (processor == "x86"): [PASS, FAIL]
1010
if os_version == "14.70": [PASS, FAIL]
11+
if debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
12+
if debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
13+
if debug and (os == "linux") and fission: [PASS, FAIL]

testing/web-platform/meta/event-timing/keydown.html.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
[Event Timing Keydown.]
33
expected:
44
if (os == "mac") and not debug: [PASS, FAIL]
5+
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
6+
if (os == "linux") and not debug: [PASS, FAIL]

testing/web-platform/meta/event-timing/large-duration-threshold.html.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[PerformanceObserver observes events according to its durationThreshold]
33
expected:
44
if (os == "mac") and not debug: [PASS, FAIL]
5+
if not sessionHistoryInParent and not debug: [PASS, FAIL]

testing/web-platform/meta/event-timing/min-duration-threshold.html.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
expected:
44
if (os == "linux") and not debug and not asan and not tsan: [PASS, FAIL]
55
if (os == "mac") and not debug: [PASS, FAIL]
6+
if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]

testing/web-platform/meta/event-timing/mousedown.html.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
if (os_version == "14") and not debug and not sessionHistoryInParent: [PASS, FAIL]
66
if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, FAIL]
77
if (os_version == "14.70") and not debug: [PASS, FAIL]
8+
if not debug and (os == "linux"): [PASS, FAIL]
9+
if not debug and (processor == "x86"): [PASS, FAIL]

testing/web-platform/meta/event-timing/mouseenter.html.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
66
if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
77
if (os == "android") and sessionHistoryInParent: [PASS, FAIL]
8+
if debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
9+
if (os == "win") and (processor == "x86_64") and debug: [PASS, FAIL]
10+
if (os == "win") and (processor == "x86_64") and not debug: [PASS, FAIL]
11+
if (os == "linux") and debug and not fission: [PASS, FAIL]

testing/web-platform/meta/event-timing/mouseleave.html.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
if debug and (os == "linux") and fission: [PASS, FAIL]
66
if debug and (os == "android") and not sessionHistoryInParent: [PASS, FAIL]
77
if not debug and (processor == "x86_64"): [PASS, FAIL]
8+
if (processor == "x86") and not debug: [PASS, FAIL]
9+
if debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL]
10+
if (os == "linux") and not fission: [PASS, FAIL]

testing/web-platform/meta/event-timing/mouseout.html.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL]
77
if (os == "android") and not debug: [PASS, FAIL]
88
if os == "mac": [PASS, FAIL]
9+
if fission and debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]

0 commit comments

Comments
 (0)