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
/
standalone
/
build.zig.zon
Age
Commit message (
Expand
)
Author
2025-10-05
test: disable standalone tsan test
Alex Rønne Petersen
2025-10-04
test: remove standalone sigpipe test
Alex Rønne Petersen
2025-10-04
test: remove standalone options test
Alex Rønne Petersen
2025-10-04
test: remove standalone issue_13970 test
Alex Rønne Petersen
2025-10-04
test: remove some tests that are now covered well enough by test-stack-traces
Alex Rønne Petersen
2025-10-01
test: remove stack_iterator standalone test
Alex Rønne Petersen
2025-09-26
test: remove `pie` test case from test-standalone
Alex Rønne Petersen
2025-09-17
Merge pull request #25197 from rootbeer/24380-flaky-sigset-test
Andrew Kelley
2025-09-16
test: move glibc_compat from link to standalone tests
Alex Rønne Petersen
2025-09-16
test: rename issue_8550 standalone test to compile_asm
Alex Rønne Petersen
2025-09-09
standalone posix tests: add skeleton
Pat Tullmann
2025-08-11
test: add a standalone test for compiling tsan
David Rubin
2025-07-20
Add standalone test case for passing options to dependencies
Carl Åstholm
2025-07-20
Update test build.zig.zon files to conform to the new manifest rules
Carl Åstholm
2025-07-15
update dump-cov for alignment and writergate changes
dweiller
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-06-20
standalone: add accidentally-excluded test
mlugg
2025-06-17
Compilation: add missing link file options to cache manifest
mlugg
2025-05-03
libfuzzer: add standalone test for libfuzzer initialization
tjog
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-11
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-22
Add standalone test for environment variables
Ryan Liptak
2025-02-19
add a standalone test for autoconf style addConfigHeader
Techatrix
2025-01-19
test: Add a standalone test for omitting CFI directives.
Alex Rønne Petersen
2025-01-05
x86_64: fix `@errorName` data
Jacob Young
2024-08-19
re-enable emit_asm_and_bin and emit_llvm_no_bin tests
Robin Voetter
2024-08-19
add standalone test for only dependending on the emitted assembly and not the...
Robin Voetter
2024-07-21
test: check output file caching of run steps with side-effects
Techatrix
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-07-01
Add a standalone test to cover the duplicate module bug
Sashko
2024-06-08
libcxx: fix building when -fsingle-threaded
Michael Dusan
2024-05-05
Run: add output directory arguments
Jacob Young
2024-04-24
Merge pull request #19698 from squeek502/windows-batbadbut
Andrew Kelley
2024-04-23
std.process.Child: Mitigate arbitrary command execution vulnerability on Wind...
Ryan Liptak
2024-04-18
std: fix and add test for Build.dependencyFromBuildZig
Meghan Denny
2024-04-15
ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
Ryan Liptak
2024-04-07
Turn "simple" standalone test cases into a package
Carl Åstholm
2024-04-07
Move "simple" standalone test cases to a new directory
Carl Åstholm
2024-04-07
Promote standalone test cases to packages
Carl Åstholm