mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
XFAIL availability_custom_domains_clang_build test on Android
The test requires availability_domain.h which is clang builtin header that is not available in the Android NDK's bundled clang.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// REQUIRES: swift_feature_CustomAvailability
|
||||
// XFAIL: OS=linux-android
|
||||
// XFAIL: OS=linux-androideabi
|
||||
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-clang -x c %S/Inputs/AvailabilityDomains.c -o %t/AvailabilityDomains.c.o -c
|
||||
|
||||
Reference in New Issue
Block a user