summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/js
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/js')
-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/__dir__.ini1
-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.ini14
-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
22 files changed, 190 insertions, 0 deletions
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/__dir__.ini b/testing/web-platform/meta/js/builtins/__dir__.ini
new file mode 100644
index 0000000000..394c6e95ce
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/__dir__.ini
@@ -0,0 +1 @@
+lsan-allowed: [Alloc, MakeUnique, Malloc, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns, mozilla::extensions::PermittedSchemes]
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..f77280a059
--- /dev/null
+++ b/testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini
@@ -0,0 +1,14 @@
+[finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.worker.html]
+ [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 == "mac") and debug: [PASS, FAIL]
+ if (os == "mac") and not debug: [PASS, FAIL]
+ [FAIL, PASS]
+
+
+[finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.html]
+ [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/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