Skip to content

Commit fad92ea

Browse files
authored
Fix misc. tests (#2534)
- Remove a function from memory-packing_all-features.wast, because it does not test anything meaningful after #2529. - Rename a test file to use `--all-features`; it started failing I guess because `exnref` requires also reference type features, but not sure why it was OK so far.
1 parent 48ccb2b commit fad92ea

4 files changed

Lines changed: 0 additions & 14 deletions

test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.txt renamed to test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt

File renamed without changes.

test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_enable-exception-handling.wast renamed to test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.wast

File renamed without changes.

test/passes/memory-packing_all-features.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,4 @@
3333
)
3434
(unreachable)
3535
)
36-
(func $bar (; 1 ;)
37-
(drop
38-
(loop $loop-in (result i32)
39-
(i32.const 42)
40-
)
41-
)
42-
)
4336
)

test/passes/memory-packing_all-features.wast

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,4 @@
2727
(i32.const 0)
2828
)
2929
)
30-
(func $bar
31-
(drop
32-
(loop (result i32)
33-
(i32.const 42)
34-
)
35-
)
36-
)
3730
)

0 commit comments

Comments
 (0)