diff options
author | Douglas Yung <douglas.yung@sony.com> | 2019-06-22 01:09:00 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2019-06-22 01:09:00 +0000 |
commit | c900c46d77f8526243b04511082ca564b1d18781 (patch) | |
tree | f5c6db1918a14cf2319b3e90375306332ced935a | |
parent | 82df97ca8e699bb984046e2dce2d9023189cfcb8 (diff) | |
download | bcm5719-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.cpp | 2 |
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 ""! |