[PATCH] D142228: [clangd] Disable tests that are incompatible with Windows

2023-01-30 Thread Andrew Ng via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2493a7016416: [clangd] Disable tests that are incompatible with Windows (authored by andrewng). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142228/new/ ht

[PATCH] D142228: [clangd] Disable tests that are incompatible with Windows

2023-01-27 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet added a comment. thanks this makes sense! we were filtering on `target_triple` before, which is not right, especially when host triple is not the default target. as a follow up i'll drop all the `target={{...}}` conditions as we should actually be able to run these tests even when they

[PATCH] D142228: [clangd] Disable tests that are incompatible with Windows

2023-01-20 Thread Andrew Ng via Phabricator via cfe-commits
andrewng created this revision. andrewng added a reviewer: kadircet. Herald added a subscriber: arphaman. Herald added a project: All. andrewng requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. These tests e