diff --git a/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini b/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini index 30271c2cbba2..e4b3ef5591fb 100644 --- a/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini +++ b/testing/web-platform/meta/FileAPI/url/url-with-fetch.any.js.ini @@ -15,5 +15,9 @@ [Revoke blob URL after calling fetch, fetch should succeed] expected: - if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS] + if (os == "linux") and (processor == "x86_64") and not fission and debug and not swgl: [FAIL, PASS] + if (os == "linux") and (processor == "x86_64") and fission and not swgl and not debug: [FAIL, PASS] + if (os == "linux") and (processor == "x86_64") and fission and swgl: [FAIL, PASS] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS] + if (os == "android") and swgl: [FAIL, PASS] [PASS, FAIL] diff --git a/testing/web-platform/meta/IndexedDB/abort-in-initial-upgradeneeded.html.ini b/testing/web-platform/meta/IndexedDB/abort-in-initial-upgradeneeded.html.ini index 4f6759b0e8b4..8e3d04505884 100644 --- a/testing/web-platform/meta/IndexedDB/abort-in-initial-upgradeneeded.html.ini +++ b/testing/web-platform/meta/IndexedDB/abort-in-initial-upgradeneeded.html.ini @@ -1,8 +1,8 @@ [abort-in-initial-upgradeneeded.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] [Test that an abort in the initial upgradeneeded sets version back to 0] expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] diff --git a/testing/web-platform/meta/IndexedDB/back-forward-cache-open-connection.window.js.ini b/testing/web-platform/meta/IndexedDB/back-forward-cache-open-connection.window.js.ini index 28bfcd8eb0c4..dc814a4cef7e 100644 --- a/testing/web-platform/meta/IndexedDB/back-forward-cache-open-connection.window.js.ini +++ b/testing/web-platform/meta/IndexedDB/back-forward-cache-open-connection.window.js.ini @@ -1,15 +1,14 @@ [back-forward-cache-open-connection.window.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 == "linux") and not fission and not debug: [OK, TIMEOUT] - if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "mac") and not debug: [TIMEOUT, OK] + if (os == "win") and not debug: [OK, TIMEOUT] [Testing BFCache support for page with open IndexedDB connection, and eviction behavior when receiving versionchange event.] expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, PASS] if (os == "linux") and not fission and debug and not swgl: PASS - if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, FAIL] - if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT] if (os == "linux") and not fission and not debug: [PASS, FAIL, TIMEOUT] - if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "win") and not debug: [PASS, FAIL, TIMEOUT] + if (os == "mac") and not debug: [TIMEOUT, PASS] if os == "android": PASS [PASS, FAIL] diff --git a/testing/web-platform/meta/IndexedDB/bigint_value.htm.ini b/testing/web-platform/meta/IndexedDB/bigint_value.htm.ini index ae67365054f8..bfd3ec57d111 100644 --- a/testing/web-platform/meta/IndexedDB/bigint_value.htm.ini +++ b/testing/web-platform/meta/IndexedDB/bigint_value.htm.ini @@ -1,16 +1,15 @@ [bigint_value.htm] 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] [BigInts as values in IndexedDB - primitive BigInt inside object] 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] [BigInts as values in IndexedDB - BigInt object inside object] 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] [BigInts as values in IndexedDB - primitive BigInt] expected: diff --git a/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini b/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini index 82df9cf86ecf..ecde99a8c59f 100644 --- a/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini +++ b/testing/web-platform/meta/IndexedDB/fire-error-event-exception.html.ini @@ -5,67 +5,72 @@ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] [Exception in second error event listener on transaction] 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 debug and swgl: [PASS, TIMEOUT] - if (os == "win") and not debug: [PASS, TIMEOUT] [Exception in first error event listener on transaction, transaction active in second] expected: if (os == "win") and debug and swgl: [PASS, TIMEOUT] - if (os == "win") and not debug: [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] [Exception in error event handler on connection] 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 debug and swgl: [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] [Exception in error event handler on connection, with preventDefault] 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] if (os == "win") and debug and swgl: [PASS, TIMEOUT] [Exception in error event listener on connection] 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] if (os == "win") and debug and swgl: [PASS, TIMEOUT] [Exception in second error event listener on connection] expected: if (os == "win") and debug and swgl: [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] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] [Exception in first error event listener on connection, transaction active in second] 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] if (os == "win") and debug and swgl: [PASS, TIMEOUT] [Exception in error event handler on transaction] expected: - if (os == "win") and not debug: [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] [Exception in error event handler on transaction, with preventDefault] expected: - if (os == "win") and not debug: [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] [Exception in first error event listener on request, transaction active in second] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in error event listener on transaction] expected: - if (os == "win") and not debug: [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] [Exception in second error event listener on request] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in error event listener (non-callable "handleEvent") on request] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in error event listener ("handleEvent" lookup) on request] expected: diff --git a/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini b/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini index 34bf347907be..98e980c3e0eb 100644 --- a/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini +++ b/testing/web-platform/meta/IndexedDB/fire-success-event-exception.html.ini @@ -1,31 +1,32 @@ [fire-success-event-exception.html] expected: if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT] if (os == "win") and swgl: [OK, TIMEOUT] [Exception in second success event listener on request] expected: + if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT] if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT] if (os == "win") and swgl: [PASS, TIMEOUT] [Exception in first success event listener, tx active in second] expected: if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT] if (os == "win") and swgl: [PASS, TIMEOUT] [Exception in success event listener (non-callable "handleEvent") on request] expected: - if (processor == "x86") and not debug and (os == "linux"): [PASS, TIMEOUT] - if (processor == "x86") and not debug and (os == "win"): [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in success event listener ("handleEvent" lookup) on request] expected: - if (processor == "x86") and not debug and (os == "linux"): [PASS, TIMEOUT] - if (processor == "x86") and not debug and (os == "win"): [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in success event handler on request] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in success event listener on request] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/IndexedDB/fire-upgradeneeded-event-exception.html.ini b/testing/web-platform/meta/IndexedDB/fire-upgradeneeded-event-exception.html.ini index cbb3636ca24a..cacd48d66933 100644 --- a/testing/web-platform/meta/IndexedDB/fire-upgradeneeded-event-exception.html.ini +++ b/testing/web-platform/meta/IndexedDB/fire-upgradeneeded-event-exception.html.ini @@ -1,7 +1,7 @@ [fire-upgradeneeded-event-exception.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] if (os == "win") and debug and swgl: [OK, TIMEOUT] [Exception in second upgradeneeded listener] expected: @@ -10,14 +10,13 @@ [Exception in first upgradeneeded listener, tx active in second] 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] if (os == "win") and debug and swgl: [PASS, TIMEOUT] [Exception in upgradeneeded due to non-callable "handleEvent"] expected: - if (processor == "x86") and not debug and (os == "win"): [PASS, TIMEOUT] - if (processor == "x86") and not debug and (os == "linux"): [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Exception in upgradeneeded listener] expected: diff --git a/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini b/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini index c764b561f9c6..9da702df1f3b 100644 --- a/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini @@ -1,6 +1,6 @@ [get-databases.any.html] expected: - if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + if (processor == "x86") and not debug: [OK, TIMEOUT] [Enumerate multiple databases.] expected: FAIL @@ -9,12 +9,12 @@ [Make sure an empty list is returned for the case of no databases.] expected: - if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] + if (processor == "x86") and not debug: [FAIL, TIMEOUT] FAIL [Ensure that databases() doesn't pick up changes that haven't commited.] expected: - if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN] + if (processor == "x86") and not debug: [FAIL, NOTRUN] FAIL [Ensure that databases() returns a promise.] @@ -23,7 +23,7 @@ [get-databases.any.worker.html] expected: - if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + if (processor == "x86") and not debug: [OK, TIMEOUT] [Enumerate multiple databases.] expected: FAIL @@ -32,12 +32,12 @@ [Make sure an empty list is returned for the case of no databases.] expected: - if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] + if (processor == "x86") and not debug: [FAIL, TIMEOUT] FAIL [Ensure that databases() doesn't pick up changes that haven't commited.] expected: - if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN] + if (processor == "x86") and not debug: [FAIL, NOTRUN] FAIL [Ensure that databases() returns a promise.] diff --git a/testing/web-platform/meta/IndexedDB/idb-binary-key-detached.htm.ini b/testing/web-platform/meta/IndexedDB/idb-binary-key-detached.htm.ini index 40a315370cb4..ed529017671d 100644 --- a/testing/web-platform/meta/IndexedDB/idb-binary-key-detached.htm.ini +++ b/testing/web-platform/meta/IndexedDB/idb-binary-key-detached.htm.ini @@ -1,6 +1,4 @@ [idb-binary-key-detached.htm] - expected: - if (os == "android") and fission: [OK, TIMEOUT] [Detached ArrayBuffer] expected: FAIL diff --git a/testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini b/testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini index afede0938ac9..ee19ddcbc2f6 100644 --- a/testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini @@ -3,80 +3,74 @@ if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368 expected: if (os == "linux") and not fission and not debug: [OK, ERROR] + if (os == "win") and (processor == "x86") and not debug: [ERROR, OK, TIMEOUT] if (os == "win") and (processor == "x86") and debug: [ERROR, OK] - if (os == "win") and (processor == "x86") and not debug: [ERROR, TIMEOUT] if (os == "linux") and fission: ERROR if (os == "win") and (processor == "x86_64"): [ERROR, OK, TIMEOUT] if os == "mac": [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] if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT, NOTRUN] - if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN] - if (os == "win") and debug and (processor == "x86"): [FAIL, PASS] + if (os == "win") and debug and (processor == "x86_64") and swgl: [FAIL, PASS] if (os == "linux") and not fission and not debug: [PASS, FAIL] + if (os == "win") and debug and (processor == "x86"): [FAIL, PASS] + if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT, NOTRUN] if (os == "linux") and fission: FAIL if os == "mac": [FAIL, PASS] [Transactions that handle all errors properly should behave as expected when an explicit commit is called in an onerror handler.] expected: - if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN] - if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, NOTRUN] if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not swgl and not debug: [PASS, NOTRUN] if (os == "win") and swgl: [PASS, TIMEOUT] [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"): [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] [Transactions with same scope should stay in program order, even if one calls commit.] expected: if (os == "win") and debug and (processor == "x86_64") and not 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: [PASS, TIMEOUT, NOTRUN] [Calling txn.commit() when txn is inactive should throw.] expected: if (os == "win") and debug and (processor == "x86_64") and not 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, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [A committed transaction becomes inactive immediately.] expected: - if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [commit() on a version change transaction does not cause errors.] expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + 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"): [PASS, NOTRUN, TIMEOUT] if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] [Puts issued after commit are not fulfilled.] expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [Calling commit on a committed transaction throws.] expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT] if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] [A committed transaction is inactive in future request callbacks.] expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [Explicitly committed data can be read back out.] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [idb-explicit-commit.any.worker.html] @@ -86,55 +80,50 @@ [Calling txn.commit() when txn is inactive should throw.] 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, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [A committed transaction is inactive in future request callbacks.] expected: if (os == "win") and debug and swgl: [PASS, TIMEOUT] - if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] - if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] [Puts issued after commit are not fulfilled.] 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 commit on an aborted transaction throws.] expected: - 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] if (os == "win") and debug and swgl: [PASS, NOTRUN] [Calling abort on a committed transaction throws and does not prevent persisting the data.] expected: if (os == "win") and debug and swgl: [PASS, TIMEOUT, 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, TIMEOUT] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] [Transactions that explicitly commit and have errors should abort.] expected: - if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT] if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN] + if (os == "win") and debug and (processor == "x86_64") and not swgl: [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, NOTRUN] [Transactions with same scope should stay in program order, even if one calls commit.] expected: if (os == "win") and debug and swgl: [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [Calling commit on a committed transaction throws.] expected: if (os == "win") and debug and swgl: [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] - if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] [Transactions that handle all errors properly should behave as expected when an explicit commit is called in an onerror handler.] expected: - if (os == "win") and (processor == "x86") and not debug: [PASS, NOTRUN, TIMEOUT] + if (os == "win") and (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN] if (os == "win") and (processor == "x86_64"): [PASS, NOTRUN] [A committed transaction becomes inactive immediately.] diff --git a/testing/web-platform/meta/IndexedDB/idbobjectstore_getAllKeys.any.js.ini b/testing/web-platform/meta/IndexedDB/idbobjectstore_getAllKeys.any.js.ini index 40080fd1c4bd..d0672a0dc8e6 100644 --- a/testing/web-platform/meta/IndexedDB/idbobjectstore_getAllKeys.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/idbobjectstore_getAllKeys.any.js.ini @@ -16,23 +16,28 @@ [Test maxCount] expected: - if (os == "win") and not debug: [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] [Get bound range] expected: - if (os == "win") and not debug: [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] [Get bound range with maxCount] expected: - if (os == "win") and not debug: [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] [Get upper excluded] expected: - if (os == "win") and not debug: [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] [Get lower excluded] expected: - if (os == "win") and not debug: [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] [Get bound range (generated) with maxCount] expected: @@ -41,19 +46,19 @@ [Non existent 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 and (processor == "x86_64"): [PASS, TIMEOUT] [zero maxCount] 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_getAllKeys.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] [Single item get] expected: if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] @@ -64,48 +69,39 @@ [getAllKeys on empty object store] 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] [Get all values] 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] [Test maxCount] 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] [Get bound 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] [Get bound range with maxCount] 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] [Get upper excluded] 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] [Get lower excluded] 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] [Get bound range (generated) with maxCount] 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] [Non existent 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] [zero maxCount] expected: diff --git a/testing/web-platform/meta/IndexedDB/idbobjectstore_getKey.any.js.ini b/testing/web-platform/meta/IndexedDB/idbobjectstore_getKey.any.js.ini index 65bb5830dac5..fcf3749d5f40 100644 --- a/testing/web-platform/meta/IndexedDB/idbobjectstore_getKey.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/idbobjectstore_getKey.any.js.ini @@ -1,7 +1,7 @@ [idbobjectstore_getKey.any.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] @@ -9,8 +9,8 @@ [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 and (processor == "x86_64"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key path - key] expected: @@ -24,8 +24,8 @@ [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: @@ -44,8 +44,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: @@ -54,28 +54,36 @@ [IDBObjectStore.getKey() - key generator and key path - 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 and (processor == "x86_64"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key generator and key path - 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 and (processor == "x86_64"): [PASS, TIMEOUT] [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_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() - basic - range] expected: if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + [IDBObjectStore.getKey() - basic - key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [IDBObjectStore.getKey() - invalid parameters] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + [idbobjectstore_getKey.any.worker.html] expected: @@ -88,28 +96,28 @@ [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 and (processor == "x86"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key path - 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 and (processor == "x86_64"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key path - 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 and (processor == "x86_64"): [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 and (processor == "x86"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key path - 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 and (processor == "x86_64"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key generator - key] expected: @@ -123,8 +131,8 @@ [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 and (processor == "x86_64"): [PASS, TIMEOUT] [IDBObjectStore.getKey() - key generator - range - no match] expected: @@ -133,8 +141,8 @@ [IDBObjectStore.getKey() - key generator and 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 generator and key path - range] expected: @@ -143,13 +151,13 @@ [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_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() - basic - range] expected: diff --git a/testing/web-platform/meta/IndexedDB/serialize-sharedarraybuffer-throws.https.html.ini b/testing/web-platform/meta/IndexedDB/serialize-sharedarraybuffer-throws.https.html.ini index bb2a8ea64798..75f26b4ff4bd 100644 --- a/testing/web-platform/meta/IndexedDB/serialize-sharedarraybuffer-throws.https.html.ini +++ b/testing/web-platform/meta/IndexedDB/serialize-sharedarraybuffer-throws.https.html.ini @@ -1,6 +1,6 @@ [serialize-sharedarraybuffer-throws.https.html] expected: - if (os == "android") and debug and swgl: [OK, TIMEOUT] + if (os == "android") and debug and swgl: [TIMEOUT, OK] if (os == "android") and debug and not swgl: [TIMEOUT, OK] if (os == "android") and not debug: [OK, TIMEOUT] [IndexedDB: Attempting to serialize a SharedArrayBuffer should throw] diff --git a/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini b/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini index 0feb997b99e7..6c52faaf1089 100644 --- a/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini +++ b/testing/web-platform/meta/IndexedDB/structured-clone.any.js.ini @@ -11,15 +11,15 @@ [structured-clone.any.html?101-last] expected: if (os == "android") and debug and not swgl: [TIMEOUT, OK] - if (os == "linux") and swgl and not fission: [TIMEOUT, OK] if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, OK] + if (os == "linux") and swgl and not fission: [TIMEOUT, OK] if (os == "win") and (processor == "x86_64"): [TIMEOUT, OK] TIMEOUT [Not serializable: Window: [object Window\]] expected: - if (os == "linux") and swgl and not fission: [NOTRUN, PASS] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] if (os == "android") and debug and not swgl: [NOTRUN, PASS] + if (os == "linux") and swgl and not fission: [NOTRUN, PASS] if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] NOTRUN @@ -35,8 +35,8 @@ expected: if win10_2004 and ccov: [TIMEOUT, NOTRUN, FAIL] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, FAIL] - if (os == "linux") and swgl and not fission: [NOTRUN, FAIL] if (os == "android") and debug and not swgl: [NOTRUN, FAIL] + if (os == "linux") and swgl and not fission: [NOTRUN, FAIL] if (os == "win") and (processor == "x86_64"): [NOTRUN, FAIL] NOTRUN @@ -51,7 +51,7 @@ [File: [object File\]] expected: if (os == "win") and ccov: [NOTRUN, PASS, TIMEOUT] - if (os == "linux") and debug and not fission and swgl: [TIMEOUT, PASS, NOTRUN] + if (os == "linux") and debug and not fission and swgl: [NOTRUN, PASS, TIMEOUT] if (os == "android") and debug and not swgl: [NOTRUN, PASS, TIMEOUT] if (os == "linux") and not debug and fission: NOTRUN if os == "win": [NOTRUN, PASS, TIMEOUT] @@ -59,49 +59,54 @@ [Not serializable: Event: [object Event\]] expected: - if (os == "android") and debug and not swgl: [NOTRUN, PASS] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] if (os == "linux") and swgl and not fission: [NOTRUN, PASS] + if (os == "android") and debug and not swgl: [NOTRUN, PASS] if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] NOTRUN [Not serializable: MessageChannel: [object MessageChannel\]] expected: if (os == "android") and debug and not swgl: [NOTRUN, PASS] - if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] if (os == "linux") and swgl and not fission: [NOTRUN, PASS] + if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] NOTRUN [Blob: [object Blob\]] expected: - if (os == "linux") and debug and not fission and swgl: [PASS, TIMEOUT] if (os == "linux") and not debug and fission: TIMEOUT - if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, NOTRUN, PASS] + if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS, NOTRUN] [TIMEOUT, PASS] [DOMRectReadOnly: [object DOMRectReadOnly\]] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [ImageData: [object ImageData\]] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, NOTRUN] [structured-clone.any.worker.html?101-last] expected: + if (os == "linux") and not fission and debug and not swgl: [OK, TIMEOUT] + if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK] if (os == "linux") and fission and debug and not swgl: [TIMEOUT, OK] + if (os == "win") and (processor == "x86") and debug: [TIMEOUT, OK] if (os == "win") and (processor == "x86") and not debug: [TIMEOUT, OK] + if (os == "linux") and not fission and not debug: [TIMEOUT, OK] if (os == "win") and (processor == "x86_64"): [TIMEOUT, OK] - if (os == "linux") and not fission: [TIMEOUT, OK] if (os == "android") and debug: [TIMEOUT, OK] TIMEOUT [Not serializable: function: function() {}] expected: if (os == "linux") and fission and debug and not swgl: [NOTRUN, PASS] + if (os == "linux") and not fission and debug and not swgl: [PASS, NOTRUN] + if (os == "linux") and not fission and debug and swgl: [NOTRUN, PASS] + if (os == "linux") and not fission and not debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] - if (os == "linux") and not fission: [NOTRUN, PASS] + if (os == "win") and (processor == "x86") and debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] if (os == "android") and debug: [NOTRUN, PASS] NOTRUN @@ -109,53 +114,64 @@ [Not serializable: MessageChannel: [object MessageChannel\]] expected: if (os == "linux") and fission and debug and not swgl: [NOTRUN, PASS] + if (os == "linux") and not fission and debug and not swgl: [PASS, NOTRUN] + if (os == "linux") and not fission and debug and swgl: [NOTRUN, PASS] + if (os == "linux") and not fission and not debug: [NOTRUN, PASS] + if (os == "win") and (processor == "x86") and debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] if (os == "android") and debug: [NOTRUN, PASS] - if (os == "linux") and not fission: [NOTRUN, PASS] if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] NOTRUN [Not serializable: symbol: Symbol(desc)] expected: if (os == "linux") and fission and debug and not swgl: [NOTRUN, FAIL] + if (os == "linux") and not fission and debug and not swgl: [FAIL, NOTRUN] + if (os == "linux") and not fission and debug and swgl: [NOTRUN, FAIL] + if (os == "linux") and not fission and not debug: [NOTRUN, FAIL] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, FAIL] + if (os == "win") and (processor == "x86") and debug: [NOTRUN, FAIL] if (os == "android") and debug: [NOTRUN, FAIL] if (os == "win") and (processor == "x86_64"): [NOTRUN, FAIL] - if (os == "linux") and not fission: [NOTRUN, FAIL] NOTRUN [File: [object File\]] expected: - if (os == "linux") and debug and fission and swgl: [NOTRUN, TIMEOUT] - if (os == "linux") and not debug and fission: NOTRUN - if (os == "linux") and not debug and not fission: [TIMEOUT, NOTRUN, PASS] - if (os == "win") and (processor == "x86") and debug: [NOTRUN, TIMEOUT] + if (os == "linux") and not fission and debug and not swgl: [PASS, TIMEOUT, NOTRUN] + if (os == "linux") and fission and debug and swgl: [NOTRUN, TIMEOUT] + if (os == "linux") and fission and not debug: NOTRUN if (os == "android") and not debug: [NOTRUN, TIMEOUT] if os == "mac": [NOTRUN, TIMEOUT] [NOTRUN, PASS, TIMEOUT] [Not serializable: Event: [object Event\]] expected: + if (os == "linux") and not fission and debug and not swgl: [PASS, NOTRUN] + if (os == "linux") and not fission and debug and swgl: [NOTRUN, PASS] if (os == "linux") and fission and debug and not swgl: [NOTRUN, PASS] + if (os == "linux") and not fission and not debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] - if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] - if (os == "linux") and not fission: [NOTRUN, PASS] + if (os == "win") and (processor == "x86") and debug: [NOTRUN, PASS] if (os == "android") and debug: [NOTRUN, PASS] + if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] NOTRUN [Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]] expected: + if (os == "linux") and not fission and debug and not swgl: [PASS, NOTRUN] + if (os == "linux") and not fission and debug and swgl: [NOTRUN, PASS] if (os == "linux") and fission and debug and not swgl: [NOTRUN, PASS] + if (os == "linux") and not fission and not debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS] - if (os == "linux") and not fission: [NOTRUN, PASS] - if (os == "android") and debug: [NOTRUN, PASS] + if (os == "win") and (processor == "x86") and debug: [NOTRUN, PASS] if (os == "win") and (processor == "x86_64"): [NOTRUN, PASS] + if (os == "android") and debug: [NOTRUN, PASS] NOTRUN [Blob: [object Blob\]] expected: + if (os == "linux") and debug and not fission and not swgl: [PASS, TIMEOUT] if (os == "linux") and not debug and fission: TIMEOUT - if (os == "linux") and not debug and not fission: [PASS, TIMEOUT] [TIMEOUT, PASS] @@ -235,30 +251,30 @@ [structured-clone.any.html?61-80] expected: - if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + if (processor == "x86") and not debug: [OK, TIMEOUT] [Uint8Array: 0,1,254,255] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, NOTRUN] [RegExp: /abc/im] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [RegExp: /abc/gim] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, NOTRUN] [RegExp: /abc/gimsuy] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, NOTRUN] [Uint8Array: ] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, NOTRUN] [ArrayBuffer: [object ArrayBuffer\]] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, NOTRUN] [structured-clone.any.worker.html?61-80] diff --git a/testing/web-platform/meta/accelerometer/Accelerometer.https.html.ini b/testing/web-platform/meta/accelerometer/Accelerometer.https.html.ini index ed9b39a7d1af..5d8966db0114 100644 --- a/testing/web-platform/meta/accelerometer/Accelerometer.https.html.ini +++ b/testing/web-platform/meta/accelerometer/Accelerometer.https.html.ini @@ -62,3 +62,6 @@ [Accelerometer: Test that readings are all mapped to expectedReadings correctly.] expected: NOTRUN + + [Accelerometer: Losing visibility must cause readings to be suspended.] + expected: NOTRUN diff --git a/testing/web-platform/meta/accelerometer/GravitySensor.https.html.ini b/testing/web-platform/meta/accelerometer/GravitySensor.https.html.ini index a6363b3e5af4..94642bf3e3c9 100644 --- a/testing/web-platform/meta/accelerometer/GravitySensor.https.html.ini +++ b/testing/web-platform/meta/accelerometer/GravitySensor.https.html.ini @@ -62,3 +62,6 @@ [GravitySensor: Test that readings are all mapped to expectedReadings correctly.] expected: NOTRUN + + [GravitySensor: Losing visibility must cause readings to be suspended.] + expected: NOTRUN diff --git a/testing/web-platform/meta/accelerometer/LinearAccelerationSensor.https.html.ini b/testing/web-platform/meta/accelerometer/LinearAccelerationSensor.https.html.ini index b01a56943037..b8be6a9cc711 100644 --- a/testing/web-platform/meta/accelerometer/LinearAccelerationSensor.https.html.ini +++ b/testing/web-platform/meta/accelerometer/LinearAccelerationSensor.https.html.ini @@ -62,3 +62,6 @@ [LinearAccelerationSensor: Test that readings are all mapped to expectedReadings correctly.] expected: NOTRUN + + [LinearAccelerationSensor: Losing visibility must cause readings to be suspended.] + expected: NOTRUN diff --git a/testing/web-platform/meta/ambient-light/AmbientLightSensor.https.html.ini b/testing/web-platform/meta/ambient-light/AmbientLightSensor.https.html.ini index ab401a1e48f3..2f63cbca45ac 100644 --- a/testing/web-platform/meta/ambient-light/AmbientLightSensor.https.html.ini +++ b/testing/web-platform/meta/ambient-light/AmbientLightSensor.https.html.ini @@ -56,3 +56,6 @@ [AmbientLightSensor: Test that readings are all mapped to expectedReadings correctly.] expected: NOTRUN + + [AmbientLightSensor: Losing visibility must cause readings to be suspended.] + expected: NOTRUN diff --git a/testing/web-platform/meta/browsing-topics/__dir__.ini b/testing/web-platform/meta/browsing-topics/__dir__.ini index a0993cfe9415..be08dcbff780 100644 --- a/testing/web-platform/meta/browsing-topics/__dir__.ini +++ b/testing/web-platform/meta/browsing-topics/__dir__.ini @@ -1 +1,2 @@ +lsan-allowed: [Alloc, AllocateProtoAndIfaceCache, createTable, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create] leak-threshold: [tab:256000] diff --git a/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini b/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini index 1ec4b5589f16..eff751dc5047 100644 --- a/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini +++ b/testing/web-platform/meta/compression/compression-bad-chunks.tentative.any.js.ini @@ -130,7 +130,7 @@ [compression-bad-chunks.tentative.any.serviceworker.html] expected: - if os == "win": [OK, TIMEOUT] + if os == "win": [TIMEOUT, OK] [chunk of type array should error the stream for gzip] expected: FAIL diff --git a/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini index 0b64ed74eb3f..5cf4490f4f6d 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/history-iframe.sub.html.ini @@ -1,16 +1,15 @@ [history-iframe.sub.html] expected: - if os == "win": OK if os == "android": OK + if os == "win": OK [OK, TIMEOUT] [History navigation in iframe: "about:blank" document is navigated back from history same-origin.] expected: - if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS, TIMEOUT] - if (os == "linux") and debug and not fission and swgl: [PASS, FAIL, TIMEOUT] - if (os == "linux") and debug and fission: [PASS, FAIL, TIMEOUT] + if (os == "win") and (processor == "x86_64"): PASS if (os == "win") and (processor == "x86"): [PASS, FAIL] - if (os == "linux") and not debug: [PASS, FAIL, TIMEOUT] + if os == "android": PASS if os == "mac": [PASS, TIMEOUT] + [PASS, FAIL, TIMEOUT] [History navigation in iframe: "about:blank" document is navigated back from history cross-origin.] expected: @@ -26,8 +25,8 @@ [History navigation in iframe: blob URL document is navigated back from history cross-origin.] expected: - if os == "android": PASS if os == "win": PASS + if os == "android": PASS [PASS, NOTRUN] [History navigation in iframe: data URL document is navigated back from history same-origin.] diff --git a/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini index 31d9b5d106dd..9ae37855c5c9 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/history.sub.html.ini @@ -1,16 +1,16 @@ [history.sub.html] expected: + if (os == "mac") and debug: [TIMEOUT, OK] if (os == "mac") and not debug: [OK, TIMEOUT] - if (os == "mac") and debug: [OK, TIMEOUT] [History navigation: "about:blank" document is navigated back from history same-origin.] expected: - if (os == "mac") and not debug: [FAIL, TIMEOUT] - if (os == "mac") and debug: [FAIL, TIMEOUT] if (os == "android") and not debug: [FAIL, TIMEOUT] + if (os == "mac") and not debug: [FAIL, TIMEOUT] + if (os == "mac") and debug: [TIMEOUT, FAIL] FAIL [History navigation: "about:blank" document is navigated back from history cross-origin.] expected: + if (os == "mac") and debug: [TIMEOUT, FAIL] if (os == "mac") and not debug: [FAIL, TIMEOUT] - if (os == "mac") and debug: [FAIL, TIMEOUT] FAIL diff --git a/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini index c8bb3a4b647f..73ec157acdc8 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/iframe-all-local-schemes-inherit-self.sub.html.ini @@ -1,12 +1,16 @@ [iframe-all-local-schemes-inherit-self.sub.html] expected: - if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, OK] - if (os == "win") and not debug: [TIMEOUT, OK] + if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK] + if (os == "linux") and not fission and not debug: [TIMEOUT, OK] + if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK] + if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK] if os == "android": [TIMEOUT, OK] [OK, TIMEOUT] [