[UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 30 Apr 2015 01:21:57 +0000 (01:21 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 30 Apr 2015 01:21:57 +0000 (01:21 +0000)
commit085bede9494243a833f990a1cc24d59da96a8770
tree4f8228403f8710c5feb66f3a50989960acafe154
parent13afe197a0ec8099b8eb1227eced7ec6094c9ff9
[UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.

Darwin doesn't yet allow to print stack trace, as it lacks the slow
unwinder. This is one more attempt to fix vptr.cpp on Mac OS X.

llvm-svn: 236195
compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp