aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2022-11-21disable failing arm-linux non-llvm backend testsAndrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-13C backend: improve ergonomics of zig.h a little bitAndrew Kelley
2022-10-25cbe: update test casesJacob Young
2022-10-20Fix #12091: Error message with TERM=dumb is missing infoyujiri8
2022-09-16Merge pull request #12796 from Vexu/referenced-by-v2Veikka Tuominen
2022-09-14ZIG_EXE envirnoment variable instead of testing build optionsAndrew Kelley
2022-09-15stage2: implement referenced by trace for error messagesVeikka Tuominen
2022-09-14Move std.testing.zig_exe_path into build optionsMartin Wickham
2022-09-09Merge pull request #12788 from ziglang/detect-native-glibcAndrew Kelley
2022-09-08std.zig.system.NativeTargetInfo: detection ignores self exeAndrew Kelley
2022-09-07tests: force LLD off for stage2 backends until auto-select deems worthyJakub Konka
2022-09-07test-cases: enable stage2 tests on WindowsJakub Konka
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