]> granicus.if.org Git - clang/commitdiff
clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Dec 2012 00:51:38 +0000 (00:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Dec 2012 00:51:38 +0000 (00:51 +0000)
"ansi-escape-sequences" is easy convenient to exclude win32. Please be patient.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169945 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/modify-module.m
test/PCH/modified-header-crash.c

index 7ec99068faeee1e5cb2123198ccf46d40f3de39d..529c7ac9d75fca0d6fecd1bdcfadfdddab106dcb 100644 (file)
@@ -13,6 +13,9 @@
 // RUN: echo 'int getA(); int getA2();' > %t/include/A.h
 // RUN: %clang_cc1 -fmodule-cache-path %t/cache -fmodules -I %t/include %s -verify
 
+// FIXME: It is intended to suppress this on win32.
+// REQUIRES: ansi-escape-sequences
+
 @import B;
 
 int getValue() { return getA() + getB(); }
index a5ae402353652d605012257218b9fcd142204cf3..4c21a8c2b82597fc8898be8602552286e8a34efd 100644 (file)
@@ -5,6 +5,9 @@
 // RUN: echo 'int foobar;' >> %t.h
 // RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only
 
+// FIXME: It is intended to suppress this on win32.
+// REQUIRES: ansi-escape-sequences
+
 void f(void) {
   foo = 3;
 }