Bug 210226
| Summary: | REGRESSION(r259705): [GTK][WPE] Several IndexedDB are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
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"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
In WPE this additional test is failing:
imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure ]
Diego Pino
Also in WPE this other test started failing:
http/tests/cache/partitioned-cache.html
In GTK interleaved-cursors-large.html wasn't reported as failure because it was already marked as flaky in TestExpectations.
Carlos Garcia Campos
(In reply to Diego Pino from comment #0)
> 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.
This is the cross-platform expected results, so this is a progression. We can just remove the gtk specific results.
Carlos Garcia Campos
(In reply to Carlos Garcia Campos from comment #3)
> (In reply to Diego Pino from comment #0)
> > 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.
>
> This is the cross-platform expected results, so this is a progression. We
> can just remove the gtk specific results.
Committed r259794: <https://trac.webkit.org/changeset/259794>
Diego Pino
imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html [ Failure ]
imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html [ Failure ]
fixed by r261533.
Diego Pino
*** This bug has been marked as a duplicate of bug 243614 ***