From 35016d31470b653e86a8f39513e82c8d14b48ab2 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Tue, 20 Sep 2011 16:42:58 -0700 Subject: [PATCH] Ignore #949 --- src/fuzzer/fuzzer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzzer/fuzzer.rs b/src/fuzzer/fuzzer.rs index 1074f9c073b..df6a5cf277f 100644 --- a/src/fuzzer/fuzzer.rs +++ b/src/fuzzer/fuzzer.rs @@ -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!") { -- 2.44.0