Skip to content

Commit 9065f0b

Browse files
committed
Update infrastructure/metadata/ based on recent infra PRs
1 parent 60ee5f4 commit 9065f0b

File tree

7 files changed

+20
-11
lines changed

7 files changed

+20
-11
lines changed

infrastructure/metadata/infrastructure/reftest/reftest.www.sub.html.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

infrastructure/metadata/infrastructure/server/context.any.js.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
[context.any.serviceworker-module.html]
77
expected:
8-
if product == "firefox": ERROR
9-
if product == "firefox_android": ERROR
8+
if product == "firefox_android": [OK, ERROR]
9+
# See e.g. https://community-tc.services.mozilla.com/tasks/IouM2LcdQy6b6ImEvgZ0kg
10+
if product == "firefox": [ERROR, OK]
1011

1112
[context.any.worker-module.html]
1213

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[elementTiming.html]
2+
[TestDriver actions: element timing]
3+
expected:
4+
# See e.g. https://community-tc.services.mozilla.com/tasks/Zbk_J0hyTLW5dn0l7X8bTw
5+
# TestDriver actions: element timing - assert_array_equals: expected property 1 to be 150 but got 149 (expected array [50, 150] got [50, 149])
6+
if product == "firefox_android": [PASS, FAIL]

infrastructure/metadata/infrastructure/testdriver/actions/mouseClickCount.html.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[wheelScroll.html]
22
expected:
33
if product == "epiphany": ERROR
4+
[TestDriver actions: wheel scroll]
5+
expected:
6+
# See e.g. https://community-tc.services.mozilla.com/tasks/RfCM4rBSQ-SA_p2ZgKMJiA
7+
if product == "firefox_android": [PASS, FAIL]
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[simulate_descriptor.https.html]
22
expected:
3-
if product != "chrome": ERROR
3+
# See e.g. https://community-tc.services.mozilla.com/tasks/cNuMRzbiQfKkLAji27vXHg
4+
# webdriver.bidi.error.UnknownErrorException: unknown error (execution contexts cleared)
5+
if product == "chrome": [OK, ERROR]
6+
ERROR
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[simulate_service.https.html]
22
expected:
3-
if product != "chrome": ERROR
3+
# See e.g. https://community-tc.services.mozilla.com/tasks/YXMQacBCSXyzpaVWuERLQQ
4+
if product == "chrome": [OK, ERROR]
5+
ERROR

0 commit comments

Comments
 (0)