diff options
-rw-r--r-- | clang-tools-extra/test/clangd/completion.test | 2 | ||||
-rw-r--r-- | clang-tools-extra/test/clangd/diagnostics.test | 2 | ||||
-rw-r--r-- | clang-tools-extra/test/clangd/fixits.test | 2 | ||||
-rw-r--r-- | clang-tools-extra/test/clangd/formatting.test | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clangd/completion.test b/clang-tools-extra/test/clangd/completion.test index bf5e2ab8fef..bad8656dc46 100644 --- a/clang-tools-extra/test/clangd/completion.test +++ b/clang-tools-extra/test/clangd/completion.test @@ -1,6 +1,8 @@ # RUN: clangd -run-synchronously < %s | FileCheck %s
# It is absolutely vital that this file has CRLF line endings.
#
+# FIXME: http://llvm.org/pr32596
+# XFAIL: win32
Content-Length: 125
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
diff --git a/clang-tools-extra/test/clangd/diagnostics.test b/clang-tools-extra/test/clangd/diagnostics.test index f5ef39463e1..5e8288e212e 100644 --- a/clang-tools-extra/test/clangd/diagnostics.test +++ b/clang-tools-extra/test/clangd/diagnostics.test @@ -1,6 +1,8 @@ # RUN: clangd -run-synchronously < %s | FileCheck %s
# It is absolutely vital that this file has CRLF line endings.
#
+# FIXME: http://llvm.org/pr32596
+# XFAIL: win32
Content-Length: 125
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
diff --git a/clang-tools-extra/test/clangd/fixits.test b/clang-tools-extra/test/clangd/fixits.test index 7272c3b174e..9aa2a957f89 100644 --- a/clang-tools-extra/test/clangd/fixits.test +++ b/clang-tools-extra/test/clangd/fixits.test @@ -1,6 +1,8 @@ # RUN: clangd -run-synchronously < %s | FileCheck %s
# It is absolutely vital that this file has CRLF line endings.
#
+# FIXME: http://llvm.org/pr32596
+# XFAIL: win32
Content-Length: 125
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
diff --git a/clang-tools-extra/test/clangd/formatting.test b/clang-tools-extra/test/clangd/formatting.test index d0a0cd50541..906b81ca381 100644 --- a/clang-tools-extra/test/clangd/formatting.test +++ b/clang-tools-extra/test/clangd/formatting.test @@ -1,6 +1,8 @@ # RUN: clangd < %s | FileCheck %s
# It is absolutely vital that this file has CRLF line endings.
#
+# FIXME: http://llvm.org/pr32596
+# XFAIL: win32
Content-Length: 125
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
|