forked from OSchip/llvm-project
Revert "XFAIL clangd tests on Windows"
This reverts r299849, apparently these tests only fail on my machine. llvm-svn: 299850
This commit is contained in:
parent
7e1548d6db
commit
08126372e3
|
@ -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"}}
|
||||
|
|
|
@ -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"}}
|
||||
|
|
|
@ -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"}}
|
||||
|
|
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue