[Webkit-unassigned] [Bug 210226] New: REGRESSION(r259705): Several IndexedDB are failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 16:59:12 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210226
Bug ID: 210226
Summary: REGRESSION(r259705): Several IndexedDB are failing
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dpino at igalia.com
CC: bugs-noreply at webkitgtk.org, cgarcia at igalia.com
The following tests are failing after r259705:
http/tests/appcache/history-test.html [ Failure ]
imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html [ Failure ]
imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html [ Failure ]
imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html [ Failure ]
wk-testhunter for IndexedDB/interleaved-cursors-small.html:
r259704 NOERROR
r259705 UNKNOWN
r259706 TEXT (Expected: PASS)
Other tests results are the same.
Diff:
--- /home/igalia/dpino/workspace/webkit/layout-test-results/retries/http/tests/appcache/history-test-expected.txt
+++ /home/igalia/dpino/workspace/webkit/layout-test-results/retries/http/tests/appcache/history-test-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
Test whether window.history.back() is supported in application cache.
--- /home/igalia/dpino/workspace/webkit/layout-test-results/retries/imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small-expected.txt
+++ /home/igalia/dpino/workspace/webkit/layout-test-results/retries/imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small-actual.txt
@@ -1,5 +1,5 @@
PASS 1 cursors
-PASS 10 cursors
-PASS 100 cursors
+FAIL 10 cursors promise_test: Unhandled rejection with value: object "QuotaExceededError: Failed to PutOrAdd in database because not enough space for domain"
+FAIL 100 cursors promise_test: Unhandled rejection with value: object "QuotaExceededError: Failed to PutOrAdd in database because not enough space for domain"
--- /home/igalia/dpino/workspace/webkit/layout-test-results/retries/imported/w3c/web-platform-tests/IndexedDB/large-requests-abort-expected.txt
+++ /home/igalia/dpino/workspace/webkit/layout-test-results/retries/imported/w3c/web-platform-tests/IndexedDB/large-requests-abort-actual.txt
@@ -1,6 +1,6 @@
-PASS small values
-PASS large values
-PASS large value followed by small values
-PASS large values mixed with small values
+FAIL small values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
+FAIL large values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
+FAIL large value followed by small values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
+FAIL large values mixed with small values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
--- /home/igalia/dpino/workspace/webkit/layout-test-results/retries/imported/w3c/web-platform-tests/IndexedDB/request-event-ordering-expected.txt
+++ /home/igalia/dpino/workspace/webkit/layout-test-results/retries/imported/w3c/web-platform-tests/IndexedDB/request-event-ordering-actual.txt
@@ -1,6 +1,6 @@
-PASS small values
-PASS large values
-PASS large value followed by small values
-PASS large values mixed with small values
+FAIL small values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
+FAIL large values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
+FAIL large value followed by small values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
+FAIL large values mixed with small values assert_equals: Expected success event, but got error event instead expected "success" but got "error"
--
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/20200408/01c57bbc/attachment-0001.htm>
More information about the webkit-unassigned
mailing list