aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
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
2019-12-09remove var args from the languageAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30Eat shit and die mipsLemonBoy
2019-11-30Eat shit and die glibcLemonBoy
2019-11-30linux-i386 supportLemonBoy
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-11Fix cross-compilation to i386-windows-msvcLemonBoy
2019-10-10Add i386/mingw to the test roosterLemonBoy
2019-09-27Enable mipsel+libc tests on CILemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-09-25enable test coverage for armv8-linux-musleabihfAndrew Kelley
2019-09-22enable test coverage for cross compiling windows mingw-w64Andrew Kelley
2019-09-22do the release tests last because they take longerAndrew Kelley
2019-09-22disable running cross compiled macos testsAndrew Kelley
2019-09-22significantly increase test coverageAndrew Kelley
2019-09-10fix tests.addPkgTests to always run native targetMichael Dusan
2019-09-03rename test-compare-panic to test-stack-tracesAndrew Kelley
2019-09-03rename compare-panic to compare-stack-tracesAndrew Kelley
2019-09-03test: add compare-panicMichael Dusan
2019-08-20specify the target for the newest test caseAndrew Kelley
2019-07-22compiler-rt: add __muldi3Andrew Kelley