aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2023-04-04cases: disable failing incremental testsJacob Young
2023-03-15test-cases: fix incorrectly linking libc when backend is llvmAndrew Kelley
2023-03-15test-stack-trace: set env to disable colorAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15build.zig: fix how test-cases marked is_test=1 are handledAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley
2023-03-15re-enable asm-and-link 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-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-02-17add test to ignore sigpipeJonathan Marler
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-06-12std.build: don't default to static linkageVeikka Tuominen
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Changes createExecutable parameter is_dynamic to a enum to make code more rea...Felix (xq) Queißner
2021-01-02tests: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-08tests: run-translated-c now respects -DtargetAndrew Kelley
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-01-07test harness: show annotated case name when translate-c test failsAndrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-05rework and improve some of the zig build stepsAndrew Kelley
2020-01-03add test harness for "run translated C" testsAndrew Kelley