mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-23 09:41:10 +00:00
[asan] Mark some more testcases as unsupported on iOS.
llvm-svn: 301976
This commit is contained in:
parent
c344313803
commit
9537912961
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
// XFAIL: android
|
||||
// XFAIL: win32
|
||||
// UNSUPPORTED: ios
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user