Some tests are already supported on "remote" devices and simulators. However, there is currently no way to distinguish a remote macOS host from a local one. This adds the darwin-remote feature which is common to all test targets which use a wrapper script (e.g. iossim_run.py). rdar://167735355 --------- Co-authored-by: Dan Blackwell <danblackwell95@gmail.com>
8 lines
317 B
C++
8 lines
317 B
C++
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
|
|
// XFAIL: android, msvc
|
|
// UNSUPPORTED: darwin-remote
|
|
//
|
|
// Test that ASan uses the default ignorelist from resource directory.
|
|
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
|
|
// CHECK: fsanitize-system-ignorelist={{.*}}asan_ignorelist.txt
|