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
/
src
/
test.zig
Age
Commit message (
Expand
)
Author
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-07-12
Compilation: indent multiline error messages properly
r00ster91
2022-06-28
test: return error on unknown config value
Jakub Konka
2022-06-14
test-cases: avoid using realpath since it is not portable
Andrew Kelley
2022-06-14
test-cases: fix race with `zig run` on C backend tests
Andrew Kelley
2022-06-14
multi-thread `zig build test-cases`
Andrew Kelley
2022-06-09
test harness: fix handling of counts
Andrew Kelley
2022-06-08
test harness: fix sort comparator
Andrew Kelley
2022-05-26
test: correctly track identical error msgs in handled errors list
Jakub Konka
2022-05-15
test harness: Set filename on error return
Luuk de Gram
2022-05-13
test harness: actually run the stage1 "run" tests
Andrew Kelley
2022-05-13
test-cases: honor -Dtest-filter argument from zig build
Andrew Kelley
2022-05-13
test harness: dump stderr when compiler crashes
Andrew Kelley
2022-05-13
migrate runtime safety tests to the new test harness
Andrew Kelley
2022-05-04
test: move compile errors and incremental tests into common dir
Jakub Konka
2022-05-04
test: improve test batch/sequence iterator
Jakub Konka
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
[next]