test262/test/built-ins/WeakRef
Philip Chimento 77b1c787e8 Remove WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js
On all engines that still support cleanupSome, this test was hitting the
asyncGC.notCollected check in resolveAsyncGC(). That means that it was
just skipped, and the deref() part was never actually executed.

Given that it is not testing anything in practice, remove it.
2024-09-25 10:06:15 -07:00
..
prototype Remove WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js 2024-09-25 10:06:15 -07:00
constructor.js
instance-extensible.js
is-a-constructor.js
length.js
name.js
newtarget-prototype-is-not-object.js
prop-desc.js
proto-from-ctor-realm.js
proto.js
prototype-from-newtarget-abrupt.js
prototype-from-newtarget-custom.js
prototype-from-newtarget.js
returns-new-object-from-constructor-with-object-target.js Adapt descriptions of existing tests using Objects as weak values 2022-10-12 09:58:45 +02:00
returns-new-object-from-constructor-with-symbol-target.js Add tests for regular and well-known Symbols as weak values 2022-10-12 09:58:45 +02:00
throws-when-target-cannot-be-held-weakly.js
undefined-newtarget-throws.js