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 add WeakRef feature to WeakRef/constructor test. (#2209) 2019-06-21 13:41:28 -04:00
instance-extensible.js More tests 2019-06-21 11:50:22 -04:00
is-a-constructor.js Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
length.js More tests 2019-06-21 11:50:22 -04:00
name.js More tests 2019-06-21 11:50:22 -04:00
newtarget-prototype-is-not-object.js More tests 2019-06-21 11:50:22 -04:00
prop-desc.js More tests 2019-06-21 11:50:22 -04:00
proto-from-ctor-realm.js Add "proto-from-ctor-realm" tests for Intl constructors (#2334) 2019-09-11 17:22:21 -03:00
proto.js
prototype-from-newtarget-abrupt.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
prototype-from-newtarget-custom.js More tests 2019-06-21 11:50:22 -04:00
prototype-from-newtarget.js More tests 2019-06-21 11:50:22 -04:00
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 Adapt existing tests regarding Symbols as weak values 2022-10-12 09:58:45 +02:00
undefined-newtarget-throws.js More tests 2019-06-21 11:50:22 -04:00