Skip to content

Commit 55cc9dd

Browse files
committed
ci: Enable -Dtest-slow-targets.
1 parent 927bc55 commit 55cc9dd

10 files changed

+20
-10
lines changed

ci/aarch64-linux-debug.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ stage3-debug/bin/zig build test docs \
6262
-Dtarget=native-native-musl \
6363
--search-prefix "$PREFIX" \
6464
--zig-lib-dir "$PWD/../lib" \
65-
-Denable-tidy
65+
-Denable-tidy \
66+
-Dtest-slow-targets
6667

6768
# Ensure that updating the wasm binary from this commit will result in a viable build.
6869
stage3-debug/bin/zig build update-zig1

ci/aarch64-linux-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ stage3-release/bin/zig build test docs \
6262
-Dtarget=native-native-musl \
6363
--search-prefix "$PREFIX" \
6464
--zig-lib-dir "$PWD/../lib" \
65-
-Denable-tidy
65+
-Denable-tidy \
66+
-Dtest-slow-targets
6667

6768
# Ensure that stage3 and stage4 are byte-for-byte identical.
6869
stage3-release/bin/zig build \

ci/aarch64-macos-debug.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ stage3-debug/bin/zig build test docs \
5555
-Denable-macos-sdk \
5656
-Dstatic-llvm \
5757
-Dskip-non-native \
58-
--search-prefix "$PREFIX"
58+
--search-prefix "$PREFIX" \
59+
-Dtest-slow-targets

ci/aarch64-macos-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ stage3-release/bin/zig build test docs \
5555
-Denable-macos-sdk \
5656
-Dstatic-llvm \
5757
-Dskip-non-native \
58-
--search-prefix "$PREFIX"
58+
--search-prefix "$PREFIX" \
59+
-Dtest-slow-targets
5960

6061
# Ensure that stage3 and stage4 are byte-for-byte identical.
6162
stage3-release/bin/zig build \

ci/aarch64-windows.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ Write-Output "Main test suite..."
6767
--search-prefix "$PREFIX_PATH" `
6868
-Dstatic-llvm `
6969
-Dskip-non-native `
70-
-Denable-symlinks-windows
70+
-Denable-symlinks-windows `
71+
-Dtest-slow-targets
7172
CheckLastExitCode
7273

7374
# Ensure that stage3 and stage4 are byte-for-byte identical.

ci/x86_64-linux-debug.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ stage3-debug/bin/zig build test docs \
7070
-Dtarget=native-native-musl \
7171
--search-prefix "$PREFIX" \
7272
--zig-lib-dir "$PWD/../lib" \
73-
-Denable-tidy
73+
-Denable-tidy \
74+
-Dtest-slow-targets
7475

7576
# Ensure that updating the wasm binary from this commit will result in a viable build.
7677
stage3-debug/bin/zig build update-zig1

ci/x86_64-linux-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ stage3-release/bin/zig build test docs \
7070
-Dtarget=native-native-musl \
7171
--search-prefix "$PREFIX" \
7272
--zig-lib-dir "$PWD/../lib" \
73-
-Denable-tidy
73+
-Denable-tidy \
74+
-Dtest-slow-targets
7475

7576
# Ensure that stage3 and stage4 are byte-for-byte identical.
7677
stage3-release/bin/zig build \

ci/x86_64-macos-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ stage3/bin/zig build test docs \
5959
-Denable-macos-sdk \
6060
-Dstatic-llvm \
6161
-Dskip-non-native \
62-
--search-prefix "$PREFIX"
62+
--search-prefix "$PREFIX" \
63+
-Dtest-slow-targets
6364

6465
# Ensure that stage3 and stage4 are byte-for-byte identical.
6566
stage3/bin/zig build \

ci/x86_64-windows-debug.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Write-Output "Main test suite..."
6868
-Dstatic-llvm `
6969
-Dskip-non-native `
7070
-Dskip-release `
71-
-Denable-symlinks-windows
71+
-Denable-symlinks-windows `
72+
-Dtest-slow-targets
7273
CheckLastExitCode
7374

7475
Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."

ci/x86_64-windows-release.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ Write-Output "Main test suite..."
6767
--search-prefix "$PREFIX_PATH" `
6868
-Dstatic-llvm `
6969
-Dskip-non-native `
70-
-Denable-symlinks-windows
70+
-Denable-symlinks-windows `
71+
-Dtest-slow-targets
7172
CheckLastExitCode
7273

7374
# Ensure that stage3 and stage4 are byte-for-byte identical.

0 commit comments

Comments
 (0)