Skip to content

Commit 940c676

Browse files
committed
Temporarily disable an Interop test on 32-bit
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)
1 parent 7a5035b commit 940c676

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/SwiftToC/structs/small-structs-pass-return-direct-in-c.swift

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

55
// RUN: %check-interop-c-header-in-clang(%t/structs.h -Wno-unused-function)
66

7+
// 32-bit disabled because of rdar://102147255
8+
// REQUIRES: PTRSIZE=64
9+
710
public struct StructOneI64 {
811
let x: Int64
912
}

0 commit comments

Comments
 (0)