From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../js/builtins/Object.prototype.freeze.html.ini | 3 ++ .../Object.prototype.getOwnPropertyNames.html.ini | 3 ++ .../Object.prototype.hasOwnProperty-order.html.ini | 3 ++ ...ototype.hasOwnProperty-prototype-chain.html.ini | 3 ++ .../Object.prototype.preventExtensions.html.ini | 3 ++ .../js/builtins/Object.prototype.seal.html.ini | 3 ++ .../builtins/Promise-incumbent-global.sub.html.ini | 3 ++ .../meta/js/builtins/Promise-subclassing.html.ini | 3 ++ .../builtins/WeakMap.prototype-properties.html.ini | 3 ++ .../meta/js/builtins/weakrefs/__dir__.ini | 2 + ...up-prevented-with-reference.optional.any.js.ini | 9 ++++ ...p-prevented-with-unregister.optional.any.js.ini | 9 ++++ ...upCallback-gets-a-microtask.optional.any.js.ini | 14 +++++ ...anupCallback-queueMicrotask.optional.any.js.ini | 12 +++++ ...icrotaskMutationObserver.optional.window.js.ini | 5 ++ ...nce-to-call-cleanupCallback.optional.any.js.ini | 12 +++++ .../holdings-multiple-values.optional.any.js.ini | 60 ++++++++++++++++++++++ .../weakrefs/reentrancy.optional.any.js.ini | 12 +++++ .../return-undefined-with-gc.optional.any.js.ini | 12 +++++ .../unregister-cleaned-up-cell.optional.any.js.ini | 12 +++++ 20 files changed, 186 insertions(+) create mode 100644 testing/web-platform/meta/js/builtins/Object.prototype.freeze.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Object.prototype.getOwnPropertyNames.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-order.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Object.prototype.hasOwnProperty-prototype-chain.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Object.prototype.preventExtensions.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Object.prototype.seal.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Promise-incumbent-global.sub.html.ini create mode 100644 testing/web-platform/meta/js/builtins/Promise-subclassing.html.ini create mode 100644 testing/web-platform/meta/js/builtins/WeakMap.prototype-properties.html.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/__dir__.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini create mode 100644 testing/web-platform/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini (limited to 'testing/web-platform/meta/js/builtins') 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..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 -- cgit v1.2.3