[all-commits] [llvm/llvm-project] 98b56c: [clangd] Fixes in lit tests
Aleksandr Platonov via All-commits
all-commits at lists.llvm.org
Wed Jul 22 06:01:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98b56c09be002855df18dada7debdb1322aad7d9
https://github.com/llvm/llvm-project/commit/98b56c09be002855df18dada7debdb1322aad7d9
Author: Aleksandr Platonov <platonov.aleksandr at huawei.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
R clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json
A clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json.tmpl
R clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
A clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc.tmpl
M clang-tools-extra/clangd/test/background-index.test
M clang-tools-extra/clangd/test/did-change-configuration-params.test
M clang-tools-extra/clangd/test/test-uri-windows.test
Log Message:
-----------
[clangd] Fixes in lit tests
Summary:
Changes:
- `background-index.test` Add Windows support, don't create redundant `*-e` files on macOS
- `did-change-configuration-params.test` Replace `cat | FileCheck` with `FileCheck --input-file`
- `test-uri-windows.test` This test did not run on Windows displite `REQUIRES: windows-gnu || windows-msvc` (replacement: `UNSUPPORTED: !(windows-gnu || windows-msvc)`).
Reviewers: sammccall, kadircet
Reviewed By: kadircet
Subscribers: thakis, njames93, ormris, ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83759
More information about the All-commits
mailing list