Skip to content

Commit 5f44a13

Browse files
committed
xfail some tests that hang (instead of segfaulting) since eafb678
See issue #936
1 parent eafb678 commit 5f44a13

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/test/compile-fail/extfmt-non-literal2.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// error-pattern: literal
22

3+
// xfail-test (issue #936)
4+
5+
36
fn main() {
47
// #fmt's first argument must be a literal. Hopefully this
58
// restriction can be eased eventually to just require a
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// error-pattern:too many arguments
22

3+
// xfail-test (issue #936)
4+
35
use std;
46

57
fn main() { let s = #fmt["%s", "test", "test"]; }

0 commit comments

Comments
 (0)