summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/js
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/class-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini6
-rw-r--r--testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini4
-rw-r--r--testing/web-platform/meta/js-self-profiling/external-script.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini5
-rw-r--r--testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini45
-rw-r--r--testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/inline-script.html.ini5
-rw-r--r--testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini11
-rw-r--r--testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini5
-rw-r--r--testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini3
-rw-r--r--testing/web-platform/meta/js/behaviours/SetPrototypeOf-window.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Object.prototype.freeze.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Object.prototype.getOwnPropertyNames.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-order.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Object.prototype.preventExtensions.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Object.prototype.seal.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Promise-incumbent-global.sub.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/Promise-subclassing.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/WeakMap.prototype-properties.html.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/__dir__.ini2
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini9
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini9
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini15
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini3
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini12
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini5
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini12
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini60
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini12
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini12
-rw-r--r--testing/web-platform/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini12
39 files changed, 304 insertions, 0 deletions
diff --git a/testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini
new file mode 100644
index 0000000000..5760d9a18c
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini
@@ -0,0 +1,3 @@
+[class-getter-names.https.html]
+ [class getter names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/class-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/class-names.https.html.ini
new file mode 100644
index 0000000000..05cab49507
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/class-names.https.html.ini
@@ -0,0 +1,3 @@
+[class-names.https.html]
+ [class method names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini
new file mode 100644
index 0000000000..ed4b0265e2
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini
@@ -0,0 +1,3 @@
+[class-setter-names.https.html]
+ [class setter names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini b/testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini
new file mode 100644
index 0000000000..1a43b3a6fc
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini
@@ -0,0 +1,3 @@
+[concurrent-profilers.https.html]
+ [concurrent profilers should be supported]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini b/testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini
new file mode 100644
index 0000000000..6d36e27599
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini
@@ -0,0 +1,6 @@
+[cross-origin-script-cors.sub.html]
+ expected:
+ if (os == "android") and fission: [ERROR, TIMEOUT]
+ ERROR
+ [cors cross-origin script execution is not observable]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini b/testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini
new file mode 100644
index 0000000000..9ae2e4bb8b
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini
@@ -0,0 +1,4 @@
+[cross-origin-script-no-cors.sub.html]
+ expected: TIMEOUT
+ [no-cors cross-origin script execution is not observable]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/js-self-profiling/external-script.https.html.ini b/testing/web-platform/meta/js-self-profiling/external-script.https.html.ini
new file mode 100644
index 0000000000..eba72ed2ab
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/external-script.https.html.ini
@@ -0,0 +1,3 @@
+[external-script.https.html]
+ [external script function details]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini
new file mode 100644
index 0000000000..f4968dd889
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini
@@ -0,0 +1,3 @@
+[function-anonymous-names.https.html]
+ [anonymous function expression names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini
new file mode 100644
index 0000000000..5c5ab7a368
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini
@@ -0,0 +1,5 @@
+[function-declaration-names.https.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [function declaration names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini
new file mode 100644
index 0000000000..5f78233aee
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini
@@ -0,0 +1,3 @@
+[function-expression-names.https.html]
+ [function expression names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini b/testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini
new file mode 100644
index 0000000000..2e5ea3c588
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini
@@ -0,0 +1,45 @@
+[idlharness.https.html]
+ [Profiler interface: existence and properties of interface object]
+ expected: FAIL
+
+ [Profiler interface: profiler must inherit property "sampleInterval" with the proper type]
+ expected: FAIL
+
+ [Profiler interface: attribute stopped]
+ expected: FAIL
+
+ [idl_test setup]
+ expected: FAIL
+
+ [Profiler interface: profiler must inherit property "stopped" with the proper type]
+ expected: FAIL
+
+ [Profiler interface: profiler must inherit property "stop()" with the proper type]
+ expected: FAIL
+
+ [Profiler interface object length]
+ expected: FAIL
+
+ [Profiler must be primary interface of profiler]
+ expected: FAIL
+
+ [Profiler interface: attribute sampleInterval]
+ expected: FAIL
+
+ [Profiler interface: existence and properties of interface prototype object's @@unscopables property]
+ expected: FAIL
+
+ [Profiler interface object name]
+ expected: FAIL
+
+ [Profiler interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [Profiler interface: existence and properties of interface prototype object's "constructor" property]
+ expected: FAIL
+
+ [Stringification of profiler]
+ expected: FAIL
+
+ [Profiler interface: operation stop()]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini b/testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini
new file mode 100644
index 0000000000..cffa7b1af2
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini
@@ -0,0 +1,3 @@
+[iframe-context-filtration.https.html]
+ [functions from child frame are not included in profile created by parent frame]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/inline-script.html.ini b/testing/web-platform/meta/js-self-profiling/inline-script.html.ini
new file mode 100644
index 0000000000..dc09eb6b1d
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/inline-script.html.ini
@@ -0,0 +1,5 @@
+[inline-script.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [inline script function details]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini b/testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini
new file mode 100644
index 0000000000..fe05a76e47
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini
@@ -0,0 +1,11 @@
+[max-buffer-size.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [max buffer size must be defined]
+ expected: FAIL
+
+ [max buffer size is not exceeded]
+ expected: FAIL
+
+ [ensure samplebufferfull is fired on full profiler]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini b/testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini
new file mode 100644
index 0000000000..3bf5faba31
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini
@@ -0,0 +1,3 @@
+[marker-vm-state.https.html]
+ [markers logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini b/testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini
new file mode 100644
index 0000000000..73b1fb89c8
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini
@@ -0,0 +1,5 @@
+[time-domain.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [sample timestamps use the current high-resolution time]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini b/testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini
new file mode 100644
index 0000000000..2b0a9f6c2e
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini
@@ -0,0 +1,3 @@
+[disabled.https.html]
+ [profiling should throw without passing document policy]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/behaviours/SetPrototypeOf-window.html.ini b/testing/web-platform/meta/js/behaviours/SetPrototypeOf-window.html.ini
new file mode 100644
index 0000000000..45b15eec9b
--- /dev/null
+++ b/testing/web-platform/meta/js/behaviours/SetPrototypeOf-window.html.ini
@@ -0,0 +1,3 @@
+[SetPrototypeOf-window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Object.prototype.freeze.html.ini b/testing/web-platform/meta/js/builtins/Object.prototype.freeze.html.ini
new file mode 100644
index 0000000000..7c5de05c91
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Object.prototype.freeze.html.ini
@@ -0,0 +1,3 @@
+[Object.prototype.freeze.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Object.prototype.getOwnPropertyNames.html.ini b/testing/web-platform/meta/js/builtins/Object.prototype.getOwnPropertyNames.html.ini
new file mode 100644
index 0000000000..6dad94fee6
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Object.prototype.getOwnPropertyNames.html.ini
@@ -0,0 +1,3 @@
+[Object.prototype.getOwnPropertyNames.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-order.html.ini b/testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-order.html.ini
new file mode 100644
index 0000000000..f706264a68
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-order.html.ini
@@ -0,0 +1,3 @@
+[Object.prototype.hasOwnProperty-order.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html.ini b/testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html.ini
new file mode 100644
index 0000000000..32d8214606
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html.ini
@@ -0,0 +1,3 @@
+[Object.prototype.hasOwnProperty-prototype-chain.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Object.prototype.preventExtensions.html.ini b/testing/web-platform/meta/js/builtins/Object.prototype.preventExtensions.html.ini
new file mode 100644
index 0000000000..a2860923a5
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Object.prototype.preventExtensions.html.ini
@@ -0,0 +1,3 @@
+[Object.prototype.preventExtensions.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Object.prototype.seal.html.ini b/testing/web-platform/meta/js/builtins/Object.prototype.seal.html.ini
new file mode 100644
index 0000000000..7789b9670a
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Object.prototype.seal.html.ini
@@ -0,0 +1,3 @@
+[Object.prototype.seal.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Promise-incumbent-global.sub.html.ini b/testing/web-platform/meta/js/builtins/Promise-incumbent-global.sub.html.ini
new file mode 100644
index 0000000000..8593788804
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Promise-incumbent-global.sub.html.ini
@@ -0,0 +1,3 @@
+[Promise-incumbent-global.sub.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/Promise-subclassing.html.ini b/testing/web-platform/meta/js/builtins/Promise-subclassing.html.ini
new file mode 100644
index 0000000000..666082c065
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/Promise-subclassing.html.ini
@@ -0,0 +1,3 @@
+[Promise-subclassing.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/WeakMap.prototype-properties.html.ini b/testing/web-platform/meta/js/builtins/WeakMap.prototype-properties.html.ini
new file mode 100644
index 0000000000..cbffcd9af2
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/WeakMap.prototype-properties.html.ini
@@ -0,0 +1,3 @@
+[WeakMap.prototype-properties.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/__dir__.ini b/testing/web-platform/meta/js/builtins/weakrefs/__dir__.ini
new file mode 100644
index 0000000000..bc8209ece3
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/__dir__.ini
@@ -0,0 +1,2 @@
+lsan-allowed: [Alloc, AllocateProtoAndIfaceCache, mozilla::detail::HashTable, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ProtoAndIfaceCache::PageTableCache::EntrySlotOrCreate, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create]
+leak-threshold: [tab:256000]
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini
new file mode 100644
index 0000000000..698cf55902
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini
@@ -0,0 +1,9 @@
+[cleanup-prevented-with-reference.optional.any.html]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
+
+
+[cleanup-prevented-with-reference.optional.any.worker.html]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini
new file mode 100644
index 0000000000..1b43b023c1
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini
@@ -0,0 +1,9 @@
+[cleanup-prevented-with-unregister.optional.any.worker.html]
+ [Cleanup might be prevented with an unregister usage]
+ expected: FAIL
+
+
+[cleanup-prevented-with-unregister.optional.any.html]
+ [Cleanup might be prevented with an unregister usage]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini
new file mode 100644
index 0000000000..c6773d2ecc
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini
@@ -0,0 +1,15 @@
+[finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [HostCleanupFinalizationRegistry is an implementation-defined abstract operation that is expected to call CleanupFinalizationRegistry(finalizationRegistry) at some point in the future, if possible.]
+ expected: [PASS, FAIL]
+
+
+[finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [HostCleanupFinalizationRegistry is an implementation-defined abstract operation that is expected to call CleanupFinalizationRegistry(finalizationRegistry) at some point in the future, if possible.]
+ expected:
+ if (os == "win") and ccov: [FAIL, PASS]
+ if (os == "mac") and debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini
new file mode 100644
index 0000000000..489900fd5c
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini
@@ -0,0 +1,3 @@
+[finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini
new file mode 100644
index 0000000000..78a3f6cdc3
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini
@@ -0,0 +1,12 @@
+[gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
+
+
+[gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini
new file mode 100644
index 0000000000..99e832a726
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini
@@ -0,0 +1,5 @@
+[gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini
new file mode 100644
index 0000000000..929992ebad
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini
@@ -0,0 +1,12 @@
+[gc-has-one-chance-to-call-cleanupCallback.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
+
+
+[gc-has-one-chance-to-call-cleanupCallback.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini
new file mode 100644
index 0000000000..0654d18337
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini
@@ -0,0 +1,60 @@
+[holdings-multiple-values.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [`""` as registered holding value]
+ expected: FAIL
+
+ [`Symbol(1)` as registered holding value]
+ expected: FAIL
+
+ [`true` as registered holding value]
+ expected: FAIL
+
+ [`undefined` as registered holding value]
+ expected: FAIL
+
+ [Requires FinalizationRegistry.prototype.cleanupSome]
+ expected: FAIL
+
+ [`{}` as registered holding value]
+ expected: FAIL
+
+ [`false` as registered holding value]
+ expected: FAIL
+
+ [`42` as registered holding value]
+ expected: FAIL
+
+ [`null` as registered holding value]
+ expected: FAIL
+
+
+[holdings-multiple-values.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [`""` as registered holding value]
+ expected: FAIL
+
+ [`Symbol(1)` as registered holding value]
+ expected: FAIL
+
+ [`true` as registered holding value]
+ expected: FAIL
+
+ [`undefined` as registered holding value]
+ expected: FAIL
+
+ [Requires FinalizationRegistry.prototype.cleanupSome]
+ expected: FAIL
+
+ [`{}` as registered holding value]
+ expected: FAIL
+
+ [`false` as registered holding value]
+ expected: FAIL
+
+ [`42` as registered holding value]
+ expected: FAIL
+
+ [`null` as registered holding value]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini
new file mode 100644
index 0000000000..ef128a1b57
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini
@@ -0,0 +1,12 @@
+[reentrancy.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
+
+
+[reentrancy.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [cleanupCallback has only one optional chance to be called for a GC that cleans up a registered target.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini
new file mode 100644
index 0000000000..89b2463304
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini
@@ -0,0 +1,12 @@
+[return-undefined-with-gc.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Return undefined regardless the result of CleanupFinalizationRegistry]
+ expected: FAIL
+
+
+[return-undefined-with-gc.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Return undefined regardless the result of CleanupFinalizationRegistry]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini b/testing/web-platform/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini
new file mode 100644
index 0000000000..ed8e8fbb41
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini
@@ -0,0 +1,12 @@
+[unregister-cleaned-up-cell.optional.any.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Cannot unregister a cell that has been cleaned up]
+ expected: FAIL
+
+
+[unregister-cleaned-up-cell.optional.any.worker.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Cannot unregister a cell that has been cleaned up]
+ expected: FAIL