aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2022-05-02test: regression fix: skip stage1 if not enabledJakub Konka
2022-04-28test: remove redundant codepaths from test harnessJakub Konka
2022-04-28test: migrate stage1 compile error tests to updated test manifestJakub Konka
2022-04-28test: migrate stage2 independent compile errors to test manifest parserJakub Konka
2022-04-28test: correctly handle multiple backendsJakub Konka
2022-04-28test: enable wasm32-wasi incremental testsJakub Konka
2022-04-28test: recursively walk dir with testsJakub Konka
2022-04-28test: fix incorrect default target spec; port all incremental testsJakub Konka
2022-04-28test: leave a todo note to explicitly specify ABI for targets in the futureJakub Konka
2022-04-28test: fix pointer invalidation bug in the harnessJakub Konka
2022-04-28test: set case name from initial filename for a sequenceJakub Konka
2022-04-28test: unroll into multiple cases, provide default parsersJakub Konka
2022-04-28test: add comptime struct holding default config valuesJakub Konka
2022-04-28test: pass Strategy per directory of testsJakub Konka
2022-04-28test: parse all of manifest in TestManifest abstractionJakub Konka
2022-04-28test: abstract away test manifest parser into separate structJakub Konka
2022-04-13Use 0-indexing for incremental compile error testsCody Tapscott
2022-04-11Add file support for incremental error testsCody Tapscott
2022-04-11Improve whitespace-handling in (compile-error) test manifest parsingCody Tapscott
2022-03-31test harness improvementsAndrew Kelley
2022-03-29test harness: fix not honoring one_test_case_per_fileAndrew Kelley
2022-03-29test harness: include case names for compile errorsAndrew Kelley
2022-03-25Add rudimentary compile error test file supportCody Tapscott
2022-03-17stage2 test harness: ask for the backend explicitlyAndrew Kelley
2022-03-12fix nvptx test failure #10968Guillaume Wenzek
2022-02-08update more API usage of std.ProgressAndrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-12-02Make Rosetta a new variant in ExternalExecutor enumJakub Konka
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-20stage2 tests: respect -Dskip-non-native for object formatsAndrew Kelley
2021-07-02stage2: improve AstGen FileNotFound error messageAndrew Kelley
2021-07-02compile errors test harness: support unknown file/line/columnAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-19stage2 test harness: show source file nameAndrew Kelley
2021-05-17stage2: get rid of NameHashAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15stage2: remove SPU Mark II backendAndrew Kelley
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-08stage2 test harness: report multiple failuresAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08update usage of std.testing in stage2Veikka Tuominen