bjorn3 commented on issue #2957:
These test can also run on other targets. They only require the x86_64 backend to be available.
bjorn3 commented on issue #2957:
Also please use
#![cfg_attr(..., ignore)]
instead of completely cfging them away. That way it is still checked if it compiles and you see how many ignoree tests there are.
Last updated: Jan 24 2025 at 00:11 UTC