Auto merge of #29699 - tamird:valgrind-supp, r=alexcrichton
Quite a bit of cruft in the valgrind suppressions. I started from a clean slate and found a few unique failures; this commit also moves the tests "fixed" by these suppressions into run-pass-valgrind.
This commit is contained in:
commit
4afa9d9003
7 changed files with 163 additions and 498 deletions
|
|
@ -41,7 +41,7 @@ fn main(){
|
|||
match line.chars().next().unwrap() {
|
||||
'1' => assert_eq!(line, "11111"),
|
||||
'2' => assert_eq!(line, "22222"),
|
||||
_ => panic!("Unexpected character")
|
||||
chr => panic!("unexpected character {:?}", chr)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue