aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
2021-04-21test: Add 32bit PowerPC to the test planLemonBoy
2021-04-15fix new references to std.builtin that should have been std.TargetAndrew Kelley
2021-04-15stage2: improvements aimed at std lib integrationAndrew Kelley
2021-04-11Merge remote-tracking branch 'origin/master' into llvm12Michael Dusan
2021-04-10test: overhaul stack_trace testingMichael Dusan
2021-04-02disable failing MIPS tests due to LLVM12 regressionsAndrew Kelley
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02tests: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-08tests: run-translated-c now respects -DtargetAndrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-07-16add behavior tests fro macro translationsVexu
2020-06-09fix memory errorsJonathan Marler
2020-05-25Added custom build step id, made tests.zig steps use itAlexandros Naskos
2020-05-18Narrow down behaviour test cases; this removes wasmtime-enabled check in testsJakub Konka
2020-05-18Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...Jakub Konka