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
Group-Canceled
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
groupAwait
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
/
src
/
test.zig
Age
Commit message (
Expand
)
Author
2022-05-02
test: regression fix: skip stage1 if not enabled
Jakub Konka
2022-04-28
test: remove redundant codepaths from test harness
Jakub Konka
2022-04-28
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka
2022-04-28
test: migrate stage2 independent compile errors to test manifest parser
Jakub Konka
2022-04-28
test: correctly handle multiple backends
Jakub Konka
2022-04-28
test: enable wasm32-wasi incremental tests
Jakub Konka
2022-04-28
test: recursively walk dir with tests
Jakub Konka
2022-04-28
test: fix incorrect default target spec; port all incremental tests
Jakub Konka
2022-04-28
test: leave a todo note to explicitly specify ABI for targets in the future
Jakub Konka
2022-04-28
test: fix pointer invalidation bug in the harness
Jakub Konka
2022-04-28
test: set case name from initial filename for a sequence
Jakub Konka
2022-04-28
test: unroll into multiple cases, provide default parsers
Jakub Konka
2022-04-28
test: add comptime struct holding default config values
Jakub Konka
2022-04-28
test: pass Strategy per directory of tests
Jakub Konka
2022-04-28
test: parse all of manifest in TestManifest abstraction
Jakub Konka
2022-04-28
test: abstract away test manifest parser into separate struct
Jakub Konka
2022-04-13
Use 0-indexing for incremental compile error tests
Cody Tapscott
2022-04-11
Add file support for incremental error tests
Cody Tapscott
2022-04-11
Improve whitespace-handling in (compile-error) test manifest parsing
Cody Tapscott
2022-03-31
test harness improvements
Andrew Kelley
2022-03-29
test harness: fix not honoring one_test_case_per_file
Andrew Kelley
2022-03-29
test harness: include case names for compile errors
Andrew Kelley
2022-03-25
Add rudimentary compile error test file support
Cody Tapscott
2022-03-17
stage2 test harness: ask for the backend explicitly
Andrew Kelley
2022-03-12
fix nvptx test failure #10968
Guillaume Wenzek
2022-02-08
update more API usage of std.Progress
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-12-02
zig build: promote qemu, wine, wasmtime, darling, and rosetta
Andrew Kelley
2021-12-02
Make Rosetta availability declarative by the user
Jakub Konka
2021-12-02
Make Rosetta a new variant in ExternalExecutor enum
Jakub Konka
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-20
stage2 tests: respect -Dskip-non-native for object formats
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-19
stage2 test harness: show source file name
Andrew Kelley
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
stage2: remove SPU Mark II backend
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-08
stage2 test harness: report multiple failures
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
[next]