summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-12 00:51:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-12 00:51:38 +0000
commite981508811a0dd6eb822ec661f2e018c839d8cea (patch)
tree5bc64d35427702187cda2dcc2a6ce322c09571e5 /clang/test
parent04e5518783fa3eb679cecc14c9ea3c3c60fa7cb4 (diff)
downloadbcm5719-llvm-e981508811a0dd6eb822ec661f2e018c839d8cea.tar.gz
bcm5719-llvm-e981508811a0dd6eb822ec661f2e018c839d8cea.zip
clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831.
"ansi-escape-sequences" is easy convenient to exclude win32. Please be patient. llvm-svn: 169945
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Modules/modify-module.m3
-rw-r--r--clang/test/PCH/modified-header-crash.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/modify-module.m b/clang/test/Modules/modify-module.m
index 7ec99068fae..529c7ac9d75 100644
--- a/clang/test/Modules/modify-module.m
+++ b/clang/test/Modules/modify-module.m
@@ -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(); }
diff --git a/clang/test/PCH/modified-header-crash.c b/clang/test/PCH/modified-header-crash.c
index a5ae4023536..4c21a8c2b82 100644
--- a/clang/test/PCH/modified-header-crash.c
+++ b/clang/test/PCH/modified-header-crash.c
@@ -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;
}
OpenPOWER on IntegriCloud