serenity/AK/Tests
Andreas Kling 6db879ee66 AK: Fix ref leak in NonnullRefPtr::operator=(T&).
We would leak a ref when assigning a T& to a NonnullRefPtr that already
contains that same T.
2019-08-02 11:35:05 +02:00
..
Makefile AK: Fix ref leak in NonnullRefPtr::operator=(T&). 2019-08-02 11:35:05 +02:00
TestHashMap.cpp AK: Add a test for iterating a HashTable during clear (should assert) 2019-08-02 09:25:35 +02:00
TestJSON.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestNonnullRefPtr.cpp AK: Fix ref leak in NonnullRefPtr::operator=(T&). 2019-08-02 11:35:05 +02:00
TestQueue.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestString.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestVector.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestWeakPtr.cpp AK: Fix typo in the WeakPtr test. Behavior was actually correct. 2019-08-02 09:21:42 +02:00