ladybird/AK/Tests
Andreas Kling 9553ecfe01 AK: Optional::operator=(Optional&&) should clear movee's has_value bit
We were forgetting to clear m_has_value in the Optional being moved
from when using operator=(Optional&&).
2019-08-05 21:47:36 +02:00
..
4chan_catalog.json AK: Add a benchmark for parsing 4chan catalog JSON 2019-08-04 11:57:32 +02:00
Makefile AK: Optional::operator=(Optional&&) should clear movee's has_value bit 2019-08-05 21:47:36 +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 AK: Add a benchmark for parsing 4chan catalog JSON 2019-08-04 11:57:32 +02:00
TestNonnullRefPtr.cpp AK: Fix ref leak in NonnullRefPtr::operator=(T&). 2019-08-02 11:35:05 +02:00
TestOptional.cpp AK: Optional::operator=(Optional&&) should clear movee's has_value bit 2019-08-05 21:47:36 +02:00
TestQueue.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestRefPtr.cpp AK: Fix ref leaks in RefPtr assignment operators. 2019-08-02 11:56:55 +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