aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-08update usage of std.testing in stage2Veikka Tuominen
2021-04-09stage2: delete allowing input (and output) zir from the pipeline (#8471)g-w1
2021-04-08stage2: fix the memory leaksAndrew Kelley
2021-04-08stage2: simplify Decl src_node fieldAndrew Kelley
2021-03-08stage2 cbe: non pointer optionalsVeikka Tuominen
2021-03-06stage2: implement var argsVeikka Tuominen
2021-03-04Merge pull request #7763 from kivikakk/zig-elf-parseAndrew Kelley
2021-02-19stage2: test harness: panic on OOM rather than assertAndrew Kelley
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-18stage2: rework ZIR/TZIR for optionals and error unionsAndrew Kelley
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-15use interfacesAsherah Connor
2021-01-14expose phdr, shdr parsingAsherah Connor
2021-01-09Merge pull request #7725 from FireFox317/even-more-llvmAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-07stage2 test: make sure to pass the dynamic linker to CompilationTimon Kruiper
2021-01-05stage2 test harness: don't try to run non-native C backend testsAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-03stage2: remove the Cache deadlock detection codeAndrew Kelley
2021-01-03stage2: fix Cache debug deadlock code memory leakAndrew Kelley
2021-01-03stage2: Add support for testing LLVM enabled builds in test-stage2Timon Kruiper
2021-01-02Fix more stray uses of {} for formatting stringsLemonBoy
2020-12-31stage2: inferred local variablesAndrew Kelley
2020-12-29stage2 tests: improve C backend testingAndrew Kelley
2020-12-29stage2: C backend improvementsAndrew Kelley
2020-12-29stage2 tests: pass cwd to child process to fix exe pathAndrew Kelley
2020-12-28stage2 tests: fix incorrect path used for execution binaryAndrew Kelley
2020-12-28stage2 tests: better failure reporting for failed executionAndrew Kelley
2020-12-28stage2: improve test harness to support executing generated C codeAndrew Kelley
2020-12-28stage2: C backend: implement `@breakpoint` and clean up test harnessAndrew Kelley
2020-12-23Don't use emit-h in test cases for other backends.Alex Cameron
2020-12-23Fix a dumbNoam Preil
2020-12-23Add header test harnessNoam Preil
2020-12-20update stage2 test harness to new std.Progress APIAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-04stage2: introduce Module.failed_root_source_fileAndrew Kelley
2020-12-02wire up -Dskip-non-native to stage2 testsAndrew Kelley
2020-10-30stage2: fix test harness tmp path handlingVexu
2020-09-30stage2: support multiple files in testsVexu
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-22stage2: implement using the global cache dirAndrew Kelley
2020-09-21fix regressed stage2 test harnessAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley