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, 0 insertions, 8 deletions
diff --git a/clang-tools-extra/test/clangd/completion.test b/clang-tools-extra/test/clangd/completion.test index bad8656dc46..bf5e2ab8fef 100644 --- a/clang-tools-extra/test/clangd/completion.test +++ b/clang-tools-extra/test/clangd/completion.test @@ -1,8 +1,6 @@ # 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 5e8288e212e..f5ef39463e1 100644 --- a/clang-tools-extra/test/clangd/diagnostics.test +++ b/clang-tools-extra/test/clangd/diagnostics.test @@ -1,8 +1,6 @@ # 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 9aa2a957f89..7272c3b174e 100644 --- a/clang-tools-extra/test/clangd/fixits.test +++ b/clang-tools-extra/test/clangd/fixits.test @@ -1,8 +1,6 @@ # 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 906b81ca381..d0a0cd50541 100644 --- a/clang-tools-extra/test/clangd/formatting.test +++ b/clang-tools-extra/test/clangd/formatting.test @@ -1,8 +1,6 @@ # 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"}}
|