summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
2021-01-01AK: Deal with unsigned integers in binary search.asynts
2020-12-31AK: Add operator* and operator-> overloads in Optional.asynts
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30AK: Replace some SFINAE with requires clauses, clean up existing onesAndrew Kaster
2020-12-30AK: Add tests for type traits and IndexSequenceAndrew Kaster
2020-12-30AK: Correct name in TestMain for TestTrieAndrew Kaster
2020-12-30AK: Make binary_search signature more generic.asynts
2020-12-29AK: Add HashMap(std::initializer_list<Entry>) constructorLinus Groh
2020-12-29AK+Format: Accept unsigned long in replacement fields.asynts
2020-12-29AK: Allow trailing '*'s in a glob pattern to match nothingAnotherTest
2020-12-26AK: Fix busted Trie testAnotherTest
2020-12-26AK: Add a prefix tree implementationAnotherTest
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-23CMake: Remove file globbing in AK/TestsLenny Maiorani
2020-12-21AK: Test StringUtils::convert_to_int for different typesSahan Fernando
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19AK: Remove bogus test case for CircularDuplexStream.asynts
2020-12-12AK::URL: Fix setting the port number in the case it was the last element of t...xspager
2020-12-10AK: Ensure dual_pivot_quick_sort does not copy the pivotsAnotherTest
2020-12-09AK: Fix offset calculation error in DuplexMemoryStream::write.asynts
2020-12-09AK: Fix unsigned integer underflow in DuplexMemoryStream::write.asynts
2020-12-08AK: Implement memmem() for iterator haystacksAnotherTest
2020-12-06AK: Add test for the will_be_destroyed and one_ref_left magic functionsAndrew Kaster
2020-11-30AK: Fix logic error in urldecode() percent-decodingLinus Groh
2020-11-22NeverDestroyed: Add testsLenny Maiorani
2020-11-21AK: Implement generic all_of algorithmLenny Maiorani
2020-11-20MACAddress: AK::Array as member variable instead of C-arrayLenny Maiorani
2020-11-19MACAddress: constexpr supportLenny Maiorani
2020-11-17AK: Fix OOB access in DuplexMemoryStream::offset_of()AnotherTest
2020-11-17AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()Linus Groh
2020-11-17MACAddress: Unit testing for basic functionalityLenny Maiorani
2020-11-16Vector: C++20 equality operatorsLenny Maiorani
2020-11-14AK: Fix StringUtils::contains() case insensitive searchLinus Groh
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-11-11IPv4Address: constexpr supportLenny Maiorani
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10IPv4Address: Unit testsLenny Maiorani
2020-11-09AK: Add formatters for floating point numbers.asynts
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-05AK: printf was not accounting for plus sign with "%+d"Andreas Kling
2020-11-04AK::URL: Check if URL requires a port set to be considered a valid URLBrendan Coles
2020-10-29AK: Make String::matches() capable of reporting match positions tooAnotherTest
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25AK: Remove a really slow unit test.asynts
2020-10-24AK: Introduce SourceGenerator::fork().asynts
2020-10-22AK: Enhance String::contains to allow case-insensitive searchesTom
2020-10-21TestArray: constexpr_sum using spanLenny Maiorani
2020-10-21HashFunctions: constexpr capabilityLenny Maiorani
2020-10-21TestHashFunctions: Tests to bind hash functionalityLenny Maiorani