File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ degree documented below):
218
218
make no promises and we don't run tests for such targets.
219
219
- We have unofficial support (not maintained by the Miri team itself) for some further operating systems.
220
220
- `solaris` / `illumos` : maintained by @devnexen. Supports the entire test suite.
221
- - `freebsd` : maintained by @YohDeadfall. Supports `std::env` and parts of `std::{thread, fs}`, but not `std::sync` .
221
+ - `freebsd` : maintained by @YohDeadfall and @LorrensP-2158466. Supports the entire test suite .
222
222
- `android` : **maintainer wanted**. Support very incomplete, but a basic "hello world" works.
223
223
- `wasi` : **maintainer wanted**. Support very incomplete, not even standard output works, but an empty `main` function works.
224
224
- For targets on other operating systems, Miri might fail before even reaching the `main` function.
Original file line number Diff line number Diff line change @@ -162,11 +162,11 @@ case $HOST_TARGET in
162
162
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
163
163
MANY_SEEDS=16 TEST_TARGET=x86_64-unknown-illumos run_tests
164
164
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
165
167
# Partially supported targets (tier 2)
166
168
BASIC=" empty_main integer heap_alloc libc-mem vec string btreemap" # ensures we have the basics: pre-main code, system allocator
167
169
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
170
170
TEST_TARGET=aarch64-linux-android run_tests_minimal $BASIC $UNIX time hashmap random thread sync concurrency epoll eventfd
171
171
TEST_TARGET=wasm32-wasip2 run_tests_minimal $BASIC wasm
172
172
TEST_TARGET=wasm32-unknown-unknown run_tests_minimal no_std empty_main wasm # this target doesn't really have std
You can’t perform that action at this time.
0 commit comments