summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorJeremy Morse <jeremy.morse.llvm@gmail.com>2019-01-16 17:41:29 +0000
committerJeremy Morse <jeremy.morse.llvm@gmail.com>2019-01-16 17:41:29 +0000
commit4cd59e0f77edfcbfb79995b6faf50095d7beefc5 (patch)
treeda4357ff38c4bafb7788dc540502bd4b3352f0f5 /clang/test
parent081194d9fa0b3af0afc89309ba364576dd80f256 (diff)
downloadbcm5719-llvm-4cd59e0f77edfcbfb79995b6faf50095d7beefc5.tar.gz
bcm5719-llvm-4cd59e0f77edfcbfb79995b6faf50095d7beefc5.zip
Add a REQUIRES: darwin line for a mac test.
This test, apparently for macs, fails on Windows as lit can't emulate the shell subprocess $(which...) correctly. Some other netbsd and linux buildbots also fail here. Limit to macs as a temporary workaround. llvm-svn: 351360
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp b/clang/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
index fd0003e9b38..8c59a2f07f6 100644
--- a/clang/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
+++ b/clang/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
@@ -11,6 +11,6 @@
// RUN: cp $(which clang-check) %t/mock-libcxx/bin/
// RUN: cp "%s" "%t/test.cpp"
// RUN: %t/mock-libcxx/bin/clang-check -p "%t" "%t/test.cpp" -- -stdlib=libc++ -target x86_64-apple-darwin
-
+// REQUIRES: system-darwin
#include <mock_vector>
vector v;
OpenPOWER on IntegriCloud