summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
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
2020-05-26AK: Expand string tests to include ends_with case insensitivityBrian Gianforcaro
2020-05-26AK: Add case insensitive String::ends_with supportBrian Gianforcaro
2020-05-18AK: Add a way to get the number of valid bytes in a Utf8ViewAnotherTest
2020-05-17AK: Make sure URL retains trailing slash if present in complete_urlConrad Pankoff
2020-05-16Build: FreeBSD supportDominik Madarasz
2020-05-15AK: StringBuilder with 0 initial capacity shouldn't build null StringAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-10AK: Add support for about: URLsAndreas Kling
2020-05-09AK: Add missing copyright header to TestStringUtils.cppLinus Groh
2020-05-09AK: Unbreak parsing of file:// URLs with no hostAndreas Kling
2020-05-06AK: Fix Bitmap not finding unset ranges at the end of the mapAndreas Kling
2020-05-06AK: Make tests compilable with the serenity target toolchainEmanuel Sprung
2020-05-04AK: Add StringView::find_first/last_ofAndrew Kaster
2020-04-14AK: Add a little test for String::split()Andreas Kling
2020-04-12AK: Parse query and fragment in URL::parse()Linus Groh
2020-04-03AK: Remove relative path in AK testsuiteEmanuel Sprung