XFAILing suppression tests on Android. The suppression files are not being transfered to the device.

llvm-svn: 223540
This commit is contained in:
Kuba Brecka 2014-12-05 22:47:44 +00:00
parent 7ed1bc9eb0
commit ddac6cbb34
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@
// RUN: %clangxx_asan -O0 %s -o %t && ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
// RUN: %clangxx_asan -O3 %s -o %t && ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
// XFAIL: android
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -5,6 +5,8 @@
// RUN: echo "interceptor_name:strlen" > %t.supp
// RUN: ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
// XFAIL: android
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -7,6 +7,8 @@
// RUN: echo "interceptor_via_lib:%t-so.so" > %t.supp
// RUN: ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
// XFAIL: android
#include <stdio.h>
#include <stdlib.h>
#include <string.h>