diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-10-26 12:08:45 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-26 12:09:15 -0400 |
| commit | 05fd59e06a1795828ffdd98c3b2b6c4428d339ea (patch) | |
| tree | a700cc9d9d2c01d4730c8d4145b5cd97084fd298 /ci | |
| parent | 3aeb1b115d5de3ebae6fdbbb8d2f87c875413f87 (diff) | |
| download | zig-05fd59e06a1795828ffdd98c3b2b6c4428d339ea.tar.gz zig-05fd59e06a1795828ffdd98c3b2b6c4428d339ea.zip | |
ci: enable more passing tests on aarch64-linux
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/drone/linux_script | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ci/drone/linux_script b/ci/drone/linux_script index 4dee1996f0..77d5e9cf48 100755 --- a/ci/drone/linux_script +++ b/ci/drone/linux_script @@ -20,9 +20,16 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local make -j$(nproc) install -./zig build test-behavior -# TODO figure out why running docs is causing EBADF on dup2 in the child -# ./zig build docs +./zig build test-fmt test-behavior test-std test-compiler-rt +# TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526 +./zig build test-compare-output test-standalone test-stack-traces +# TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526 +./zig build test-asm-link test-runtime-safety +# TODO test-translate-c is hitting https://github.com/ziglang/zig/issues/3526 +./zig build test-gen-h +# TODO test-compile-errors is hitting https://github.com/ziglang/zig/issues/3526 +# TODO building docs is hitting https://github.com/ziglang/zig/issues/3526 + # TODO full test suite: #./zig build test |
