[clang-tools-extra] r299849 - XFAIL clangd tests on Windows
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 09:50:55 PDT 2017
Author: rnk
Date: Mon Apr 10 11:50:55 2017
New Revision: 299849
URL: http://llvm.org/viewvc/llvm-project?rev=299849&view=rev
Log:
XFAIL clangd tests on Windows
They all assert. Filed as PR32596.
Modified:
clang-tools-extra/trunk/test/clangd/completion.test
clang-tools-extra/trunk/test/clangd/diagnostics.test
clang-tools-extra/trunk/test/clangd/fixits.test
clang-tools-extra/trunk/test/clangd/formatting.test
Modified: clang-tools-extra/trunk/test/clangd/completion.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/completion.test?rev=299849&r1=299848&r2=299849&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/completion.test (original)
+++ clang-tools-extra/trunk/test/clangd/completion.test Mon Apr 10 11:50:55 2017
@@ -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"}}
Modified: clang-tools-extra/trunk/test/clangd/diagnostics.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/diagnostics.test?rev=299849&r1=299848&r2=299849&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/diagnostics.test (original)
+++ clang-tools-extra/trunk/test/clangd/diagnostics.test Mon Apr 10 11:50:55 2017
@@ -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"}}
Modified: clang-tools-extra/trunk/test/clangd/fixits.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/fixits.test?rev=299849&r1=299848&r2=299849&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/fixits.test (original)
+++ clang-tools-extra/trunk/test/clangd/fixits.test Mon Apr 10 11:50:55 2017
@@ -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"}}
Modified: clang-tools-extra/trunk/test/clangd/formatting.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clangd/formatting.test?rev=299849&r1=299848&r2=299849&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clangd/formatting.test (original)
+++ clang-tools-extra/trunk/test/clangd/formatting.test Mon Apr 10 11:50:55 2017
@@ -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"}}
More information about the cfe-commits
mailing list