aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-09-16 14:38:35 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-09-16 14:51:03 +0200
commitfc20677fde9155c8dbd694eb157b63317623fbc6 (patch)
treeeb3e626df7197386821854c8265093501a852003 /ci
parent496313a1bd4e8a4663ea99942d179a52b57e04e6 (diff)
downloadzig-fc20677fde9155c8dbd694eb157b63317623fbc6.tar.gz
zig-fc20677fde9155c8dbd694eb157b63317623fbc6.zip
test: remove test-compare-output and test-asm-link tests
These were low value and unfocused tests. We already have coverage of the important aspects of these tests elsewhere. Additionally, there was really no need for these to have their own test harness.
Diffstat (limited to 'ci')
-rwxr-xr-xci/riscv64-linux-debug.sh2
-rwxr-xr-xci/riscv64-linux-release.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/riscv64-linux-debug.sh b/ci/riscv64-linux-debug.sh
index 8ce5c21d48..828eb45c6f 100755
--- a/ci/riscv64-linux-debug.sh
+++ b/ci/riscv64-linux-debug.sh
@@ -49,7 +49,7 @@ unset CXX
ninja install
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
-stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-asm-link test-llvm-ir \
+stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-llvm-ir \
--maxrss 68719476736 \
-Dstatic-llvm \
-Dskip-non-native \
diff --git a/ci/riscv64-linux-release.sh b/ci/riscv64-linux-release.sh
index 85d1ec2529..f6c5ada1c9 100755
--- a/ci/riscv64-linux-release.sh
+++ b/ci/riscv64-linux-release.sh
@@ -49,7 +49,7 @@ unset CXX
ninja install
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
-stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-asm-link test-llvm-ir \
+stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-stack-traces test-llvm-ir \
--maxrss 68719476736 \
-Dstatic-llvm \
-Dskip-non-native \