Skip to content

Commit

Permalink
[android][test] XFAIL memory-layout-silgen in Android ARMv7 (#35816)
Browse files Browse the repository at this point in the history
Change the original UNSUPPORTED to XFAIL, to get signal if the test
starts working.

PR #35707 should allow this test to work properly.
  • Loading branch information
drodriguez authored Feb 8, 2021
1 parent 3454db6 commit 182a011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Interop/Cxx/class/memory-layout-silgen.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: %target-swiftxx-frontend -I %S/Inputs -emit-ir -o - %s | %FileCheck %s

// UNSUPPORTED: OS=linux-android
// XFAIL: OS=linux-android
// XFAIL: OS=linux-androideabi

import MemoryLayout

Expand Down

0 comments on commit 182a011

Please sign in to comment.