aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2024-11-02std.zig.target: Change mips64(el)-linux-musl triples to -muslabi64.Alex Rønne Petersen
2024-10-15test: Add riscv(32,64)-linux-(none,musl) with soft float to module tests.Alex Rønne Petersen
2024-10-05tests: add `test-incremental` stepmlugg
2024-10-04test: Add s390x-linux-(none,musl,gnu) triples to module tests.Alex Rønne Petersen
2024-09-20test: Add `riscv32-linux-(none,musl,gnu)` triples for module tests.Alex Rønne Petersen
2024-09-19Revert "tests: skip native CPU std tests on Windows"Alex Rønne Petersen
2024-09-19test: Re-enable LLVM riscv64 module tests.Alex Rønne Petersen
2024-09-10test: Switch all `arm-linux-*` triples for module tests from v8a to v7a.Alex Rønne Petersen
2024-09-10test: Add arm, mips, and powerpc soft float targets to module tests.Alex Rønne Petersen
2024-09-06std.zig.target: Split `powerpc-linux-musl` triple into `powerpc-linux-musleab...Alex Rønne Petersen
2024-09-06std.zig.target: Split `mips(el)-linux-musl` triples into `mips(el)-linux-musl...Alex Rønne Petersen
2024-09-05test: Add `powerpc64-linux-(none,musl)` triples to module tests.Alex Rønne Petersen
2024-08-18test: Add `mips64(el)-linux-(none,musl,gnuabi64)` targets.Alex Rønne Petersen
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-14build/test: Add -Dtest-slow-targets and move mips module tests behind it.Alex Rønne Petersen
2024-08-14build/test: Add -Dtest-target-filter for filtering module tests by target tri...Alex Rønne Petersen
2024-08-14test: Re-enable mips(el)-linux-gnueabihf tests.Alex Rønne Petersen
2024-08-13Merge pull request #21053 from alexrp/mips-testsAndrew Kelley
2024-08-13test: Re-enable armv8-linux-gnueabihf tests.Alex Rønne Petersen
2024-08-12test: Re-enable mips(el)-linux(-musl) tests.Alex Rønne Petersen
2024-08-01build.zig: fix -Dskip-non-nativeAndrew Kelley
2024-07-26riscv: implement `@clz`David Rubin
2024-07-14riscv: vectors part 1David Rubin
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-06-02pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`Veikka Tuominen
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-19disable RISC-V CI testing due to LLVM's O(N^2) codegenAndrew Kelley
2024-04-13cbe: fix optional codegenJacob Young
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-07Promote linker test cases to packagesCarl Åstholm
2024-04-07Turn "simple" standalone test cases into a packageCarl Åstholm
2024-04-07Don't add standalone test cases until we've built stage3Carl Åstholm
2024-04-07Promote standalone test cases to packagesCarl Åstholm
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-08test manifest key checking and other fixesfebruary cozzocrea
2024-02-26change default WASI stack sizeAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-24Revert "tests: add -Dskip-cross-glibc option"Jacob Young
2024-02-20c_import: extract behavior tests that use `@cImport`Jacob Young
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-01-24test/link/link: pass build options to elf and macho testsJakub Konka
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley