Skip to content

Commit

Permalink
Bug 1829474 - [wpt-sync] Update web-platform-tests to 48fe6048c0bf4c6…
Browse files Browse the repository at this point in the history
…235369cac86774122169f6ee5, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 48fe6048c0bf4c6235369cac86774122169f6ee5
wpt-type: landing
  • Loading branch information
moz-wptsync-bot committed Apr 22, 2023
1 parent 61538d2 commit 81efdc0
Show file tree
Hide file tree
Showing 215 changed files with 1,059 additions and 996 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

[Revoke blob URL after calling fetch, fetch should succeed]
expected:
if not fission and not swgl and debug and (os == "android"): [FAIL, PASS]
if not fission and swgl and (os == "linux"): [FAIL, PASS]
if debug and (os == "linux") and not fission and swgl: [FAIL, PASS]
if debug and (os == "mac"): [FAIL, PASS]
[PASS, FAIL]
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[back-forward-cache-open-connection.window.html]
expected:
if not debug and (os == "linux") and not fission: [OK, TIMEOUT]
if not debug and (os == "mac"): [OK, TIMEOUT]
if not debug and (os == "win"): [OK, TIMEOUT]
if not debug and (os == "mac"): [OK, TIMEOUT]
[Testing BFCache support for page with open IndexedDB connection, and eviction behavior when receiving versionchange event.]
expected:
if (os == "linux") and not fission and debug and not swgl: PASS
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT]
if (os == "linux") and not fission and not debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "win") and not debug: [PASS, FAIL, TIMEOUT]
if os == "android": PASS
[PASS, FAIL]
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
[back-forward-cache-open-transaction.window.html]
expected:
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "linux") and not fission and not debug: [TIMEOUT, OK]
if (os == "win") and debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "mac") and debug: [TIMEOUT, OK]
TIMEOUT
if (os == "linux") and not fission and debug and not swgl: TIMEOUT
if (os == "linux") and fission: TIMEOUT
if os == "android": TIMEOUT
[TIMEOUT, OK]
[BFCache support test for page with open IndexedDB transaction]
expected:
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "linux") and not fission and not debug: [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "mac") and debug: [TIMEOUT, PASS]
if (os == "win") and debug: [TIMEOUT, PASS]
TIMEOUT
if (os == "linux") and not fission and debug and not swgl: TIMEOUT
if (os == "linux") and fission: TIMEOUT
if os == "android": TIMEOUT
[TIMEOUT, PASS]
26 changes: 13 additions & 13 deletions testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected:
if (os == "win") and (processor == "x86") and not debug: [ERROR, OK, TIMEOUT]
if (os == "win") and (processor == "x86") and debug: [ERROR, OK]
if (os == "linux") and not fission and not debug: [OK, ERROR]
if (os == "mac") and not debug: [ERROR, OK]
if (os == "mac") and debug: [OK, ERROR]
if (os == "win") and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
if (os == "win") and (processor == "x86") and debug: [ERROR, OK]
if (os == "win") and (processor == "x86") and not debug: [ERROR, OK, TIMEOUT]
if (os == "linux") and fission: ERROR
if (os == "win") and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
if (os == "mac") and not debug: [ERROR, OK]
if (os == "mac") and debug: [ERROR, OK]
[Transactions that explicitly commit and have errors should abort.]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [FAIL, PASS]
Expand All @@ -17,9 +17,9 @@
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS, NOTRUN]
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "linux") and fission: FAIL
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]

[Transactions that handle all errors properly should behave as expected when an explicit commit is called in an onerror handler.]
expected:
Expand All @@ -30,8 +30,8 @@
[Calling abort on a committed transaction throws and does not prevent persisting the data.]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]

[Transactions with same scope should stay in program order, even if one calls commit.]
expected:
Expand All @@ -49,8 +49,8 @@

[commit() on a version change transaction does not cause errors.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

[Calling commit on an aborted transaction throws.]
expected:
Expand All @@ -63,8 +63,8 @@

[Calling commit on a committed transaction throws.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]

[A committed transaction is inactive in future request callbacks.]
expected:
Expand Down Expand Up @@ -92,14 +92,14 @@
[Puts issued after commit are not fulfilled.]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]

[Calling commit on an aborted transaction throws.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]

[Calling abort on a committed transaction throws and does not prevent persisting the data.]
expected:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,56 +1,47 @@
[idbobjectstore_getKey.any.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[IDBObjectStore.getKey() - basic - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - basic - range - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - key]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - range]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - range - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator - key]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator - range]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator - range - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator and key path - key]
expected:
Expand All @@ -64,55 +55,53 @@

[IDBObjectStore.getKey() - key generator and key path - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator and key path - range - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - basic - range]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - basic - key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - invalid parameters]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]


[idbobjectstore_getKey.any.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBObjectStore.getKey() - basic - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - basic - range - no match]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - key]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - range]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key path - range - no match]
expected:
Expand All @@ -131,8 +120,8 @@

[IDBObjectStore.getKey() - key generator - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator - range - no match]
expected:
Expand All @@ -151,22 +140,22 @@

[IDBObjectStore.getKey() - key generator and key path - key - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - key generator and key path - range - no match]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

[IDBObjectStore.getKey() - basic - range]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - basic - key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

[IDBObjectStore.getKey() - invalid parameters]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
Loading

0 comments on commit 81efdc0

Please sign in to comment.