Skip to content

Commit 7783332

Browse files
Promote tail-call tests to the main test suite
1 parent bcb9aef commit 7783332

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Tests/WasmKitTests/SpectestTests.swift

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ final class SpectestTests: XCTestCase {
1212
[
1313
Self.testsuite.path,
1414
Self.testsuite.appendingPathComponent("proposals/memory64").path,
15+
Self.testsuite.appendingPathComponent("proposals/tail-call").path,
1516
Self.projectDir.appendingPathComponent("Tests/WasmKitTests/ExtraSuite").path,
1617
]
1718
}
@@ -29,20 +30,6 @@ final class SpectestTests: XCTestCase {
2930
XCTAssertTrue(ok)
3031
}
3132

32-
func testRunTailCall() async throws {
33-
let defaultConfig = EngineConfiguration()
34-
let ok = try await spectest(
35-
path: [
36-
Self.testsuite.appendingPathComponent("proposals/tail-call").path,
37-
],
38-
include: ["return_call_indirect.wast"],
39-
exclude: [],
40-
parallel: false,
41-
configuration: defaultConfig
42-
)
43-
XCTAssertTrue(ok)
44-
}
45-
4633
func testRunAllWithTokenThreading() async throws {
4734
let defaultConfig = EngineConfiguration()
4835
guard defaultConfig.threadingModel != .token else { return }

0 commit comments

Comments
 (0)