aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2023-01-14also run C ABI tests with -OReleaseFastVeikka Tuominen
2022-12-07disable failing behavior tests with -ofmt=c -target x86_64-windowsAndrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-11-30add test coverage for zig build CLI and options APIAndrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-26test-link: add -Denable-symlinks-windows to opt-in to using symlinkskcbanner
2022-11-21disable failing arm-linux non-llvm backend testsAndrew Kelley
2022-11-10win: combine PDB fixes into one changesetJakub Konka
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-01build: remove `ofmt` from `LibExeObjStep` which is redundant with `target.ofmt`Jacob Young
2022-10-31cbe: improve support for non-native float typesJacob Young
2022-10-30CI: disable failing C backend testAndrew Kelley
2022-10-22x86_64 llvm: correct lowering of ptr sized float structVeikka Tuominen
2022-10-22build.zig: separate C ABI tests from standalone testsVeikka Tuominen
2022-10-18Sema: implement linksection on functionsjacobly0
2022-10-13tests: Enable PPC64LE as a test targetCody Tapscott
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