[all-commits] [llvm/llvm-project] ff63d6: [clangd] Fixes in lit tests

Aleksandr Platonov via All-commits all-commits at lists.llvm.org
Tue Jul 21 11:23:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ff63d6be93dc5958bf35d92919ce6fafcc611e89
      https://github.com/llvm/llvm-project/commit/ff63d6be93dc5958bf35d92919ce6fafcc611e89
  Author: Aleksandr Platonov <platonov.aleksandr at huawei.com>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    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.
- `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: 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