issue-44056.rs was incorrectly moved to compile pass and should not if hardware does not support AVX #55996
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
See #55667.
There are two problems:
the issue-44056.rs test was incorrectly moved from run-pass (Compiled executable fails to launch when built with AVX and LTO enabled #44056) to compile-pass: this test must be executed
the issue-44056.rs test should not run on non-AVX hardware, and this cannot be checked in the test itself. That is, the test runner has to detect whether the host supports AVX, and then and only then, attempt to run the test.
cc @infinity0 @RalfJung @nikic @alexcrichton
The text was updated successfully, but these errors were encountered: