Skip to content

Commit 17ab897

Browse files
Merge pull request #77509 from aschwaighofer/disable_test_wasm
Disable two tests on wasm
2 parents 828fff5 + 6fe9845 commit 17ab897

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/IRGen/loadable_by_address_address_assignment.swift

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
44

5+
// wasm currently disables aggressive reg2mem
6+
// UNSUPPORTED: wasm
7+
58
public struct LargeThing {
69
var s0 : String = ""
710
var s1 : String = ""

test/IRGen/loadable_by_address_reg2mem_fixed_array.sil

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// REQUIRES: swift_feature_BuiltinModule
66
// REQUIRES: swift_feature_ValueGenerics
77

8+
// wasm currently disables aggressive reg2mem
9+
// UNSUPPORTED: wasm
10+
811
import Builtin
912
import Swift
1013

0 commit comments

Comments
 (0)