mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +08:00
XFAILing suppression tests on Android. The suppression files are not being transfered to the device.
llvm-svn: 223540
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user