Bug 1639546: Enable IndexedDB WPT tests to run as part of pb job run.r=taskgraph-reviewers,jmaher,janv,dom-storage-reviewers

Make IndexedDB WPT tests to run as part of privatebrowsing wpt test variant.

Differential Revision: https://phabricator.services.mozilla.com/D189724
This commit is contained in:
Harveer Singh 2024-07-10 13:51:08 +00:00
Родитель eab530ade6
Коммит 7e1bc7c6f4
66 изменённых файлов: 252 добавлений и 3 удалений

Просмотреть файл

@ -30,7 +30,7 @@ if os.path.exists(os.path.join(GECKO, "taskcluster", "kinds", "test", "variants.
WPT_SUBSUITES = {
"canvas": ["html/canvas"],
"webgpu": ["_mozilla/webgpu"],
"privatebrowsing": ["/service-workers/cache-storage"],
"privatebrowsing": ["/service-workers/cache-storage", "/IndexedDB"],
"webcodecs": ["webcodecs"],
}

Просмотреть файл

@ -160,7 +160,6 @@ web-platform-tests-privatebrowsing:
- --test-type=testharness
- --default-exclude
- --setpref=browser.privatebrowsing.autostart=true
- --setpref=dom.cache.privateBrowsing.enabled=true
- --tag=privatebrowsing
web-platform-tests-webcodecs:

Просмотреть файл

@ -1,3 +1,4 @@
prefs: [extensions.blocklist.enabled:false]
tags: [privatebrowsing]
lsan-allowed: [Malloc, NS_NewCancelableRunnableFunction, NS_NewPipe2, PR_NewMonitor, mozilla::RemoteLazyInputStream::CloneWithRange, mozilla::RemoteLazyInputStreamThread::GetOrCreate, nsSegmentedBuffer::AppendNewSegment]
leak-threshold: [default:51200, tab:51200]

Просмотреть файл

@ -0,0 +1,4 @@
[bindings-inject-keys-bypass.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -0,0 +1,4 @@
[bindings-inject-values-bypass.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -1,3 +1,8 @@
[blob-composite-blob-reads.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[blob-composite-blob-reads.any.worker.html]
expected:
if (os == "linux") and fission and not swgl: [OK, TIMEOUT]

Просмотреть файл

@ -6,3 +6,11 @@
[blob-contenttype.any.worker.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[blob-contenttype.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
expected:
if (os == "android") and fission: [TIMEOUT, OK]

Просмотреть файл

@ -1,3 +1,8 @@
[blob-delete-objectstore-db.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[blob-delete-objectstore-db.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[blob-valid-after-deletion.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[blob-valid-after-deletion.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -1,3 +1,8 @@
[blob-valid-before-commit.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[blob-valid-before-commit.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -1,3 +1,8 @@
[delete-range.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[delete-range.any.html]
expected:
if swgl and (os == "win"): [OK, TIMEOUT]

Просмотреть файл

@ -9,6 +9,11 @@
if (os == "linux") and asan and not fission: [PASS, FAIL]
[get-databases.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[get-databases.any.worker.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]

Просмотреть файл

@ -1,3 +1,8 @@
[idb-explicit-commit-throw.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idb-explicit-commit-throw.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -68,6 +68,10 @@
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[idb-explicit-commit.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idb-explicit-commit.any.worker.html]
expected:

Просмотреть файл

@ -1,4 +1,6 @@
[idbcursor-continue-exception-order.htm]
disabled:
if (processor == "x86") and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1905144
expected:
if (processor == "x86") and not debug: [TIMEOUT, OK]
[IDBCursor.continue exception order: TransactionInactiveError vs. InvalidStateError]

Просмотреть файл

@ -11,6 +11,11 @@
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[idbcursor-request.any.serviceworkerhtml]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbcursor-request.any.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]

Просмотреть файл

@ -0,0 +1,4 @@
[idbcursor_advance_index.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -0,0 +1,4 @@
[idbcursor_advance_objectstore.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbcursor_update_index9.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbcursor_update_index9.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -1,5 +1,7 @@
[idbdatabase_deleteObjectStore.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbdatabase_deleteObjectStore.any.sharedworker.html]

Просмотреть файл

@ -1,4 +1,6 @@
[idbfactory-databases-opaque-origin.html]
disabled:
if tsan and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1906862
expected:
if tsan: CRASH
[IDBFactory.databases() in data URL dedicated worker should throw SecurityError]

Просмотреть файл

@ -1,4 +1,6 @@
[idbfactory-deleteDatabase-opaque-origin.html]
disabled:
if tsan and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1906862
expected:
if tsan: CRASH
[IDBFactory.deleteDatabase() in data URL dedicated worker should throw SecurityError]

Просмотреть файл

@ -1,4 +1,6 @@
[idbfactory-open-opaque-origin.html]
disabled:
if tsan and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1906862
expected:
if tsan: CRASH
[IDBFactory.open() in data URL shared workers should throw SecurityError]

Просмотреть файл

@ -1,5 +1,7 @@
[idbindex_count.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbindex_count.any.sharedworker.html]

Просмотреть файл

@ -1,5 +1,7 @@
[idbindex_get.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbindex_get.any.worker.html]
expected:

Просмотреть файл

@ -32,6 +32,9 @@
[idbindex_getAll.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[Get bound range with maxCount]

Просмотреть файл

@ -36,6 +36,8 @@
[idbindex_getAllKeys.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbindex_getAllKeys.any.sharedworker.html]
expected:

Просмотреть файл

@ -1,11 +1,13 @@
[idbindex_getKey.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[getKey() returns the key of the first record within the range]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[getKey() throws TransactionInactiveError on aborted transaction]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbindex_keyPath.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbindex_keyPath.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbindex_reverse_cursor.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbindex_reverse_cursor.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbindex_tombstones.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbindex_tombstones.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -1,4 +1,6 @@
[idbobjectstore-rename-abort.html]
disabled:
if (processor == "x86") and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1905144
expected:
if (processor == "x86") and not debug: TIMEOUT
[IndexedDB object store creation and rename in an aborted transaction]

Просмотреть файл

@ -1,4 +1,6 @@
[idbobjectstore-request-source.html]
disabled:
if (processor == "x86") and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1905144
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]

Просмотреть файл

@ -1,5 +1,8 @@
[idbobjectstore_add.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]

Просмотреть файл

@ -1,5 +1,7 @@
[idbobjectstore_delete.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbobjectstore_delete.any.html]

Просмотреть файл

@ -1,5 +1,7 @@
[idbobjectstore_deleteIndex.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbobjectstore_deleteIndex.any.worker.html]

Просмотреть файл

@ -6,6 +6,10 @@
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[idbobjectstore_get.any.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbobjectstore_get.any.html]
expected:

Просмотреть файл

@ -1,3 +1,8 @@
[idbobjectstore_get2.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbobjectstore_get2.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -1,3 +1,8 @@
[idbobjectstore_get3.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbobjectstore_get3.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]

Просмотреть файл

@ -5,3 +5,8 @@
[idbobjectstore_get4.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbobjectstore_get4.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -5,3 +5,8 @@
[idbobjectstore_get5.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbobjectstore_get5.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -5,3 +5,8 @@
[idbobjectstore_get6.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[idbobjectstore_get6.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -5,3 +5,8 @@
[idbobjectstore_get7.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[idbobjectstore_get7.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -95,3 +95,8 @@
[Test maxCount]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[idbobjectstore_getAll.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -107,3 +107,8 @@
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[idbobjectstore_getAllKeys.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -168,3 +168,8 @@
[IDBObjectStore.getKey() - invalid parameters]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[idbobjectstore_getKey.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -1,5 +1,10 @@
[idbobjectstore_keyPath.any.html]
[idbobjectstore_keyPath.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[idbobjectstore_keyPath.any.worker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,8 @@
[idbobjectstore_put.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]

Просмотреть файл

@ -18,10 +18,16 @@
[idlharness.https.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
expected: TIMEOUT
[idlharness.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[IDBTransaction interface: attribute durability]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

Просмотреть файл

@ -1,5 +1,7 @@
[reading-autoincrement-indexes-cursors.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[reading-autoincrement-indexes-cursors.any.html]

Просмотреть файл

@ -1,5 +1,7 @@
[reading-autoincrement-indexes.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[reading-autoincrement-indexes.any.html]

Просмотреть файл

@ -4,5 +4,7 @@
[reading-autoincrement-store-cursors.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[reading-autoincrement-store-cursors.any.sharedworker.html]

Просмотреть файл

@ -1,5 +1,7 @@
[reading-autoincrement-store.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[reading-autoincrement-store.any.sharedworker.html]

Просмотреть файл

@ -24,6 +24,9 @@
[storage-buckets.https.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[Basic test that buckets create independent databases.]
expected: FAIL

Просмотреть файл

@ -5,3 +5,8 @@
[structured-clone-transaction-state.any.worker.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[structured-clone-transaction-state.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796

Просмотреть файл

@ -1,6 +1,11 @@
[structured-clone.any.worker.html]
expected: OK
[structured-clone.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[structured-clone.any.html]
expected: OK

Просмотреть файл

@ -1,4 +1,6 @@
[transaction-abort-object-store-metadata-revert.html]
disabled:
if (processor == "x86") and privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1905144
expected:
if (processor == "x86") and not debug: TIMEOUT
[Un-instantiated deleted stores get marked as not-deleted after the transaction aborts]

Просмотреть файл

@ -24,6 +24,11 @@
if (os == "mac") and not debug: [PASS, FAIL]
[transaction-relaxed-durability.tentative.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-relaxed-durability.tentative.any.worker.html]
[Invalid durability option throws a TypeError]
expected:

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[transaction-scheduling-across-connections.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-across-connections.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[transaction-scheduling-across-databases.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-across-databases.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[transaction-scheduling-mixed-scopes.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-mixed-scopes.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[transaction-scheduling-ordering.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-ordering.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[transaction-scheduling-ro-waits-for-rw.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-ro-waits-for-rw.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[transaction-scheduling-rw-scopes.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-rw-scopes.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -2,6 +2,11 @@
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[transaction-scheduling-within-database.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
[transaction-scheduling-within-database.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -0,0 +1,4 @@
[value.any.serviceworker.html]
tags: [fails_in_pbm]
disabled:
if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796