xfail some tests that hang (instead of segfaulting) since eafb6789a2
See issue #936
This commit is contained in:
parent
eafb6789a2
commit
5f44a1356e
@ -1,5 +1,8 @@
|
||||
// error-pattern: literal
|
||||
|
||||
// xfail-test (issue #936)
|
||||
|
||||
|
||||
fn main() {
|
||||
// #fmt's first argument must be a literal. Hopefully this
|
||||
// restriction can be eased eventually to just require a
|
||||
|
@ -1,5 +1,7 @@
|
||||
// error-pattern:too many arguments
|
||||
|
||||
// xfail-test (issue #936)
|
||||
|
||||
use std;
|
||||
|
||||
fn main() { let s = #fmt["%s", "test", "test"]; }
|
||||
|
Loading…
Reference in New Issue
Block a user