ignore run-make tests that need std on no_std targets

In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
This commit is contained in:
Folkert de Vries 2025-06-12 15:06:12 +02:00
parent fd50e1012f
commit efaf3eb8a0
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
108 changed files with 184 additions and 21 deletions

View file

@ -4,6 +4,7 @@
// was shortened down to an appropriate length.
// See https://github.com/rust-lang/rust/issues/107910
//@ needs-target-std
//@ ignore-windows
// Reason: the assert_eq! on line 32 fails, as error output on Windows is different.