Skip to content
Snippets Groups Projects
Commit 0faaa164 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169945 91177308-0d34-0410-b5e6-96231b3b80d8
parent f19b5c0a
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
// RUN: echo 'int getA(); int getA2();' > %t/include/A.h // RUN: echo 'int getA(); int getA2();' > %t/include/A.h
// RUN: %clang_cc1 -fmodule-cache-path %t/cache -fmodules -I %t/include %s -verify // 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; @import B;
int getValue() { return getA() + getB(); } int getValue() { return getA() + getB(); }
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
// RUN: echo 'int foobar;' >> %t.h // RUN: echo 'int foobar;' >> %t.h
// RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only // 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) { void f(void) {
foo = 3; foo = 3;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment