You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason = "The constructed `Level` is only used in some cfgs."
45
45
)]
46
+
#[allow(
47
+
dead_code,
48
+
reason = "The `UNSUPPORTED_LEVEL_MESSAGE` is only used in some cfgs."
49
+
)]
46
50
#[test]
47
51
fnsupports_highest_level(){
52
+
constUNSUPPORTED_LEVEL_MESSAGE:&str = "This means that some of the other tests in this run may be false positives, that is, they have been marked as succeeding even though they would actually fail if they could run.\n\
53
+
When these tests are run on CI, any false positives should be caught.\n\
54
+
However, please open a thread in the #simd channel on the Linebender Zulip if you see this message.\n\
55
+
That would allow us to know whether it's worth us setting up the tests to run on an emulated system (such as using QEMU).";
56
+
48
57
// When running tests locally, ensure that every SIMD level to be tested is actually supported. The tests themselves
49
58
// will return early and pass if run with an unsupported SIMD level.
0 commit comments