Skip to content

Commit b0d3fcd

Browse files
committed
Merge branch 'master' into parallelblake3
* master: (144 commits) llvm: remove some workarounds in loadTruncate() std.heap: define page size for alpha-netbsd std.zig.system: handle alpha, hppa, microblaze, sh in getExternalExecutor() std.debug: fix FP unwinding for hppa/hppa64 std.debug: fix FP unwind progress check for stackGrowth() == .up targets std.debug: FP unwinding is impossible on alpha, microblaze, sh std.debug.cpu_context: add signal_ucontext_t for alpha, hppa, microblaze, sh std.heap: define page size for hppa, sh on NetBSD std.heap: define page size for alpha, hppa, sh on OpenBSD std.heap: define page size for alpha, hppa, microblaze, sh on Linux std.atomic: define cache line size for alpha, hppa, microblaze, sh std.Thread: implement freeAndExit() for sh-linux std.Thread: implement freeAndExit() for microblaze-linux std.Thread: implement freeAndExit() for hppa-linux std.Thread: implement freeAndExit() for alpha-linux std.Thread: implement freeAndExit() for m68k-linux std.os.linux.tls: add hppa support std.os.linux.tls: add sh support std.os.linux.tls: add microblaze support std.os.linux.tls: add alpha support ...
2 parents 4b6f47c + bebfdc3 commit b0d3fcd

File tree

99 files changed

+6347
-3863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+6347
-3863
lines changed

ci/aarch64-linux-debug.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ stage3-debug/bin/zig build test docs \
5050
-Dtarget=native-native-musl \
5151
--search-prefix "$PREFIX" \
5252
--zig-lib-dir "$PWD/../lib" \
53-
-Denable-superhtml
53+
-Denable-superhtml \
54+
--test-timeout 3m
5455

5556
stage3-debug/bin/zig build \
5657
--prefix stage4-debug \

ci/aarch64-linux-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ stage3-release/bin/zig build test docs \
5050
-Dtarget=native-native-musl \
5151
--search-prefix "$PREFIX" \
5252
--zig-lib-dir "$PWD/../lib" \
53-
-Denable-superhtml
53+
-Denable-superhtml \
54+
--test-timeout 3m
5455

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

ci/aarch64-macos-debug.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ stage3-debug/bin/zig build test docs \
4646
-Denable-macos-sdk \
4747
-Dstatic-llvm \
4848
-Dskip-non-native \
49-
--search-prefix "$PREFIX"
49+
--search-prefix "$PREFIX" \
50+
--test-timeout 2m

ci/aarch64-macos-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ stage3-release/bin/zig build test docs \
4646
-Denable-macos-sdk \
4747
-Dstatic-llvm \
4848
-Dskip-non-native \
49-
--search-prefix "$PREFIX"
49+
--search-prefix "$PREFIX" \
50+
--test-timeout 2m
5051

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

ci/aarch64-windows.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Write-Output "Main test suite..."
5858
--search-prefix "$PREFIX_PATH" `
5959
-Dstatic-llvm `
6060
-Dskip-non-native `
61-
-Denable-symlinks-windows
61+
-Denable-symlinks-windows `
62+
--test-timeout 30m
6263
CheckLastExitCode
6364

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

ci/loongarch64-linux-debug.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ stage3-debug/bin/zig build test docs \
5050
-Dskip-non-native \
5151
-Dtarget=native-native-musl \
5252
--search-prefix "$PREFIX" \
53-
--zig-lib-dir "$PWD/../lib"
53+
--zig-lib-dir "$PWD/../lib" \
54+
--test-timeout 4m
5455

5556
stage3-debug/bin/zig build \
5657
--prefix stage4-debug \

ci/loongarch64-linux-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ stage3-release/bin/zig build test docs \
5050
-Dskip-non-native \
5151
-Dtarget=native-native-musl \
5252
--search-prefix "$PREFIX" \
53-
--zig-lib-dir "$PWD/../lib"
53+
--zig-lib-dir "$PWD/../lib" \
54+
--test-timeout 4m
5455

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

ci/riscv64-linux-debug.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-sta
5151
-Dskip-compile-errors \
5252
-Dtarget=native-native-musl \
5353
--search-prefix "$PREFIX" \
54-
--zig-lib-dir "$PWD/../lib"
54+
--zig-lib-dir "$PWD/../lib" \
55+
--test-timeout 4m

ci/riscv64-linux-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-s
5151
-Dskip-compile-errors \
5252
-Dtarget=native-native-musl \
5353
--search-prefix "$PREFIX" \
54-
--zig-lib-dir "$PWD/../lib"
54+
--zig-lib-dir "$PWD/../lib" \
55+
--test-timeout 4m

ci/x86_64-freebsd-debug.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ stage3-debug/bin/zig build test docs \
5151
-Dskip-windows \
5252
-Dskip-macos \
5353
--search-prefix "$PREFIX" \
54-
--zig-lib-dir "$PWD/../lib"
54+
--zig-lib-dir "$PWD/../lib" \
55+
--test-timeout 2m
5556

5657
stage3-debug/bin/zig build \
5758
--prefix stage4-debug \

0 commit comments

Comments
 (0)