aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-25 16:30:40 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-25 16:30:40 -0500
commitf33bf48af7d9c99d532864f8a6c3f695ad5bbd21 (patch)
treefa39bd6b654178e653d06e1c79f22ad1d29cd526 /ci
parent64365bc5d7b1e2c507806ee8976acc3479ad7862 (diff)
parent416a547cdb8dbbf3d2e7ce32132f0a25f2a8607e (diff)
downloadzig-f33bf48af7d9c99d532864f8a6c3f695ad5bbd21.tar.gz
zig-f33bf48af7d9c99d532864f8a6c3f695ad5bbd21.zip
Merge remote-tracking branch 'origin/master' into llvm10
Diffstat (limited to 'ci')
-rwxr-xr-xci/srht/freebsd_script31
1 files changed, 7 insertions, 24 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script
index b4f0a3ade3..37f78291e5 100755
--- a/ci/srht/freebsd_script
+++ b/ci/srht/freebsd_script
@@ -34,38 +34,21 @@ release/bin/zig build test-behavior
# release/bin/zig build test-std
release/bin/zig build test-compiler-rt
-
-# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
-# See https://github.com/ziglang/zig/issues/3210
-# release/bin/zig build test-compare-output
-
-# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
-# See https://github.com/ziglang/zig/issues/3210
-# release/bin/zig build test-standalone
-
+release/bin/zig build test-compare-output
+release/bin/zig build test-standalone
release/bin/zig build test-stack-traces
release/bin/zig build test-cli
release/bin/zig build test-asm-link
release/bin/zig build test-runtime-safety
-
-# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
-# See https://github.com/ziglang/zig/issues/3210
-# release/bin/zig build test-translate-c
-
+release/bin/zig build test-translate-c
+release/bin/zig build test-run-translated-c
release/bin/zig build test-gen-h
-
-# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
-# See https://github.com/ziglang/zig/issues/3210
-# release/bin/zig build test-compile-errors
-
-# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
-# See https://github.com/ziglang/zig/issues/3210
-# release/bin/zig build docs
+release/bin/zig build test-compile-errors
+release/bin/zig build docs
if [ -f ~/.s3cfg ]; then
mv ../LICENSE release/
- # Enable when `release/bin/zig build docs` passes without "out of memory" or failures
- #mv ../zig-cache/langref.html release/
+ mv ../zig-cache/langref.html release/
mv release/bin/zig release/
rmdir release/bin