Skip to content

Commit 61042ff

Browse files
committed
---
yaml --- r: 5523 b: refs/heads/master c: 2b15aef h: refs/heads/master i: 5521: 9c35150 5519: e775a93 v: v3
1 parent e0e6281 commit 61042ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 822ed2c6d370c08f1f16134e4f4752a89a0638ad
2+
refs/heads/master: 2b15aefffe0c370b7e8c58516dd3e9dbac2bf809

trunk/src/fuzzer/fuzzer.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ fn check_running(exe_filename: str) -> happiness {
339339
failed("Mentioned src/rt/")
340340
} else if contains(comb, "malloc") {
341341
failed("Mentioned malloc")
342+
} else if contains(comb, "Out of stack space, sorry") {
343+
known_bug("https://github.com/graydon/rust/issues/32 / https://github.com/graydon/rust/issues/445")
342344
} else {
343345
alt p.status {
344346
0 { passed }
@@ -366,6 +368,8 @@ fn check_compiling(filename: str) -> happiness {
366368
known_bug("https://github.com/graydon/rust/issues/897")
367369
} else if contains(p.err, "(castIsValid(op, S, Ty) && \"Invalid cast!\"), function Create") {
368370
known_bug("https://github.com/graydon/rust/issues/901")
371+
} else if contains(p.err, "(S->getType()->isPointerTy() && \"Invalid cast\"), function CreatePointerCast") {
372+
known_bug("https://github.com/graydon/rust/issues/976")
369373
} else if contains(p.err, "cast() argument of incompatible type!") {
370374
known_bug("https://github.com/graydon/rust/issues/973")
371375
} else if contains(p.err, "cast<Ty>() argument of incompatible type!") {

0 commit comments

Comments
 (0)