Skip to content

Commit 182a011

Browse files
authored
[android][test] XFAIL memory-layout-silgen in Android ARMv7 (#35816)
Change the original UNSUPPORTED to XFAIL, to get signal if the test starts working. PR #35707 should allow this test to work properly.
1 parent 3454db6 commit 182a011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Interop/Cxx/class/memory-layout-silgen.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swiftxx-frontend -I %S/Inputs -emit-ir -o - %s | %FileCheck %s
22

3-
// UNSUPPORTED: OS=linux-android
3+
// XFAIL: OS=linux-android
4+
// XFAIL: OS=linux-androideabi
45

56
import MemoryLayout
67

0 commit comments

Comments
 (0)