[clang-tools-extra] r364120 - [NFC] Marking test added in r363975 as unsupported on Windows.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 18:09:00 PDT 2019


Author: dyung
Date: Fri Jun 21 18:09:00 2019
New Revision: 364120

URL: http://llvm.org/viewvc/llvm-project?rev=364120&view=rev
Log:
[NFC] Marking test added in r363975 as unsupported on Windows.

This test references a path that does not exist on Windows causing
it to emit different output from what was expected leading to a
failure when run on Windows.

Modified:
    clang-tools-extra/trunk/test/clang-tidy/empty-database.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/empty-database.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/empty-database.cpp?rev=364120&r1=364119&r2=364120&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/empty-database.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/empty-database.cpp Fri Jun 21 18:09:00 2019
@@ -1,3 +1,5 @@
+// UNSUPPORTED: system-windows
+
 // RUN: not clang-tidy -p %S/Inputs/empty-database %s 2>&1 | FileCheck %s
 
 // CHECK: LLVM ERROR: Cannot chdir into ""!




More information about the cfe-commits mailing list