forked from OSchip/llvm-project
XFAIL clangd tests on Windows
They all assert. Filed as PR32596. llvm-svn: 299849
This commit is contained in:
parent
08eb343cce
commit
7e1548d6db
|
@ -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"}}
|
||||
|
|
|
@ -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"}}
|
||||
|
|
|
@ -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"}}
|
||||
|
|
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue