aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2022-06-14test-cases: avoid using realpath since it is not portableAndrew Kelley
2022-06-14test-cases: fix race with `zig run` on C backend testsAndrew Kelley
2022-06-14multi-thread `zig build test-cases`Andrew Kelley
2022-06-09test harness: fix handling of countsAndrew Kelley
2022-06-08test harness: fix sort comparatorAndrew Kelley
2022-05-26test: correctly track identical error msgs in handled errors listJakub Konka
2022-05-15test harness: Set filename on error returnLuuk de Gram
2022-05-13test harness: actually run the stage1 "run" testsAndrew Kelley
2022-05-13test-cases: honor -Dtest-filter argument from zig buildAndrew Kelley
2022-05-13test harness: dump stderr when compiler crashesAndrew Kelley
2022-05-13migrate runtime safety tests to the new test harnessAndrew Kelley
2022-05-04test: move compile errors and incremental tests into common dirJakub Konka
2022-05-04test: improve test batch/sequence iteratorJakub Konka
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