Skip to content

Commit 261f41e

Browse files
authored
Merge pull request swiftlang#69507 from finagolfin/droid
[android][test] Disable a C++ Interop test that doesn't work with clang 14 from LTS NDK 25
2 parents 3168a91 + 12d7405 commit 261f41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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+
// XFAIL: OS=linux-android, OS=linux-androideabi
11+
1012
//--- print-string.swift
1113

1214
public func printString(_ s: String) {

0 commit comments

Comments
 (0)