index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Tests
Age
Commit message (
Expand
)
Author
2021-04-29
Tests: Convert LibC exec unit test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Convert LibC mktemp tests to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-29
Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)
Brian Gianforcaro
2021-04-29
Tests: Convert LibGfx font handling test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Convert LibGfx image decoder test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Rename LibGfx painter benchmark to denote it's not a test.
Brian Gianforcaro
2021-04-27
Tests: Convert file system suid-sgid stripping test to be LibTest based.
Brian Gianforcaro
2021-04-27
Tests: Convert pledge-test-failures.cpp to be LibTest based.
Brian Gianforcaro
2021-04-27
Tests: Convert unveil-test-failures.cpp to be LibTest based.
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Tests: Fix test-math expected values
Marco Biscaro
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-15
LibM: Use fptan/fpatan instead of approximating atan2/tan
AnotherTest
2021-04-08
Tests: Merge duplicate TestFormat test into AK directory
Jelle Raaijmakers
2021-04-04
LibGfx: Add benchmarks for line drawing and rectangle filling
Oleg Sikorskiy
2021-04-04
LibC: Teach `vsscanf()` to consume the width specifier
Jelle Raaijmakers
2021-04-04
LibC: Use 'long long' specialisations of scanf's read_element_concrete
AnotherTest
2021-03-17
Tests: Create stress-writeread
Jean-Baptiste Boric
2021-03-15
LibM: Implement fmin/fmax
Mițca Dumitru
2021-03-15
LibM: Make the gamma family of functions more accurate and conformant
Mițca Dumitru
2021-03-13
Kernel: Add Test for munmap of multiple regions
Hendiadyoin1
2021-03-13
Userland: Create stress-truncate test program
Jean-Baptiste Boric
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-10
fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYS
Andreas Kling
2021-03-09
LibM: Add scalbn and associated functions
Mițca Dumitru
2021-03-07
Tests: Make syscall-fuzzer less brittle
Ben Wiederhake
2021-03-03
AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE
Ben Wiederhake
2021-03-03
AK+LibM: Make EXPECT_CLOSE more useful during debugging
Ben Wiederhake
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})
AnotherTest
2021-02-15
LibC: Reimplement scanf from the ground up
AnotherTest
2021-02-13
AK+Format: Don't cast to size_t when you want u64.
Paul Scharnofske
2021-02-13
Tests: Merge and extend syscall tests into a syscall fuzzer
Ben Wiederhake
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-05
LibM: Implement nextafter() and nexttoward()
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
LibM: Build and install the LibM test
Andreas Kling
2021-02-01
Kernel: Provide torture tool for invalid memory checks
Ben Wiederhake
2021-02-01
Kernel: Demonstrate crash for invalid pointers
Ben Wiederhake
2021-02-01
Tests: Add Tests/LibGfx/image-decoder tests
Brendan Coles
2021-01-23
Tests+UserlandEmulator: Demonstrate missing backtraces
Ben Wiederhake
2021-01-16
LibC: Test behavior around overlong paths
Ben Wiederhake
2021-01-15
Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests
Brendan Coles
[next]