summaryrefslogtreecommitdiff
path: root/Tests/AK
AgeCommit message (Expand)Author
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani
2021-05-19AK: Add String::find_all() and String::count()Maciej Zygmanowski
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-19AK: Allow AK::Variant::visit to return a valueTimothy Flynn
2021-05-18AK: Make LexicalPath handle relative paths correctlyGunnar Beutner
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-05-14Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESSAndrew Kaster
2021-05-14Tests: Fix use-after-free in TestRefPtr.self_observersAndrew Kaster
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-07AK: Implement Span::starts_with()Valtteri Koskivuori
2021-05-07Tests: Add tests for Checked<T>::div() overflowAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro