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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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-09-19
skip all mips tests due to LLVM 17 regressions
Andrew Kelley
2023-09-19
disable failing mips tests due to LLVM 17 regressions
Andrew Kelley
2023-08-18
build: add build test check for availability of IOS SDK on the host
Jakub Konka
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-26
llvm: disable LTO on C ABI tests
Andrew Kelley
2023-07-24
zig fmt: make `--exclude` work on files
Ian Johnson
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
[next]