[Webkit-unassigned] [Bug 203275] New: [ iOS ] Layout Test http/tests/IndexedDB/storage-limit-1.https.html is a Flaky Failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 14:35:15 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=203275

            Bug ID: 203275
           Summary: [ iOS ] Layout Test
                    http/tests/IndexedDB/storage-limit-1.https.html is a
                    Flaky Failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: repstein at apple.com

The following layout test is a flaky failure across all iOS configurations:

http/tests/IndexedDB/storage-limit-1.https.html 

Diff:

--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-actual.txt
@@ -12,10 +12,9 @@
 db = event.target.result
 store = db.transaction('store', 'readwrite').objectStore('store')
 request = store.add(new Uint8Array(300 * 1024), 'key')
-PASS 'error' in request is true
-PASS request.error.code is DOMException.QUOTA_EXCEEDED_ERR
-PASS request.error.name is "QuotaExceededError"
+FAIL Add operation should fail because storage limit is reached, but succeeded.
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191022/f82b7224/attachment.html>


More information about the webkit-unassigned mailing list