aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-14add a test for dup and dup2Veikka Tuominen
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-09Initialize the Stat structureFrank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-07fix test to restore cwd after chdirMichael Dusan
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-15freebsd: disable failing testAndrew Kelley
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-02-21Rebase link(at) properlyTau
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-12-13Disable sigaction test on i386 because of #7427LemonBoy
2020-12-13std: Fixes for siginfo test on macosLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Correct check in signal testLemonBoy
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-23Fix the ELF base calculationLemonBoy
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-18std: add chdir smoke testJakub Konka
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-04simplify api and add smoke testxackus
2020-09-03Split the sync tests into sync and fsyncJens Goldberg
2020-09-03Add C declarations and tests for the sync functionsJens Goldberg
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-04std.os tests: improve robustness of "symlink with relative paths"Andrew Kelley
2020-07-31Add prelim `openW` and `openatW`Jakub Konka
2020-07-31Add some os.open and os.openat smoke testsJakub Konka
2020-07-31Refactor internal Win routines to reuse OpenFileJakub Konka
2020-07-22Enable std.os.symlinkat tests on WindowsJakub Konka
2020-07-22Finish drafting CreateSymolicLink using NT callsJakub Konka
2020-07-22Fix Windows buildJakub Konka
2020-07-22Move symlink to fs.symlinkAbsolute with SymlinkFlagsJakub Konka
2020-07-22Ensure we use Win32 prefix in Win32 callsJakub Konka
2020-07-22Handle relative/absolute symlinks; add more testsJakub Konka
2020-07-22Add smoke test for dir symlinksJakub Konka
2020-07-22Add SymlinkFlags needed to create symlinks to dirs on WinJakub Konka
2020-07-22Fix readlink smoke testJakub Konka
2020-07-22RefactorJakub Konka
2020-07-22Fix unlinkatW to allow file symlink deletion on WindowsJakub Konka