From 949106148cb7611ee2d8288b1092d1fa3ccdcbb0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 12 Jul 2018 10:24:25 +0200 Subject: [PATCH] ignore panic test on Windows --- tests/compile-fail/panic.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compile-fail/panic.rs b/tests/compile-fail/panic.rs index 80149eeffaa6..1f9e8f6e1d0b 100644 --- a/tests/compile-fail/panic.rs +++ b/tests/compile-fail/panic.rs @@ -1,3 +1,4 @@ +//ignore-windows // FIXME: Something in panic handling fails validation with full-MIR // compile-flags: -Zmir-emit-validate=0 //error-pattern: the evaluated program panicked