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 fa53de6 commit 6233cc0Copy full SHA for 6233cc0
src/ci/docker/host-x86_64/arm-android/Dockerfile
@@ -34,7 +34,7 @@ ENV TARGETS=arm-linux-androideabi
34
35
ENV RUST_CONFIGURE_ARGS --android-ndk=/android/ndk/
36
37
-ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target $TARGETS
+ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target $TARGETS tests/ui/test-attrs/test-panic-abort.rs tests/ui/test-attrs/test-panic-abort-nocapture.rs
38
39
COPY scripts/sccache.sh /scripts/
40
RUN sh /scripts/sccache.sh
0 commit comments