summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
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
2020-05-11LibC: strtod accuracy tests no longer need to skipBen Wiederhake
2020-05-11LibC: Demonstrate strtod inaccuracyBen Wiederhake
2020-05-03Kernel: Demonstrate kernel crash on invalid fcntlBen Wiederhake
2020-05-03Kernel: Fix pledge syscall applying new pledges when it fails (#2076)Michael Lelli
2020-04-26Tests: Add test case for pthread_cond_timedwait with a timeout.Brian Gianforcaro
2020-03-03Kernel: Demonstrate race condition in clock_nanosleepBen Wiederhake
2020-02-01LibC: The exec() family of functions should not search "." by defaultAndreas Kling
2020-02-01Kernel: Make Inode::lookup() return a RefPtr<Inode>Andreas Kling
2020-01-28Kernel: AnonymousVMObject::create_for_physical_range() should fail moreAndreas Kling
2020-01-18Kernel: Pass correct permission flags when opening filesSergey Bugaev
2020-01-18Kernel: Enforce W^X between sys$mmap() and sys$execve()Andreas Kling
2020-01-16Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolicationAndreas Kling
2020-01-10Kernel: Fix kernel null deref on process crash during join_thread()Andreas Kling
2020-01-09Kernel: Ignore closed fd's when considering select() unblockAndreas Kling
2020-01-07Kernel: Validate PROT_READ and PROT_WRITE against underlying fileAndreas Kling
2020-01-07Kernel: Make Process::file_description() vend a RefPtr<FileDescription>Andreas Kling