[asan] Mark some more testcases as unsupported on iOS.

llvm-svn: 301976
This commit is contained in:
Kuba Mracek 2017-05-02 21:22:29 +00:00
parent c344313803
commit 9537912961
5 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
//
// https://code.google.com/p/address-sanitizer/issues/detail?id=263
// XFAIL: android
// UNSUPPORTED: ios
#include <assert.h>
#include <dlfcn.h>

View File

@ -1,5 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
// UNSUPPORTED: ios
//
// RUN: %clangxx_asan -O0 %s -o %t && %run %t %p 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O3 %s -o %t && %run %t %p 2>&1 | FileCheck %s

View File

@ -1,5 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
// UNSUPPORTED: ios
//
// The for loop in the backticks below requires bash.
// REQUIRES: shell

View File

@ -25,6 +25,7 @@
// XFAIL: android
// XFAIL: win32
// UNSUPPORTED: ios
#include <stdio.h>
#include <stdlib.h>

View File

@ -10,6 +10,7 @@
// FIXME: only FreeBSD and Linux have verbose log paths now.
// XFAIL: win32,android
// UNSUPPORTED: ios
#include <stdlib.h>
#include <string.h>