aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-24std: re-enable most of setrlimit test on macosMichael Dusan
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-13Rework fchmodat testsStephen Gregoratto
2024-01-01std: disable failing test on macosAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-14std: add compile error when using `std.os.getenv` on the wasi targetRafael Fernández López
2023-08-15Fix windows.CreateSymbolicLink/ReadLink for non-relative pathsRyan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-24std: fix windows resource leaksJacob Young
2023-04-21std: disable failing testJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-03-16disable bad std lib testsAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley
2023-01-10test: fix "chdir smoke test" comparing paths with potentially different drive...kcbanner
2023-01-02freebsd: memfd_create: < 13.0 version checkMichael Dusan
2022-12-12Add 0-length buffer checks to os.read & os.writeTom Maenan Read Cutting
2022-12-12std.os.linux: fix timerfd testJan Philipp Hafer
2022-12-11wasi: fixes os.isatty on type mismatch (#13813)Takeshi Yoneda
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-11-30std.os.test: disable flaky timerfd testAndrew Kelley
2022-11-26std.os: Fix std.os.chdir for WASICody Tapscott
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen
2022-11-04std.os: improve sigaction test coverage.Ryan Schneider
2022-11-04std.os: Add IGN coverage to sigaction testsRyan Schneider
2022-11-04all: rename i386 to x86Ali Chraghi
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-06-06std: handle stage2 function pointer semantics in testVeikka Tuominen
2022-05-17std.os: add timerfd_create, timerfd_settime and timerfd_gettimeThiago Teodoro Pereira Silva
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott