Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions compiler-rt/test/asan/TestCases/log-path_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
// UNSUPPORTED: ios
// UNSUPPORTED: ios, android
//
// The for loop in the backticks below requires bash.
// REQUIRES: shell
Expand Down
4 changes: 2 additions & 2 deletions compiler-rt/test/asan/TestCases/verbose-log-path_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// RUN: FileCheck %s --check-prefix=CHECK-ERROR < %t-dir/asan.log.verbose-log-path_test-binary.*

// FIXME: only FreeBSD, NetBSD and Linux have verbose log paths now.
// XFAIL: target={{.*windows-msvc.*}},android
// UNSUPPORTED: ios
// XFAIL: target={{.*windows-msvc.*}}
// UNSUPPORTED: ios, android

#include <stdlib.h>
#include <string.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// RUN: not %run %t %t-out && FileCheck < %t-out %s

// REQUIRES: stable-runtime
// XFAIL: android && asan
// UNSUPPORTED: android

#include <sanitizer/common_interface_defs.h>
#include <stdio.h>
Expand Down
Loading