Skip to content

Commit 8aab724

Browse files
committed
---
yaml --- r: 5527 b: refs/heads/master c: 203bc16 h: refs/heads/master i: 5525: 3f84422 5523: 61042ff 5519: e775a93 v: v3
1 parent 5814844 commit 8aab724

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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: 98db2febd33ee0cc20d149574cb8c8987587bc03
2+
refs/heads/master: 203bc16e7b52341fa5e1f47d21b27fcf118ded59

trunk/src/fuzzer/fuzzer.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,6 @@ fn check_compiling(filename: str) -> happiness {
368368
known_bug("https://github.com/graydon/rust/issues/897")
369369
} else if contains(p.err, "(castIsValid(op, S, Ty) && \"Invalid cast!\"), function Create") {
370370
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")
373371
} else if contains(p.err, "cast() argument of incompatible type!") {
374372
known_bug("https://github.com/graydon/rust/issues/973")
375373
} else if contains(p.err, "cast<Ty>() argument of incompatible type!") {
@@ -405,9 +403,6 @@ fn check_compiling(filename: str) -> happiness {
405403
log_err "Stdout: " + p.out;
406404
failed("internal compiler error")
407405

408-
} else if contains(p.out, "Predicate type_is_unique_box(bcx, uniq_ty) failed") {
409-
known_bug("https://github.com/graydon/rust/issues/968")
410-
411406
} else if contains(p.out, "error:") {
412407
cleanly_rejected("rejected with span_error")
413408
} else {

0 commit comments

Comments
 (0)