]> git.lizzy.rs Git - rust.git/commitdiff
Ignore #949
authorJesse Ruderman <jruderman@gmail.com>
Tue, 20 Sep 2011 23:42:58 +0000 (16:42 -0700)
committerJesse Ruderman <jruderman@gmail.com>
Tue, 20 Sep 2011 23:42:58 +0000 (16:42 -0700)
src/fuzzer/fuzzer.rs

index 1074f9c073bfa7598be66750b82b86789b91060a..df6a5cf277f67adbe7f7c67e6b11fe14dcbe058c 100644 (file)
@@ -346,7 +346,7 @@ fn check_compiling(filename: str) -> happiness {
         } else if contains(p.err, "(S->getType()->isPointerTy() && \"Invalid cast\")") {
             known_bug("https://github.com/graydon/rust/issues/895")
         } else if contains(p.err, "Ptr must be a pointer to Val type") {
-            known_bug("https://github.com/graydon/rust/issues/897")
+            known_bug("https://github.com/graydon/rust/issues/897 or https://github.com/graydon/rust/issues/949")
         } else if contains(p.err, "(castIsValid(op, S, Ty) && \"Invalid cast!\"), function Create") {
             known_bug("https://github.com/graydon/rust/issues/901")
         } else if contains(p.err, "Invoking a function with a bad signature!") {