index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2021-05-21
Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdir
Andrew Kaster
2021-05-21
LibWasm: Make the instantiation process produce an OwnPtr
Ali Mohammad Pur
2021-05-21
LibWasm: Decouple ModuleInstance from the AbstractMachine
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Implement instantiation/execution primitives in test-wasm
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Add test-wasm and optionally test the conformance tests
Ali Mohammad Pur
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-19
LibCpp: Add regression tests for the parser
Itamar
2021-05-19
Tests: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
AK: Add String::find_all() and String::count()
Maciej Zygmanowski
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-19
AK: Allow AK::Variant::visit to return a value
Timothy Flynn
2021-05-18
LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunner
Ali Mohammad Pur
2021-05-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur
2021-05-18
Kernel: Add a test for multi-region mprotect
Hediadyoin1
2021-05-18
AK: Make LexicalPath handle relative paths correctly
Gunnar Beutner
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-15
Tests: Add LibELF tests
Brendan Coles
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-05-14
Tests: Don't use TestRunners after their scope ends in test-js
Andrew Kaster
2021-05-14
Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESS
Andrew Kaster
2021-05-14
Tests: Free all memory allocated with regcomp in RegexLibC tests
Andrew Kaster
2021-05-14
Tests: Fix use-after-free in TestRefPtr.self_observers
Andrew Kaster
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-09
Tests: Fix install of test-js and test-web
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Brian Gianforcaro
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
Tests: Add tests for Checked<T>::div() overflow
Ali Mohammad Pur
2021-05-06
Tests: Move LibRegex tests to Tests/LibRegex
Brian Gianforcaro
2021-05-06
Tests: Move LibCompress tests to Tests/LibCompress
Brian Gianforcaro
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-05-11
LibC: strtod accuracy tests no longer need to skip
Ben Wiederhake
2020-05-11
LibC: Demonstrate strtod inaccuracy
Ben Wiederhake
2020-05-03
Kernel: Demonstrate kernel crash on invalid fcntl
Ben Wiederhake
2020-05-03
Kernel: Fix pledge syscall applying new pledges when it fails (#2076)
Michael Lelli
2020-04-26
Tests: Add test case for pthread_cond_timedwait with a timeout.
Brian Gianforcaro
[next]