[llvm-branch-commits] [cfe-branch] r351419 - Merging r351360:

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 17 01:18:40 PST 2019


Author: hans
Date: Thu Jan 17 01:18:40 2019
New Revision: 351419

URL: http://llvm.org/viewvc/llvm-project?rev=351419&view=rev
Log:
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.

------------------------------------------------------------------------

Modified:
    cfe/branches/release_80/   (props changed)
    cfe/branches/release_80/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp

Propchange: cfe/branches/release_80/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan 17 01:18:40 2019
@@ -1,4 +1,4 @@
 /cfe/branches/type-system-rewrite:134693-134817
-/cfe/trunk:351334
+/cfe/trunk:351334,351360
 /cfe/trunk/test:170344
 /cfe/trunk/test/SemaTemplate:126920

Modified: cfe/branches/release_80/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp?rev=351419&r1=351418&r2=351419&view=diff
==============================================================================
--- cfe/branches/release_80/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp (original)
+++ cfe/branches/release_80/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp Thu Jan 17 01:18:40 2019
@@ -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;




More information about the llvm-branch-commits mailing list