summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
2020-08-29AK: Don't swap endianness when writing endian wrappers to stream.asynts
2020-08-27Tests: Document 'missing' testsBen Wiederhake
2020-08-26AK: Add CircularDuplexStream class.asynts
2020-08-26AK: Fix the signature of binary_search.asynts
2020-08-26AK: Demonstrate and fix CheckedBen Wiederhake
2020-08-23AK: Fix human_readable_size corner casesBen Wiederhake
2020-08-23AK: Add tests for human_readable_size()Ben Wiederhake
2020-08-22AK: Prevent confusing silent misuse of ByteBufferBen Wiederhake
2020-08-22AK: Demonstrate surprising ByteBuffer behaviorBen Wiederhake
2020-08-22AK: Move include <AK/TestSuite.h> to the top.asynts
2020-08-22AK: Remove test case that doesn't test anything.asynts
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-20AK: Add DuplexMemoryStream class.asynts
2020-08-20AK: Rename error() to has_error() for streams.asynts
2020-08-20AK: Remove fatal() from InputStream.asynts
2020-08-20AK: Rename TestMemoryStream.cpp to TestStream.cpp.asynts
2020-08-12AK: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-10AK: Add test case for duplicate JsonObject keysLinus Groh
2020-08-10AK: Implement and test DistinctNumeric classBen Wiederhake
2020-08-06AK: Add InputStream abstraction and InputMemoryStream implementation.asynts
2020-08-06AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp.asynts
2020-08-06AK: Fix broken symlink used by JSON testAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05AK: Fix StringUtils tests to actually observe return value.Brian Gianforcaro
2020-08-04AK: Remove an unused variable in the Span test (#2985)Uma Sankar
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-02AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)Muhammad Zahalqa
2020-08-02AK: Remove relative_paths test from TestLexicalPathBrian Gianforcaro
2020-07-30AK: Add (more) tests for String(View)::split*AnotherTest
2020-07-28AK: Make String::substring() return non-null for 0-length stringsPeter Elliott
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
2020-07-27AK: Rename Span::subspan() to Span::slice().asynts
2020-07-27AK: Add constructors to Bytes and ReadonlyBytes that take void pointers.asynts
2020-07-27AK: Define conversion from Span<T> to Span<const T> correctly.asynts
2020-07-26Refactor: Change the AK::binary_search signature to use AK::Span.asynts
2020-07-26AK: Implement Span which represents a contiguous sequence of objects.asynts
2020-07-22AK: Make encode_base64 take a ByteBuffer and return a StringNico Weber
2020-07-21AK: Add case insensitive version of starts_withLuke
2020-07-06AK: Fix JsonValue copy constructor behavior for 64-bit valuesAndreas Kling
2020-06-20AK: Fix JsonParser double encoding multibyte utf-8 chararctersLepkoQQ
2020-06-18AK: Add tests for Base64 decoderTom Lebreux
2020-06-18AK: Add a simple and inefficient Base64 encoderTom Lebreux
2020-06-16Test: Fix json parse test from unicode stringHüseyin ASLITÜRK
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-12AK: Use unsigned int for refcountSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Build: Fix cmake test runner, so it knows when tests failBrian Gianforcaro
2020-05-26AK: Temporarily disable failing relative_paths tests in FileSystemPath suiteBrian Gianforcaro