Skip to content

Commit c6b4ded

Browse files
authored
Merge pull request #23557 from drodriguez/android-xfail-availability-returns-twice
[android][test] XFAIL availability_returns_twice (SR-9136)
2 parents 07a29d5 + 1a38073 commit c6b4ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ClangImporter/availability_returns_twice.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-typecheck-verify-swift
22
// UNSUPPORTED: OS=windows-msvc
3+
// In Android jmp_buf is int[16], which doesn't convert to &Int (SR-9136)
4+
// XFAIL: OS=linux-androideabi
5+
// XFAIL: OS=linux-android
36

47
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
58
import Darwin

0 commit comments

Comments
 (0)