Skip to content

Conversation

susmonteiro
Copy link
Contributor

@susmonteiro susmonteiro commented Oct 1, 2025

Resolves #84597
rdar://161675397

@@ -1,4 +1,5 @@
// RUN: not %target-swift-frontend %s -typecheck -I %S/Inputs -cxx-interoperability-mode=default -diagnostic-style llvm 2>&1 | %FileCheck %s
// XFAIL: OS=linux-android
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we XFAIL this more specifically on armv7 Android?
e.g. // XFAIL: OS=linux-android && CPU=armv7

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best is // XFAIL: OS=linux-androideabi, that will only disable Android armv7. 😸

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, thanks!

@susmonteiro susmonteiro force-pushed the susmonteiro/disable-test branch from b8a7a34 to 9992b8c Compare October 1, 2025 13:33
@susmonteiro
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Contributor

@egorzhdan egorzhdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@susmonteiro susmonteiro enabled auto-merge October 1, 2025 14:35
@susmonteiro susmonteiro merged commit 2fdb1a8 into swiftlang:main Oct 1, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ interop Feature: Interoperability with C++

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[test failure][armv7] Interop/Cxx/stdlib/use-std-vector-typechecker.swift failing on Android

3 participants