Group all ABI tests. #62401
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
There are a bunch of run-pass tests that should be in
run-pass/abi
(or some other directory if anyone has a better suggestion), and many of them are mentioned here:rust/src/test/run-pass/abi-sysv64-arg-passing.rs
Lines 7 to 23 in baab191
You can also look for tests that mention
rust_test_helpers
- most of the functions from that C library are used to test ABIs.cc @nagisa @rkruppe
This issue has been assigned to @kper via this comment.
The text was updated successfully, but these errors were encountered: