[clang-tools-extra] r374745 - Don't run background-index.test on Windows.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 13 17:45:02 PDT 2019


Author: nico
Date: Sun Oct 13 17:45:02 2019
New Revision: 374745

URL: http://llvm.org/viewvc/llvm-project?rev=374745&view=rev
Log:
Don't run background-index.test on Windows.

The test had a "UNSUPPORTED: win32" line, but the spelling of that
changed in r339307 a year ago. Finally update this test too.

Part of PR43592.

Modified:
    clang-tools-extra/trunk/clangd/test/background-index.test

Modified: clang-tools-extra/trunk/clangd/test/background-index.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/test/background-index.test?rev=374745&r1=374744&r2=374745&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/test/background-index.test (original)
+++ clang-tools-extra/trunk/clangd/test/background-index.test Sun Oct 13 17:45:02 2019
@@ -1,5 +1,5 @@
 # We need to splice paths into file:// URIs for this test.
-# UNSUPPORTED: win32
+# UNSUPPORTED: windows-msvc
 
 # Use a copy of inputs, as we'll mutate it (as will the background index).
 # RUN: rm -rf %t




More information about the cfe-commits mailing list