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
// The way test suites run can be modified using configuration flags,
2
+
// ignoring certain tests while running others. This test contains two
3
+
// functions, one which must run and the other which must not. The standard
4
+
// output is checked to verify that the ignore configuration is doing its job,
5
+
// and that output is successfully minimized with the --quiet flag.
6
+
// See https://github.com/rust-lang/rust/commit/f7ebe23ae185991b0fee05b32fbb3e29b89a41bf
7
+
8
+
//@ ignore-cross-compile
9
+
// Reason: the compiled binary is executed
10
+
11
+
use run_make_support::{run, run_with_args, rustc};
0 commit comments