summaryrefslogtreecommitdiff
path: root/gnu/packages/rust.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-10-22 18:55:10 +0300
committerAndreas Enge <andreas@enge.fr>2026-02-21 10:14:47 +0100
commitdde00869739e09c5d6f1f52dc430a8821eabcb68 (patch)
tree73dd01d8ded5df46657ff2e9fee3f8053639ce5e /gnu/packages/rust.scm
parent547876897d153659ae0091c19bc3242f69870422 (diff)
gnu: rust: Don't skip extra tests on aarch64-linux.
* gnu/packages/rust.scm (rust)[arguments]: Remove the phase skipping some tests on aarch64-linux. Change-Id: I666237326f4208f9efbfe980c84384fa5f324fe3
Diffstat (limited to 'gnu/packages/rust.scm')
-rw-r--r--gnu/packages/rust.scm31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 1f2aba2a84c..53f42f7242c 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1696,37 +1696,6 @@ ge13ca993e8ccb9ba9847cc330696e02839f328f7/jemalloc"))
1696 ,@(make-ignore-test-list 1696 ,@(make-ignore-test-list
1697 '("fn test_missing_tests"))))))) 1697 '("fn test_missing_tests")))))))
1698 `()) 1698 `())
1699 ,@(if (target-aarch64?)
1700 ;; Keep this phase separate so it can be adjusted without needing
1701 ;; to adjust the skipped tests on other architectures.
1702 `((add-after 'unpack 'disable-tests-broken-on-aarch64
1703 (lambda _
1704 (with-directory-excursion "src/tools/cargo/tests/testsuite"
1705 (substitute* "build_script_extra_link_arg.rs"
1706 ,@(make-ignore-test-list
1707 '("fn build_script_extra_link_arg_bin_single")))
1708 (substitute* "build_script.rs"
1709 ,@(make-ignore-test-list
1710 '("fn env_test")))
1711 (substitute* "cache_lock.rs"
1712 ,@(make-ignore-test-list
1713 '("fn download_then_mutate")))
1714 (substitute* "collisions.rs"
1715 ,@(make-ignore-test-list
1716 '("fn collision_doc_profile_split")))
1717 (substitute* "concurrent.rs"
1718 ,@(make-ignore-test-list
1719 '("fn no_deadlock_with_git_dependencies")))
1720 (substitute* "features2.rs"
1721 ,@(make-ignore-test-list
1722 '("fn dep_with_optional_host_deps_activated"))))
1723 (with-directory-excursion "src/tools/clippy/tests"
1724 ;; `"vectorcall"` is not a supported ABI for the current target
1725 (delete-file "ui/missing_const_for_fn/could_be_const.rs")
1726 (substitute* "missing-test-files.rs"
1727 ,@(make-ignore-test-list
1728 '("fn test_missing_tests")))))))
1729 `())
1730 (add-after 'unpack 'disable-miscellaneous-broken-tests 1699 (add-after 'unpack 'disable-miscellaneous-broken-tests
1731 (lambda _ 1700 (lambda _
1732 (substitute* "src/tools/cargo/tests/testsuite/check_cfg.rs" 1701 (substitute* "src/tools/cargo/tests/testsuite/check_cfg.rs"