Skip to content

Commit a6987f4

Browse files
Merge pull request #69161 from kateinoigakukun/pr-e8713f6ae1f95b6dbd7d3244a1d9183a355f0dd2
2 parents 80c89fc + 1371e22 commit a6987f4

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

test/IRGen/pic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// https://github.com/apple/swift/issues/54619
55
// XFAIL: OS=linux-android, CPU=aarch64
6-
// UNSUPPORTED: OS=linux-gnu
6+
// UNSUPPORTED: OS=linux-gnu, CPU=wasm32
77

88
// RUN: %target-swift-frontend %s -module-name main -S -o - | %FileCheck -check-prefix=%target-cpu -check-prefix=%target-cpu-%target-sdk-name %s
99

test/IRGen/pre_specialize.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,5 @@ public func testPrespecializedUse() {
168168

169169
testSpecialization(AnotherThing())
170170
}
171+
// dynamic library with wasm is not supported yet
172+
// UNSUPPORTED: CPU=wasm32

test/IRGen/prespecialized-metadata/enum-inmodule-evolution-1argument-1distinct_use-external_resilient-nonfrozen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// UNSUPPORTED: CPU=i386 && OS=ios
77
// UNSUPPORTED: CPU=armv7 && OS=ios
88
// UNSUPPORTED: CPU=armv7s && OS=ios
9+
// UNSUPPORTED: CPU=wasm32
910

1011
import TestModule
1112

test/IRGen/protocol_synthesized.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// to emit a GenericWitnessTable in the ProtocolConformanceDescriptor so that
77
// the initializer for the protocol witness table actually runs.
88
// (see rdar://97290618)
9+
// UNSUPPORTED: CPU=wasm32
910

1011
import SynthesizedProtocol
1112

test/IRGen/vtable_symbol_linkage.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// RUN: %target-build-swift %S/Inputs/vtable_symbol_linkage_base.swift -emit-module -emit-module-path=%t/BaseModule.swiftmodule -emit-library -module-name BaseModule -o %t/%target-library-name(BaseModule) -enable-library-evolution
77
// RUN: %target-build-swift -I %t %s -o %t/a.out -L%t -lBaseModule
88

9+
// UNSUPPORTED: CPU=wasm32
10+
911
// Check if the program can be linked without undefined symbol errors.
1012

1113
import BaseModule

0 commit comments

Comments
 (0)