authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-13 16:56:26-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-14 12:00:38-05:00
log058f38220afecb96d115143f8888496162029aed
tree0fc97f877bf272c712a7014ba21892be1781d80f
parent40b9db7cad6f876bb3e8fa32d7b32bbd4bc983ea

enable passing freebsd tests

See #3210 and #4455

1 files changed, 7 insertions(+), 24 deletions(-)

ci/srht/freebsd_script+7-24
......@@ -34,38 +34,21 @@ release/bin/zig build test-behavior
3434# release/bin/zig build test-std
3535
3636release/bin/zig build test-compiler-rt
37
38# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
39# See https://github.com/ziglang/zig/issues/3210
40# release/bin/zig build test-compare-output
41
42# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
43# See https://github.com/ziglang/zig/issues/3210
44# release/bin/zig build test-standalone
45
37release/bin/zig build test-compare-output
38release/bin/zig build test-standalone
4639release/bin/zig build test-stack-traces
4740release/bin/zig build test-cli
4841release/bin/zig build test-asm-link
4942release/bin/zig build test-runtime-safety
50
51# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
52# See https://github.com/ziglang/zig/issues/3210
53# release/bin/zig build test-translate-c
54
43release/bin/zig build test-translate-c
44release/bin/zig build test-run-translated-c
5545release/bin/zig build test-gen-h
56
57# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
58# See https://github.com/ziglang/zig/issues/3210
59# release/bin/zig build test-compile-errors
60
61# This test is disabled because it triggers "out of memory" on the sr.ht CI service.
62# See https://github.com/ziglang/zig/issues/3210
63# release/bin/zig build docs
46release/bin/zig build test-compile-errors
47release/bin/zig build docs
6448
6549if [ -f ~/.s3cfg ]; then
6650 mv ../LICENSE release/
67 # Enable when `release/bin/zig build docs` passes without "out of memory" or failures
68 #mv ../zig-cache/langref.html release/
51 mv ../zig-cache/langref.html release/
6952 mv release/bin/zig release/
7053 rmdir release/bin
7154