Skip to content

Temporarily disable an Interop test on 32-bit #62009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

atrick
Copy link
Contributor

@atrick atrick commented Nov 9, 2022

See rdar://102147255
(Swift CI: [main] 1. OSS - Swift (Tools Opt+Assert, Stdlib DebInfo+Assert, Test Device non_executable)
TEST 'Swift(watchos-armv7k) :: Interop/SwiftToC/structs/small-structs-pass-return-direct-in-c.swift' FAILED)

See rdar://102147255
(Swift CI: [main] 1. OSS - Swift (Tools Opt+Assert, Stdlib DebInfo+Assert, Test Device non_executable)
TEST 'Swift(watchos-armv7k) :: Interop/SwiftToC/structs/small-structs-pass-return-direct-in-c.swift' FAILED)
@atrick
Copy link
Contributor Author

atrick commented Nov 9, 2022

Merging to clear up CI and keep the bots free

@atrick atrick merged commit 2fc1637 into swiftlang:main Nov 9, 2022
@atrick atrick deleted the disable-interop-alignas branch November 9, 2022 18:07
@finagolfin
Copy link
Member

Thanks, this was failing on the Android armv7 CI too before this workaround:

/home/ubuntu/jenkins/workspace/oss-swift-RA-linux-ubuntu-16.04-android/swift/test/Interop/SwiftToC/structs/small-structs-pass-return-direct-in-c.swift:30:16: error: CHECK-NEXT: expected string not found in input
// CHECK-NEXT: _Alignas(8) char _storage[16];
               ^
<stdin>:543:37: note: scanning from here
struct Structs_StructU16AndPointer {
                                    ^
<stdin>:544:2: note: possible intended match here
 _Alignas(4) char _storage[8];
 ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants