We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e19807 commit 5ff8a1fCopy full SHA for 5ff8a1f
ci-test.sh
@@ -70,8 +70,9 @@ std)
70
2>&1 | ts -i '%.s '
71
echo "::endgroup::"
72
done
73
+ # "sleep" has a thread leak that we have to ignore
74
echo "::group::Testing remaining std (except for $SKIP)"
- MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-permissive-provenance" \
75
+ MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-permissive-provenance" \
76
./run-test.sh std --lib --tests \
77
-- $(for M in $CORE; do echo "--skip $M "; done) $(for M in $SKIP; do echo "--skip $M "; done) \
78
0 commit comments