Skip to content

Commit 5955969

Browse files
committed
run the full test suite under FreeBSD
1 parent e065e27 commit 5955969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/ci/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ case $HOST_TARGET in
162162
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
163163
MANY_SEEDS=16 TEST_TARGET=x86_64-unknown-illumos run_tests
164164
MANY_SEEDS=16 TEST_TARGET=x86_64-pc-solaris run_tests
165+
MANY_SEEDS=16 TEST_TARGET=x86_64-unknown-freebsd run_tests
166+
MANY_SEEDS=16 TEST_TARGET=i686-unknown-freebsd run_tests
165167
# Partially supported targets (tier 2)
166168
BASIC="empty_main integer heap_alloc libc-mem vec string btreemap" # ensures we have the basics: pre-main code, system allocator
167169
UNIX="hello panic/panic panic/unwind concurrency/simple atomic libc-mem libc-misc libc-random env num_cpus" # the things that are very similar across all Unixes, and hence easily supported there
168-
TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal $BASIC $UNIX time hashmap random thread sync concurrency fs libc-pipe affinity
169-
TEST_TARGET=i686-unknown-freebsd run_tests_minimal $BASIC $UNIX time hashmap random thread sync concurrency fs libc-pipe affinity
170170
TEST_TARGET=aarch64-linux-android run_tests_minimal $BASIC $UNIX time hashmap random thread sync concurrency epoll eventfd
171171
TEST_TARGET=wasm32-wasip2 run_tests_minimal $BASIC wasm
172172
TEST_TARGET=wasm32-unknown-unknown run_tests_minimal no_std empty_main wasm # this target doesn't really have std

0 commit comments

Comments
 (0)