index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tests.zig
Age
Commit message (
Expand
)
Author
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-04-24
CI: disable compiling std lib C backend test with clang
Andrew Kelley
2023-04-24
Revert "tests: add a maxrss for compiling std lib C backend .c file"
Andrew Kelley
2023-04-23
tests: add a maxrss for compiling std lib C backend .c file
Andrew Kelley
2023-04-21
std: add more missing windows libraries when running tests
Jacob Young
2023-04-21
test: exclude the last warning from cbe tests
Jacob Young
2023-04-21
std: add missing windows libraries when running tests
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-20
x86_64: disable some behavior tests
Jacob Young
2023-04-18
Merge pull request #15302 from jacobly0/x86_64-non-liveness
Andrew Kelley
2023-04-16
tests: fix skip_cross_glibc check
Jacob Young
2023-04-16
behavior: disable flaky test on x86_64
Jacob Young
2023-04-15
disable x86_64-windows self-hosted backend behavior tests
Andrew Kelley
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-04-15
disable not-yet-passing test suites
Andrew Kelley
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-15
tests: avoid skipping native tests
Andrew Kelley
2023-04-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-03-28
tests: enable multi-threaded x86_64-windows tests with self-hosted
Jakub Konka
2023-03-25
behavior: disable multi threaded for the stage2_x86_64 windows target
Jacob Young
2023-03-20
tests: add -Dskip-cross-glibc option
Jacob Young
2023-03-15
C ABI tests: don't test aarch64-windows yet
Andrew Kelley
2023-03-15
test-c-abi: disable LTO on more targets
Andrew Kelley
2023-03-15
test-cli: fix expected stderr on windows
Andrew Kelley
2023-03-15
std.Build.CompileStep: remove setNamePrefix and add setName
Andrew Kelley
2023-03-15
revert a change to C ABI tests
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
standalone tests: avoid running on strange target
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable standalone tests based on build.zig
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
re-enable wasm linker tests
Andrew Kelley
2023-03-15
new linker test harness
Andrew Kelley
2023-03-15
re-enable C ABI tests
Andrew Kelley
2023-03-15
re-enable CLI tests
Andrew Kelley
2023-03-15
re-enable compare-output test cases
Andrew Kelley
2023-03-15
re-integrate stack trace tests with the new std.Build API
Andrew Kelley
2023-03-15
build.zig: annotate std lib tests maxrss
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
CI: use -j1 like a coward
Andrew Kelley
2023-03-15
std.Build: improve debugging of misconfigured steps
Andrew Kelley
2023-02-20
re-enable x86_64-linux self-hosted behaviour test suite
Jakub Konka
2023-02-18
disable failing x86_64 backend tests
Andrew Kelley
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-01-31
tests: fix missing target for C ABI tests
Andrew Kelley
[next]