We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbc47 commit 08dd625Copy full SHA for 08dd625
src/compiletest/header.rs
@@ -88,7 +88,7 @@ pub fn is_test_ignored(config: config, testfile: &Path) -> bool {
88
if config.mode == common::mode_pretty &&
89
parse_name_directive(ln, ~"xfail-pretty") { return true; }
90
};
91
- return true;
+ return false;
92
93
fn xfail_target() -> ~str {
94
~"xfail-" + str::from_slice(os::SYSNAME)
0 commit comments