Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c9276d57243c3ad06f906c296239311cbc166e84
      
https://github.com/WebKit/WebKit/commit/c9276d57243c3ad06f906c296239311cbc166e84
  Author: Sihui Liu <sihui_...@apple.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M LayoutTests/platform/mac-wk2/TestExpectations
    M LayoutTests/storage/indexeddb/modern/resources/handle-user-delete.js

  Log Message:
  -----------
  storage/indexeddb/modern/handle-user-delete.html is flaky when running it 
locally
https://bugs.webkit.org/show_bug.cgi?id=261539
rdar://115458802

Reviewed by Chris Dumez.

The test utility function indexedDBTest() sets error handler for 
IDBOpenDBRequest by default, which would print error
log and end the test early. However, this test expects error to occur (version 
change transaction will be aborted for
user delete). Therefore, this patch overwrites the error handler before issuing 
the error.

This patch also updates the test expectation since the test has been passing on 
all bots now.

* LayoutTests/platform/mac-wk2/TestExpectations:
* LayoutTests/storage/indexeddb/modern/resources/handle-user-delete.js:

Canonical link: https://commits.webkit.org/267997@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to