aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2022-09-07tests: force LLD off for stage2 backends until auto-select deems worthyJakub Konka
2022-09-07enable testing of x86_64-windows-gnu using self-hosted backend and linkerJakub Konka
2022-08-22test harness: don't skip testsAndrew Kelley
2022-08-19test-stack-traces: relax parsing rulesAndrew Kelley
2022-08-19build: hook up -Dskip-stage2-tests and remove test-toolchainAndrew Kelley
2022-08-19make self-hosted the default compilerAndrew Kelley
2022-08-19build: remove the option to omit stage2Andrew Kelley
2022-08-11disable failing C backend behavior test on WindowsAndrew Kelley
2022-07-25wasm: Enable C-ABI tests for self-hosted compilerLuuk de Gram
2022-07-21tests: remove superfluous newlines from logsAndrew Kelley
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-06-20link-tests: CheckFileStep to do grep test on the binaryJakub Konka
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-05-22stage2: append min version to target triple when lowering to LLVMJakub Konka
2022-05-13migrate runtime safety tests to the new test harnessAndrew Kelley
2022-05-05CI: add non-LLVM backends to the test matrixAndrew Kelley
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-02-06Replace argvCmd with std.mem.joinCody Tapscott
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-24Normalize some build function namesJonathan Marler
2021-12-16glibc: fix inconsistency of powerpc ABI mappingAndrew Kelley
2021-12-15glibc: fix inconsistency of mips ABI mappingAndrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02Remove .disable_native for x86_64-macos as it's fixed nowJakub Konka
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Spelling corrections (#9833)Josh Soref
2021-09-07Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...Jonathan Marler
2021-08-31re-enable all the MIPS testsAndrew Kelley
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-08-02Add -Denable-macos-sdk explicit flag to build.zigJakub Konka
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-13format zig files and add formatting check to cijacob gw
2021-06-12std.build: don't default to static linkageVeikka Tuominen
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...Felix (xq) Queißner
2021-06-11Changes createExecutable parameter is_dynamic to a enum to make code more rea...Felix (xq) Queißner
2021-06-06Revert "tests: disable i386-linux-gnu -lc target due to CI failures"LemonBoy
2021-05-28tests: disable i386-linux-gnu -lc target due to CI failuresAndrew Kelley
2021-05-25standalone tests may now test cross targets and build modes.xavier
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11test: Enable i386-linux-gnu testLemonBoy
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley