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 {
12
12
[
13
13
Self . testsuite. path,
14
14
Self . testsuite. appendingPathComponent ( " proposals/memory64 " ) . path,
15
+ Self . testsuite. appendingPathComponent ( " proposals/tail-call " ) . path,
15
16
Self . projectDir. appendingPathComponent ( " Tests/WasmKitTests/ExtraSuite " ) . path,
16
17
]
17
18
}
@@ -29,20 +30,6 @@ final class SpectestTests: XCTestCase {
29
30
XCTAssertTrue ( ok)
30
31
}
31
32
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
-
46
33
func testRunAllWithTokenThreading( ) async throws {
47
34
let defaultConfig = EngineConfiguration ( )
48
35
guard defaultConfig. threadingModel != . token else { return }
You can’t perform that action at this time.
0 commit comments