Skip to content

Commit c7b343d

Browse files
committed
Disable this test on anything but macOS
Attempting to unblock bots Specifically, this also seems to fail on PR tests: ``` Failed Tests (1): Swift(iphonesimulator-x86_64) :: embedded/wrong-linkage.swift ``` rdar://142601111
1 parent cf4d825 commit c7b343d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/embedded/wrong-linkage.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -verify -wmo
22

33
// REQUIRES: swift_feature_Embedded
4+
// REQUIRES: OS=macosx
45

56
@_cdecl("posix_memalign")
67
func posix_memalign(_ resultPtr:UnsafeMutablePointer<UnsafeMutableRawPointer?>, _ :Int, _ :Int) -> Int32 { // expected-error {{function has wrong linkage to be called from}}

0 commit comments

Comments
 (0)