aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2025-06-06restore debug llvm CI coverageAndrew Kelley
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-05test: Expand target coverage for C ABI tests.Alex Rønne Petersen
2025-05-29test: Add NetBSD targets to module test matrix.Alex Rønne Petersen
2025-05-29test: Add FreeBSD targets to module test matrix.Alex Rønne Petersen
2025-05-29test: Improve Windows module test coverage.Alex Rønne Petersen
2025-05-29test: Skip *-windows-msvc + libc module tests on non-Windows.Alex Rønne Petersen
2025-05-29test: Sort module test and C ABI test target tables.Alex Rønne Petersen
2025-05-25Merge pull request #23815 from alichraghi/masterRobin Voetter
2025-05-21spirv: super basic composite int supportAli Cheraghi
2025-05-20test-cli: port build options test to new build system APIJacob Young
2025-05-19test: Enable x86-linux-musl with dynamic linkage in the module test matrix.Alex Rønne Petersen
2025-05-12std.Build: Make no_builtin a property of Module instead of Step.Compile.Alex Rønne Petersen
2025-05-12test: Add test-llvm-ir step and harness for testing generated LLVM IR.Alex Rønne Petersen
2025-05-08test: Add MIPS N32 targets to the module test matrix.Alex Rønne Petersen
2025-05-08test: Add dynamic musl targets to the module test matrix.Alex Rønne Petersen
2025-04-17test: Add powerpc-linux-gnueabi(hf) to the module test matrix.Alex Rønne Petersen
2025-04-12Merge pull request #23529 from alexrp/2879-groundworkAlex Rønne Petersen
2025-04-11Introduce libzigc for libc function implementations in Zig.Alex Rønne Petersen
2025-04-11test: Add hexagon-linux-(none,musl) to the test matrix.Alex Rønne Petersen
2025-04-09Merge pull request #23501 from imreallybadatnames/masterimreallybadatnames™️
2025-04-07test: Add loongarch64-linux-(none,musl,gnu) to the test matrix.Alex Rønne Petersen
2025-04-04build: Rename -Dtest-slow-targets to -Dtest-extra-targets.Alex Rønne Petersen
2025-04-04test: mips32 is no longer a slow target with LLVM 20.Alex Rønne Petersen
2025-03-18spirv: require int8/int16 capabilitiesAli Cheraghi
2025-03-10Enable compiler-rt tests for wasm32-wasiPat Tullmann
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26reword deprecated error slightlyAndrew Kelley
2025-02-26langref: fix whitespaceAndrew Kelley
2025-02-26`@deprecated`: remove per-module flag in BuildLoris Cro
2025-02-26`@deprecated`: add testsLoris Cro
2025-02-24build: add spirv to test matrixAli Cheraghi
2025-01-15build: respect -Duse-llvm option when doing behavior testsAndrew Kelley
2025-01-07test: Enable long calls for all thumb/thumbeb module tests.Alex Rønne Petersen
2024-12-18tests.zig: migrate from deprecated std.Build APIsmlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-12-15Merge pull request #22219 from alexrp/arm-big-endianAlex Rønne Petersen
2024-12-13Add compiler internals testsCarl Åstholm
2024-12-13test: Add aarch64_be-linux-* to the module test matrix.Alex Rønne Petersen
2024-12-13test: Add thumbeb-linux-* to the module test matrix.Alex Rønne Petersen
2024-12-13test: Add armeb-linux-* to the module test matrix.Alex Rønne Petersen
2024-12-01test: Add x86_64-linux-(gnux32,muslx32) to module tests.Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-c-abi.Alex Rønne Petersen
2024-11-05Revert "test: Add aarch64_be-linux-(none,gnu,musl) to module tests."Alex Rønne Petersen
2024-11-04test: Add aarch64_be-linux-(none,gnu,musl) to module tests.Alex Rønne Petersen
2024-11-03Merge pull request #21599 from alexrp/thumb-portingAlex Rønne Petersen
2024-11-03test: Add thumb-linux-(musl)eabi(hf) target triples for module tests.Alex Rønne Petersen
2024-11-03test: Add the ability to skip specific modules for a target.Alex Rønne Petersen