Skip to content

Commit dd2ff87

Browse files
authored
Merge pull request #39547 from drodriguez/android-cpp-test
2 parents 124b5cc + a96c53e commit dd2ff87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/stdlib/fake-toolchain-module-interface.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// Clang driver on Windows doesn't support -stdlib=libc++
44
// XFAIL: OS=windows-msvc
5+
// Android NDK layout might need more flags to find libc++
6+
// XFAIL: OS=linux-androideabi
7+
// XFAIL: OS=linux-android
58

69
// CHECK: extension FakeNamespace {
710
// CHECK: static func foo(_ x: Int32)

0 commit comments

Comments
 (0)