projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8184b6e
)
[libFuzzer] Require linux for libcxx.test
author
Matt Morehouse
<mascasa@google.com>
Thu, 25 Apr 2019 18:42:30 +0000
(18:42 +0000)
committer
Matt Morehouse
<mascasa@google.com>
Thu, 25 Apr 2019 18:42:30 +0000
(18:42 +0000)
llvm-svn: 359223
compiler-rt/test/fuzzer/libcxx.test
patch
|
blob
|
history
diff --git
a/compiler-rt/test/fuzzer/libcxx.test
b/compiler-rt/test/fuzzer/libcxx.test
index
180c795
..
00092b5
100644
(file)
--- a/
compiler-rt/test/fuzzer/libcxx.test
+++ b/
compiler-rt/test/fuzzer/libcxx.test
@@
-1,4
+1,5
@@
# Ensures that the libFuzzer library does not export exceptions.
+REQUIRES: linux
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t
RUN: nm %t 2>&1 | FileCheck %s