File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments