Skip to content

Commit cf3610d

Browse files
committed
---
yaml --- r: 55213 b: refs/heads/snap-stage3 c: 08dd625 h: refs/heads/master i: 55211: a0e34cf v: v3
1 parent ed0d8d1 commit cf3610d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 55fbc47af15bb1a8d930a7623737903c54b58349
4+
refs/heads/snap-stage3: 08dd625d455548c7a5795db930ebfc5e3b1eb9c4
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/compiletest/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn is_test_ignored(config: config, testfile: &Path) -> bool {
8888
if config.mode == common::mode_pretty &&
8989
parse_name_directive(ln, ~"xfail-pretty") { return true; }
9090
};
91-
return true;
91+
return false;
9292

9393
fn xfail_target() -> ~str {
9494
~"xfail-" + str::from_slice(os::SYSNAME)

0 commit comments

Comments
 (0)