]> granicus.if.org Git - llvm/commitdiff
Mark Verifier/invalid-eh.ll as unsupported on windows
authorVictor Leschuk <vleschuk@accesssoftek.com>
Thu, 17 Aug 2017 15:07:03 +0000 (15:07 +0000)
committerVictor Leschuk <vleschuk@accesssoftek.com>
Thu, 17 Aug 2017 15:07:03 +0000 (15:07 +0000)
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

test/Verifier/invalid-eh.ll

index db7dec706b80c52d8ecff81b94e2294c940bdb2d..234227a971a95242586cab39fa832ae3e17fdef7 100644 (file)
@@ -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