summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-05-26AK: Implement AK::StackJesse Buhagiar
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur
2021-05-21Tests: Remove default font tests from LibGfx/TestFontHandlingAndreas Kling
2021-05-21Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdirAndrew Kaster
2021-05-21LibWasm: Make the instantiation process produce an OwnPtrAli Mohammad Pur
2021-05-21LibWasm: Decouple ModuleInstance from the AbstractMachineAli Mohammad Pur
2021-05-21LibWasm+Meta: Implement instantiation/execution primitives in test-wasmAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-20AK: Added contains_in_range to Vectorr-paiva
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19LibCpp: Add regression tests for the parserItamar
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-18LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunnerAli Mohammad Pur
2021-05-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur
2021-05-18Kernel: Add a test for multi-region mprotectHediadyoin1
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-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-15Tests: Add LibELF testsBrendan Coles
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-14Tests: Don't use TestRunners after their scope ends in test-jsAndrew Kaster
2021-05-14Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESSAndrew Kaster
2021-05-14Tests: Free all memory allocated with regcomp in RegexLibC testsAndrew 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-12Tests: Add InodeWatcher and FileWatcher testssin-ack
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-09Tests: Fix install of test-js and test-webBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-js to Tests/LibJSBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-web to Tests/LibWebBrian Gianforcaro
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 LibRegex tests to Tests/LibRegexBrian Gianforcaro
2021-05-06Tests: Move LibCompress tests to Tests/LibCompressBrian Gianforcaro
2021-05-06Tests: Move LibSQL tests to Tests/LibSQLBrian Gianforcaro
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando