]> granicus.if.org Git - clang/commitdiff
Add a REQUIRES: darwin line for a mac test.
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Wed, 16 Jan 2019 17:41:29 +0000 (17:41 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Wed, 16 Jan 2019 17:41:29 +0000 (17:41 +0000)
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/trunk@351360 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp

index fd0003e9b3828e322e13fd49de1e3a28a3605ce1..8c59a2f07f6984f2ef4bc8f1b186c45912e935f2 100644 (file)
@@ -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;