Title: [270873] trunk/LayoutTests
- Revision
- 270873
- Author
- [email protected]
- Date
- 2020-12-15 16:06:21 -0800 (Tue, 15 Dec 2020)
Log Message
REGRESSION: [macOS] http/tests/inspector/network/resource-response-service-worker.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219625
Ignore an internal inspector error like I did in r270137
* http/tests/inspector/network/resource-response-service-worker.html:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (270872 => 270873)
--- trunk/LayoutTests/ChangeLog 2020-12-16 00:01:59 UTC (rev 270872)
+++ trunk/LayoutTests/ChangeLog 2020-12-16 00:06:21 UTC (rev 270873)
@@ -1,3 +1,13 @@
+2020-12-15 Alex Christensen <[email protected]>
+
+ REGRESSION: [macOS] http/tests/inspector/network/resource-response-service-worker.html is a flaky failure
+ https://bugs.webkit.org/show_bug.cgi?id=219625
+
+ Ignore an internal inspector error like I did in r270137
+
+ * http/tests/inspector/network/resource-response-service-worker.html:
+ * platform/mac/TestExpectations:
+
2020-12-15 Sihui Liu <[email protected]>
Add webkit- prefix to SpeechRecognition
Modified: trunk/LayoutTests/http/tests/inspector/network/resource-response-service-worker.html (270872 => 270873)
--- trunk/LayoutTests/http/tests/inspector/network/resource-response-service-worker.html 2020-12-16 00:01:59 UTC (rev 270872)
+++ trunk/LayoutTests/http/tests/inspector/network/resource-response-service-worker.html 2020-12-16 00:06:21 UTC (rev 270873)
@@ -37,6 +37,7 @@
function test()
{
+ WI.reportInternalError = (e) => { };
let suite = InspectorTest.createAsyncSuite("Resource.ResponseSource.ServiceWorker");
function addTestCase({name, description, setup, _expression_, statusCode, responseSource}) {
Modified: trunk/LayoutTests/platform/mac/TestExpectations (270872 => 270873)
--- trunk/LayoutTests/platform/mac/TestExpectations 2020-12-16 00:01:59 UTC (rev 270872)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2020-12-16 00:06:21 UTC (rev 270873)
@@ -2256,6 +2256,3 @@
webkit.org/b/219225 http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html [ Pass Failure ]
webkit.org/b/219907 imported/w3c/web-platform-tests/server-timing/service_worker_idl.html [ Pass Failure ]
-
-webkit.org/b/219625 http/tests/inspector/network/resource-response-service-worker.html [ Pass Failure ]
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes