test262/test
Philip Chimento f225229f85 Remove FinalizationRegistry tests that depend on nondeterministic GC
In these tests, cleanupSome() would have optionally emptied the
FinalizationRegistry synchronously and called the finalization callbacks.
Without cleanupSome(), there is no way to observe a FinalizationRegistry
being emptied using "pure" ECMAScript: FinalizationRegistry doesn't get
cleaned up until the microtask queue is empty, and without external APIs
such as setTimeout() there is no way to pause execution until after the
microtask queue is empty.

Non-deterministic tests are not that useful anyway; these tests are
probably better left to implementations' internal testing strategies.
2024-09-25 10:06:15 -07:00
..
annexB Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
built-ins Remove FinalizationRegistry tests that depend on nondeterministic GC 2024-09-25 10:06:15 -07:00
harness Fix test regression in asyncHelpers.js (#4197) 2024-08-19 12:33:17 -04:00
intl402 Temporal: Add test coverage for canonicalizing era codes in from() 2024-09-20 17:04:19 +02:00
language Function branding boilerplate tests from PR #3866 2024-09-20 10:48:23 -07:00
staging [explicit-resource-management] Add test for async generator body 2024-09-17 22:20:04 +02:00