Skip to content

Commit 17493df

Browse files
Auto merge of #142886 - Enselic:aarch64-panic, r=<try>
ci: aarch64-gnu: Stop skipping `panic_abort_doc_tests` The skipped test passes since `nightly-2024-11-29`. See #123733 (comment) and #123733 (comment) for more info. Let's stop skipping it to increase the chance of detecting a regression. r? `@cuviper` who added the skip in #123828 Also see #142304 for an alternative regression test that I am hoping to also land in the near future to complement the test we now stop skipping, but I need to investigate that setup more. <!-- homu-ignore:start --> <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> --> <!-- homu-ignore:end --> try-job: aarch64-gnu
2 parents 4e97337 + 45538e0 commit 17493df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ ENV RUST_CONFIGURE_ARGS \
2626
--enable-sanitizers \
2727
--enable-profiler \
2828
--enable-compiler-docs
29-
# FIXME: Skipping cargo panic_abort_doc_tests due to https://github.com/rust-lang/rust/issues/123733
3029
ENV SCRIPT python3 ../x.py --stage 2 test && \
31-
python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"
30+
python3 ../x.py --stage 2 test src/tools/cargo

0 commit comments

Comments
 (0)