Skip to content

Commit bee1ed3

Browse files
authored
Android: disable C++ Interop test that is failing with new @available stdlib 6.4 annotations in #82055 (#86034)
This should [get the Android CI green](https://ci.swift.org/job/oss-swift-package-swift-sdk-for-android/137/console) again, until we can figure out how we want to handle this matter.
1 parent 54fd18e commit bee1ed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/SwiftToCxx/stdlib/stdlib-in-cxx-no-diagnostics-generated-header.cpp

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

88
// RUN: %target-interop-build-clangxx -std=gnu++20 -fsyntax-only -c %t/test-stdlib.cpp -I %t -Wall -Werror -Werror=ignored-attributes -Wno-error=unused-command-line-argument
99

10+
// #84574 and #82055 have turned up an availability edge case on Android, disable till fixed.
11+
// XFAIL: OS=linux-android, OS=linux-androideabi
12+
1013
//--- print-string.swift
1114

1215
public func printString(_ s: String) {

0 commit comments

Comments
 (0)