[asan] Disable 1 test on Android.

llvm-svn: 201332
This commit is contained in:
Evgeniy Stepanov 2014-02-13 14:37:25 +00:00
parent 4e6096b859
commit 5cb24b8ca9
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
// RUN: %clangxx_asan %s -o %t && %t
// http://code.google.com/p/address-sanitizer/issues/detail?id=147 (not fixed).
// BROKEN: %clangxx_asan %s -o %t -static-libstdc++ && %t
//
// Android builds with static libstdc++ by default.
// XFAIL: android
#include <stdio.h>
static volatile int zero = 0;
inline void pretend_to_do_something(void *x) {