Skip to content

Commit 133dc15

Browse files
committed
[WPE] API Tests that fail on the new infra/SDK
https://bugs.webkit.org/show_bug.cgi?id=297780 Unreviewed gardening commit. Mark new failures that are happening on the EWS API test queue with the new infra/SDK. * Tools/TestWebKitAPI/glib/TestExpectations.json:
1 parent 4927ce2 commit 133dc15

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

Tools/TestWebKitAPI/glib/TestExpectations.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"expected": {"all": {"status": ["CRASH", "PASS"], "bug": "webkit.org/b/265886"}}
176176
},
177177
"/webkit/WebKitWebView/is-playing-audio": {
178-
"expected": {"gtk": {"status": ["FAIL", "TIMEOUT"], "bug": "webkit.org/b/274344"}}
178+
"expected": {"all": {"status": ["FAIL", "TIMEOUT"], "bug": "webkit.org/b/274344"}}
179179
},
180180
"/webkit/WebKitWebView/submit-form": {
181181
"expected": {"gtk": {"status": ["FAIL", "TIMEOUT"], "bug": "webkit.org/b/279009"}}
@@ -184,7 +184,7 @@
184184
"expected": {"gtk": {"status": ["PASS", "TIMEOUT"], "bug": "webkit.org/b/284812"}}
185185
},
186186
"/webkit/WebKitWebView/save": {
187-
"expected": {"wpe": {"status": ["CRASH"], "bug": "webkit.org/b/289436"}}
187+
"expected": {"wpe": {"status": ["CRASH", "TIMEOUT"], "bug": "webkit.org/b/289436"}}
188188
}
189189
}
190190
},
@@ -372,6 +372,9 @@
372372
},
373373
"WTF_WorkQueue.DestroyDispatchedOnDispatchQueue": {
374374
"expected": {"all": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/260211" }}
375+
},
376+
"WTF_DateMath.calculateLocalTimeOffset": {
377+
"expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/297780"}}
375378
}
376379
}
377380
},
@@ -405,13 +408,32 @@
405408
"subtests": {
406409
"/webkit/WebKitPolicyClient/autoplay-policy": {
407410
"expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/222091"},
408-
"wpe": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/281986"}}
411+
"wpe": {"status": ["PASS", "FAIL", "TIMEOUT"], "bug": "webkit.org/b/281986"}}
409412
},
410413
"/webkit/WebKitPolicyClient/new-window-policy": {
411414
"expected": {"all": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/281812"}}
412415
}
413416
}
414417
},
418+
"TestDisplayWayland": {
419+
"subtests": {
420+
"/wpe-platform/DisplayWayland/available-input-devices": {
421+
"expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/297780"}}
422+
},
423+
"/wpe-platform/DisplayWayland/connect": {
424+
"expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/297780"}}
425+
},
426+
"/wpe-platform/DisplayWayland/create-view": {
427+
"expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/297780"}}
428+
},
429+
"/wpe-platform/DisplayWayland/keymap": {
430+
"expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/297780"}}
431+
},
432+
"/wpe-platform/DisplayWayland/screens": {
433+
"expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/297780"}}
434+
}
435+
}
436+
},
415437
"TestDownloads": {
416438
"subtests": {
417439
"/webkit/Downloads/remote-file-error": {
@@ -440,7 +462,10 @@
440462
"expected": {"all": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/264505"}}
441463
},
442464
"/webkit/WebKitWebProcessExtension/user-messages": {
443-
"expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/284812"}}
465+
"expected": {"all": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/284812"}}
466+
},
467+
"/webkit/WebKitWebView/web-process-crashed": {
468+
"expected": {"wpe": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/297780"}}
444469
}
445470
}
446471
},

0 commit comments

Comments
 (0)