Skip to content

Commit 5ff8a1f

Browse files
committed
need to ignore (thread) leaks
1 parent 7e19807 commit 5ff8a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ std)
7070
2>&1 | ts -i '%.s '
7171
echo "::endgroup::"
7272
done
73+
# "sleep" has a thread leak that we have to ignore
7374
echo "::group::Testing remaining std (except for $SKIP)"
74-
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-permissive-provenance" \
75+
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-permissive-provenance" \
7576
./run-test.sh std --lib --tests \
7677
-- $(for M in $CORE; do echo "--skip $M "; done) $(for M in $SKIP; do echo "--skip $M "; done) \
7778
2>&1 | ts -i '%.s '

0 commit comments

Comments
 (0)