From: Victor Leschuk Date: Thu, 17 Aug 2017 15:07:03 +0000 (+0000) Subject: Mark Verifier/invalid-eh.ll as unsupported on windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f37f07d7b184f4cb95bae4cc923d323774b7714;p=llvm Mark Verifier/invalid-eh.ll as unsupported on windows Mark this unsupported for now as it causes tests hangs on buildbot. Will place it back when the problem is debugged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311089 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Verifier/invalid-eh.ll b/test/Verifier/invalid-eh.ll index db7dec706b8..234227a971a 100644 --- a/test/Verifier/invalid-eh.ll +++ b/test/Verifier/invalid-eh.ll @@ -1,3 +1,5 @@ +; UNSUPPORTED: windows + ; RUN: sed -e s/.T1:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s ; RUN: sed -e s/.T2:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s ; RUN: sed -e s/.T3:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK3 %s