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: Nov 22 2024 at 17:03 UTC