summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-04-10 16:50:55 +0000
committerReid Kleckner <rnk@google.com>2017-04-10 16:50:55 +0000
commit7e1548d6dbb72a493efebb5f11c567d6aa359706 (patch)
tree5d3a596dc415f2c1f7652836381c9476ca58632a
parent08eb343cce893e2594de62f1ab976ed03536cb56 (diff)
downloadbcm5719-llvm-7e1548d6dbb72a493efebb5f11c567d6aa359706.tar.gz
bcm5719-llvm-7e1548d6dbb72a493efebb5f11c567d6aa359706.zip
XFAIL clangd tests on Windows
They all assert. Filed as PR32596. llvm-svn: 299849
-rw-r--r--clang-tools-extra/test/clangd/completion.test2
-rw-r--r--clang-tools-extra/test/clangd/diagnostics.test2
-rw-r--r--clang-tools-extra/test/clangd/fixits.test2
-rw-r--r--clang-tools-extra/test/clangd/formatting.test2
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"}}
OpenPOWER on IntegriCloud