Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 7e2a01e

Browse files
committed
clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.
FYI, they can pass on Cygwin w/o any tweaks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156930 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent be8becc commit 7e2a01e

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

Diff for: test/Tooling/clang-check-args.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22

33
// CHECK: C++ requires
44
invalid;
5-
6-
// FIXME: JSON doesn't like path separator '\', on Win32 hosts.
7-
// FIXME: clang-check doesn't like gcc driver on cygming.
8-
// XFAIL: cygwin,mingw32,win32

Diff for: test/Tooling/clang-check-builtin-headers.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@
1010

1111
// CHECK: C++ requires
1212
invalid;
13-
14-
// FIXME: JSON doesn't like path separator '\', on Win32 hosts.
15-
// FIXME: clang-check doesn't like gcc driver on cygming.
16-
// XFAIL: cygwin,mingw32,win32

Diff for: test/Tooling/clang-check-chdir.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@
1212

1313
// CHECK: C++ requires
1414
invalid;
15-
16-
// FIXME: JSON doesn't like path separator '\', on Win32 hosts.
17-
// FIXME: clang-check doesn't like gcc driver on cygming.
18-
// XFAIL: cygwin,mingw32,win32

Diff for: test/Tooling/clang-check.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@
77

88
// CHECK: C++ requires
99
invalid;
10-
11-
// FIXME: JSON doesn't like path separator '\', on Win32 hosts.
12-
// FIXME: clang-check doesn't like gcc driver on cygming.
13-
// XFAIL: cygwin,mingw32,win32

Diff for: test/Tooling/multi-jobs.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22

33
// CHECK: C++ requires
44
invalid;
5-
6-
// FIXME: clang-check doesn't like gcc driver on cygming.
7-
// XFAIL: cygwin,mingw32,win32
8-

0 commit comments

Comments
 (0)