summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-01-17 09:18:40 +0000
committerHans Wennborg <hans@hanshq.net>2019-01-17 09:18:40 +0000
commit1f1b2bd4c3dc1eae22351fa583273c2f2d23db24 (patch)
tree913f61cea8352eeaadc24c02a8f62c541fdbff4f
parent55098f7e3615b01d336485092e7c4a2b2a2dec80 (diff)
Merging r351360:
------------------------------------------------------------------------ r351360 | jmorse | 2019-01-16 18:41:29 +0100 (Wed, 16 Jan 2019) | 6 lines 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. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@351419 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp b/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
index fd0003e9b3..8c59a2f07f 100644
--- a/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
+++ b/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;