14 lines
808 B
INI
14 lines
808 B
INI
[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]
|