aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
2023-03-15re-enable compare-output test casesAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley
2023-03-15build.zig: annotate std lib tests maxrssAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15CI: use -j1 like a cowardAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-02-20re-enable x86_64-linux self-hosted behaviour test suiteJakub Konka
2023-02-18disable failing x86_64 backend testsAndrew Kelley
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-01-31tests: fix missing target for C ABI testsAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2023-01-19tests: disable c_abi tests for windows when compiling on linuxkcbanner
2023-01-19llvm: pass non-scalars as byref in .Stdcallkcbanner
2023-01-14also run C ABI tests with -OReleaseFastVeikka Tuominen
2022-12-07disable failing behavior tests with -ofmt=c -target x86_64-windowsAndrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-11-30add test coverage for zig build CLI and options APIAndrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-26test-link: add -Denable-symlinks-windows to opt-in to using symlinkskcbanner
2022-11-21disable failing arm-linux non-llvm backend testsAndrew Kelley
2022-11-10win: combine PDB fixes into one changesetJakub Konka
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-01build: remove `ofmt` from `LibExeObjStep` which is redundant with `target.ofmt`Jacob Young
2022-10-31cbe: improve support for non-native float typesJacob Young
2022-10-30CI: disable failing C backend testAndrew Kelley