Skip to content

Commit 12f20ec

Browse files
committed
[android][test] Disable a SwiftToCxx Interop test that fails with clang 14 in the current LTS NDK 25
Marking as expected to fail so it's enabled again once we update the NDK and have a new clang
1 parent f80d072 commit 12f20ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interop/SwiftToCxx/core/unsigned-return-type-no-zext.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %FileCheck %s < %t/ir.ll
55

66
// UNSUPPORTED: OS=windows-msvc
7+
// XFAIL: OS=linux-android, OS=linux-androideabi
78

89
unsigned char getEnumTagi8(void *p);
910
unsigned getEnumTagi32(void *p);

0 commit comments

Comments
 (0)