Skip to content

Commit

Permalink
REGRESSION: [macOS] http/tests/inspector/network/resource-response-se…
Browse files Browse the repository at this point in the history
…rvice-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:



Canonical link: https://commits.webkit.org/232509@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270873 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
achristensen07 committed Dec 16, 2020
1 parent 9700cee commit 2679e9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions LayoutTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2020-12-15 Alex Christensen <achristensen@webkit.org>

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 <sihui_liu@apple.com>

Add webkit- prefix to SpeechRecognition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

function test()
{
WI.reportInternalError = (e) => { };
let suite = InspectorTest.createAsyncSuite("Resource.ResponseSource.ServiceWorker");

function addTestCase({name, description, setup, expression, statusCode, responseSource}) {
Expand Down
3 changes: 0 additions & 3 deletions LayoutTests/platform/mac/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -2256,6 +2256,3 @@ webkit.org/b/219555 inspector/animation/effectChanged.html [ Pass Timeout ]
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 ]

0 comments on commit 2679e9c

Please sign in to comment.