aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-20zig init: also create a build.zig.zonAndrew Kelley
2023-11-20merge `zig init-exe` and `zig init-lib` into `zig init`Andrew Kelley
2023-11-06tests: skip native CPU std tests on WindowsAndrew Kelley
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-29tests: change some x86_64 backend targets to pic for more coverageJacob Young
2023-10-26test: enable `c-abi-tests` for the x86_64 backendJacob Young
2023-10-25x86_64: pass more testsJacob 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-compiler-rt testingJacob Young
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-18x86_64: improve inline assembly supportJacob Young
2023-10-10Step.Run: change `cwd` to `?Build.LazyPath` (#17418)Krzysztof Wolicki
2023-09-28test: add x86_64-linux-musl-no-lld as a test targetJakub Konka
2023-09-23tests: give explicit stack size to module tests on WASImlugg
2023-09-19skip all mips tests due to LLVM 17 regressionsAndrew Kelley
2023-09-19disable failing mips tests due to LLVM 17 regressionsAndrew Kelley
2023-08-18build: add build test check for availability of IOS SDK on the hostJakub Konka
2023-08-01llvm: fix data layout calculation for experimental llvm targetsJacob Young
2023-07-31std: cleanup asm usageJacob Young
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-28llvm: fix SysV C abi for structs smaller than two eightbytesJacob Young
2023-07-26llvm: disable LTO on C ABI testsAndrew Kelley
2023-07-24zig fmt: make `--exclude` work on filesIan Johnson
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-04-24CI: disable compiling std lib C backend test with clangAndrew Kelley
2023-04-24Revert "tests: add a maxrss for compiling std lib C backend .c file"Andrew Kelley
2023-04-23tests: add a maxrss for compiling std lib C backend .c fileAndrew Kelley
2023-04-21std: add more missing windows libraries when running testsJacob Young
2023-04-21test: exclude the last warning from cbe testsJacob Young
2023-04-21std: add missing windows libraries when running testsJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-20x86_64: disable some behavior testsJacob Young
2023-04-18Merge pull request #15302 from jacobly0/x86_64-non-livenessAndrew Kelley
2023-04-16tests: fix skip_cross_glibc checkJacob Young
2023-04-16behavior: disable flaky test on x86_64Jacob Young
2023-04-15disable x86_64-windows self-hosted backend behavior testsAndrew Kelley
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-04-15disable not-yet-passing test suitesAndrew Kelley
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-15tests: avoid skipping native testsAndrew Kelley
2023-04-11fix build logic due to state mutations and break the API accordinglyAndrew Kelley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-03-28tests: enable multi-threaded x86_64-windows tests with self-hostedJakub Konka
2023-03-25behavior: disable multi threaded for the stage2_x86_64 windows targetJacob Young