[asan] disable BuiltinLongJmpTest on Android

llvm-svn: 168872
This commit is contained in:
Kostya Serebryany 2012-11-29 12:18:48 +00:00
parent 194d3685ec
commit dde9dcc24b
1 changed files with 2 additions and 0 deletions

View File

@ -688,6 +688,7 @@ TEST(AddressSanitizer, LongJmpTest) {
}
}
#if not defined(__ANDROID__)
TEST(AddressSanitizer, BuiltinLongJmpTest) {
static jmp_buf buf;
if (!__builtin_setjmp((void**)buf)) {
@ -696,6 +697,7 @@ TEST(AddressSanitizer, BuiltinLongJmpTest) {
TouchStackFunc();
}
}
#endif // not defined(__ANDROID__)
TEST(AddressSanitizer, UnderscopeLongJmpTest) {
static jmp_buf buf;