aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-08fix missing compile error on assign to slice and array parametersVexu
2020-04-04rename mem.separate to mem.splitxackus
2020-04-03Merge pull request #4868 from xackus/new-arraylist-apiAndrew Kelley
2020-04-03add issue links to disabled test casesAndrew Kelley
2020-04-03change the default ABI of riscv64-linux-muslAndrew Kelley
2020-04-02ci: enable riscv64-linux testsAndrew Kelley
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-22ci: disable qemu-riscv64 tests due to qemu being too oldAndrew Kelley
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06Use in_stream.readAllAlloc where sensibledaurnimator