aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
AgeCommit message (Expand)Author
2025-09-16test: remove test-compare-output and test-asm-link testsAlex Rønne Petersen
2025-09-03Revert "test: disable non-native loongarch64 behavior and std tests"Alex Rønne Petersen
2025-08-30test: use -Wno-unterminated-string-initialization for cbe testsAlex Rønne Petersen
2025-08-30test: use long calls for hexagon-linux module testsAlex Rønne Petersen
2025-08-30test: expand C ABI test coverage to hexagon-linux-muslAlex Rønne Petersen
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
2025-07-25init: replace '--strip' with '--minimal'mlugg
2025-07-24Revert "disable -fno-llvm -target wasm32-wasi testing"Pavel Verigo
2025-07-23Merge pull request #24536 from jacobly0/aarch64Andrew Kelley
2025-07-23test: enable arm-freebsd-eabihf std testsAlex Rønne Petersen
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-19disable -fno-llvm -target wasm32-wasi testingAndrew Kelley
2025-07-16test: mark riscv soft float targets as extra targetsAlex Rønne Petersen
2025-07-15better default min versions for freebsd and netbsdAndrew Kelley
2025-07-11test: disable non-native loongarch64 behavior and std testsAlex Rønne Petersen
2025-07-08CI: disable self-hosted riscv64Andrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-07-05test: More cleanup of Windows targets in the module test matrixAlex Rønne Petersen
2025-07-03test: Respect various test skip options in test-casesAlex Rønne Petersen
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-06CI: skip llvm backend tests in the script for testing x86 backendAndrew Kelley
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