| Summary: | REGRESSION(r259705): [GTK][WPE] Several IndexedDB are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Diego Pino
2020-04-08 16:59:12 PDT
In WPE this additional test is failing: imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure ] 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. (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. (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> |