aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
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