Skip to content

Commit eba8377

Browse files
[wasm][test] Skip crash test and dynamic link test
1 parent 4e4a1fb commit eba8377

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/IRGen/report_dead_method_call.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// UNSUPPORTED: freestanding
1616
// REQUIRES: concurrency_runtime
1717
// UNSUPPORTED: back_deployment_runtime
18+
// WebAssembly support only in-process testing for now.
19+
// UNSUPPORTED: CPU=wasm32
1820

1921
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
2022
// UNSUPPORTED: swift_test_mode_optimize_with_implicit_dynamic

test/IRGen/testing-enabled-resilient-super-class-external-module.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// RUN: %target-run %t/main %t/%target-library-name(FrameworkA) %t/%target-library-name(FrameworkB) | %FileCheck --check-prefix=EXEC-CHECK %s
1010

1111
// REQUIRES: executable_test
12+
// WebAssembly does not have stable dynamic linking ABI yet
13+
// UNSUPPORTED: CPU=wasm32
1214

1315
@testable import FrameworkB
1416

0 commit comments

Comments
 (0)