aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2022-08-19make self-hosted the default compilerAndrew Kelley
2022-08-18test harness: fix handling of object formatAndrew Kelley
2022-08-11test-cases: remove multi-threadingAndrew Kelley
2022-07-27test-cases harness: annotate an optional typeAndrew Kelley
2022-07-26test-cases harness: refresh just before update()Andrew Kelley
2022-07-26test-cases harness: improve stage2 compatibilityAndrew Kelley
2022-07-26test-cases harness: test all updatesAndrew Kelley
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2022-07-12Compilation: indent multiline error messages properlyr00ster91
2022-06-28test: return error on unknown config valueJakub Konka
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