aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
2023-03-20tests: add -Dskip-cross-glibc optionJacob Young
2023-03-15C ABI tests: don't test aarch64-windows yetAndrew Kelley
2023-03-15test-c-abi: disable LTO on more targetsAndrew Kelley
2023-03-15test-cli: fix expected stderr on windowsAndrew Kelley
2023-03-15std.Build.CompileStep: remove setNamePrefix and add setNameAndrew Kelley
2023-03-15revert a change to C ABI testsAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15standalone tests: avoid running on strange targetAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley
2023-03-15re-enable macho linker testsAndrew Kelley
2023-03-15re-enable wasm linker testsAndrew Kelley
2023-03-15new linker test harnessAndrew Kelley
2023-03-15re-enable C ABI testsAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley