Modified: trunk/Tools/ChangeLog (271388 => 271389)
--- trunk/Tools/ChangeLog 2021-01-12 02:52:17 UTC (rev 271388)
+++ trunk/Tools/ChangeLog 2021-01-12 04:36:23 UTC (rev 271389)
@@ -1,3 +1,11 @@
+2021-01-11 Lauro Moura <[email protected]>
+
+ [WPE] Gardening API test crash
+
+ Unreviewed test gardening.
+
+ * TestWebKitAPI/glib/TestExpectations.json:
+
2021-01-11 Sihui Liu <[email protected]>
Make SpeechRecognition permission error more informative
Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (271388 => 271389)
--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json 2021-01-12 02:52:17 UTC (rev 271388)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json 2021-01-12 04:36:23 UTC (rev 271389)
@@ -38,6 +38,11 @@
"/webkit/WebKitWebView/install-missing-plugins-permission-request": {
"expected": {"gtk": {"status": ["TIMEOUT", "FAIL"], "bug": ["webkit.org/b/147822", "webkit.org/b/210635"]}}
},
+ "/webkit/WebKitWebExtension/document-loaded-signal": {
+ "expected": {
+ "wpe@Debug": {"status": ["CRASH"], "bug": "webkit.org/b/219980"}
+ }
+ },
"/webkit/WebKitWebExtension/form-submission-steps": {
"expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/205333"}}
},
@@ -47,7 +52,7 @@
"/webkit/WebKitWebExtension/user-messages": {
"expected": {
"gtk": {"status": ["FAIL", "TIMEOUT", "PASS"], "bug": "webkit.org/b/211336"},
- "wpe": {"status": ["FAIL", "TIMEOUT", "PASS"], "bug": "webkit.org/b/211336"}
+ "wpe": {"status": ["FAIL", "TIMEOUT", "PASS", "CRASH"], "bug": ["webkit.org/b/211336", "webkit.org/b/219980"]}
}
}
}