[Webkit-unassigned] [Bug 203275] REGRESSION (r250936?) [ 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
Wed Oct 23 12:23:14 PDT 2019


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

--- Comment #3 from Sihui Liu <sihui_liu at apple.com> ---
(In reply to Russell Epstein from comment #0)
> 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

Can you reproduce on local build?

-- 
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/20191023/2ab53012/attachment-0001.html>


More information about the webkit-unassigned mailing list