aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-28restructuring std.Target for OS version ranges, pass 1Andrew Kelley
2020-02-26update test expectationsAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-20Merge remote-tracking branch 'origin/master' into sub-architecture-annihilationAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-20ir: Compile error on result_loc type mismatch w/ slicingLemonBoy
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-17enable behavior and std lib tests for RISC-V 64-bitAndrew Kelley
2020-01-26fix regression in windows stack traces tty detectionAndrew Kelley
2020-01-23fix incorrect list of sub-arches for aarch64Andrew Kelley
2020-01-23use an older arm64 sub-arch for test suiteAndrew Kelley
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21Revert "tests: use an older aarch64 sub-arch"Andrew Kelley
2020-01-21tests: use an older aarch64 sub-archAndrew Kelley
2020-01-05fix test-gen-h and test-compile-errors regressionAndrew Kelley
2020-01-05fix test-stack-traces regressionAndrew Kelley
2020-01-05rework and improve some of the zig build stepsAndrew Kelley
2020-01-03add test harness for "run translated C" testsAndrew Kelley
2020-01-02translate-c tests: print clang compile errors on nonzero exit codeAndrew Kelley
2019-12-29use self hosted translate-c for cimportsVexu
2019-12-13revert removal of translate mode in stage 1Vexu
2019-12-12update testsVexu