blob: f77280a059479afe28ffa9b061f6b57e9f1250fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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]
|