Skip to content

Commit 8c0453d

Browse files
Merge pull request #77518 from aschwaighofer/disable_test_wasm_2
Try harder than #77509 to disable tests on wasm
2 parents aab880d + 41c6ad0 commit 8c0453d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/IRGen/loadable_by_address_address_assignment.swift

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
// wasm currently disables aggressive reg2mem
66
// UNSUPPORTED: wasm
7+
// UNSUPPORTED: OS=wasi
8+
// UNSUPPORTED: CPU=wasm32
79

810
public struct LargeThing {
911
var s0 : String = ""

test/IRGen/loadable_by_address_reg2mem_fixed_array.sil

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
// wasm currently disables aggressive reg2mem
99
// UNSUPPORTED: wasm
10+
// UNSUPPORTED: OS=wasi
11+
// UNSUPPORTED: CPU=wasm32
1012

1113
import Builtin
1214
import Swift

0 commit comments

Comments
 (0)