summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2019-06-22 01:09:00 +0000
committerDouglas Yung <douglas.yung@sony.com>2019-06-22 01:09:00 +0000
commitc900c46d77f8526243b04511082ca564b1d18781 (patch)
treef5c6db1918a14cf2319b3e90375306332ced935a
parent82df97ca8e699bb984046e2dce2d9023189cfcb8 (diff)
downloadbcm5719-llvm-c900c46d77f8526243b04511082ca564b1d18781.tar.gz
bcm5719-llvm-c900c46d77f8526243b04511082ca564b1d18781.zip
[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. llvm-svn: 364120
-rw-r--r--clang-tools-extra/test/clang-tidy/empty-database.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/empty-database.cpp b/clang-tools-extra/test/clang-tidy/empty-database.cpp
index f33bbbecb00..b8707d6caae 100644
--- a/clang-tools-extra/test/clang-tidy/empty-database.cpp
+++ b/clang-tools-extra/test/clang-tidy/empty-database.cpp
@@ -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 ""!
OpenPOWER on IntegriCloud