ladybird/AK/Tests
Ben Wiederhake 0e27a6e39e AK: Demonstrate and fix Checked
Specifically:
- post-increment actually implemented pre-increment
- helper-templates that provided operator{+,-,*,/}() couldn't possibly work,
  because the interface of add (etc) were incompatible (not taking a Checked<>,
  and returning void)
2020-08-26 00:55:13 +02:00
..
4chan_catalog.json
CMakeLists.txt
test.frm AK: Fix broken symlink used by JSON test 2020-08-06 00:05:52 +02:00
TestAtomic.cpp
TestBase64.cpp AK: Change the signature of AK::encode_base64() to use Span. 2020-07-27 19:58:09 +02:00
TestBinarySearch.cpp AK: Fix overflow and mixed-signedness issues in binary_search() (#2961) 2020-08-02 21:10:35 +02:00
TestBitmap.cpp
TestByteBuffer.cpp AK: Prevent confusing silent misuse of ByteBuffer 2020-08-22 17:18:14 +02:00
TestChecked.cpp AK: Demonstrate and fix Checked 2020-08-26 00:55:13 +02:00
TestCircularDeque.cpp
TestCircularQueue.cpp AK: Move include <AK/TestSuite.h> to the top. 2020-08-22 10:46:56 +02:00
TestDistinctNumeric.cpp AK: Implement and test DistinctNumeric class 2020-08-10 11:51:45 +02:00
TestFixedArray.cpp
TestHashMap.cpp AK: Remove test case that doesn't test anything. 2020-08-22 10:46:56 +02:00
TestJSON.cpp AK: Add test case for duplicate JsonObject keys 2020-08-10 14:48:45 +02:00
TestLexicalPath.cpp AK: Remove relative_paths test from TestLexicalPath 2020-08-02 20:48:37 +02:00
TestNonnullRefPtr.cpp
TestNumberFormat.cpp AK: Fix human_readable_size corner cases 2020-08-23 11:24:55 +02:00
TestOptional.cpp
TestQueue.cpp
TestRefPtr.cpp
TestSpan.cpp AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp. 2020-08-06 10:33:16 +02:00
TestStream.cpp LibCompress: Turn the DEFLATE implementation into a stream. 2020-08-20 16:28:31 +02:00
TestString.cpp AK: Add (more) tests for String(View)::split* 2020-07-30 18:47:41 +02:00
TestStringUtils.cpp AK: Fix StringUtils tests to actually observe return value. 2020-08-05 12:18:54 +02:00
TestStringView.cpp AK: Add (more) tests for String(View)::split* 2020-07-30 18:47:41 +02:00
TestURL.cpp
TestUtf8.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
TestVector.cpp
TestWeakPtr.cpp