diff options
Diffstat (limited to 'test/passes')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.txt | 25 | ||||
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.wast | 8 |
2 files changed, 10 insertions, 23 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.txt b/test/passes/Oz_fuzz-exec_all-features.txt index afeae72f0..af706cc23 100644 --- a/test/passes/Oz_fuzz-exec_all-features.txt +++ b/test/passes/Oz_fuzz-exec_all-features.txt @@ -34,8 +34,6 @@ [host limit allocation failure] [fuzz-exec] calling init-array-packed [fuzz-exec] note result: init-array-packed => 213 -[fuzz-exec] calling cast-func-to-struct -[trap cast error] [fuzz-exec] calling array-copy [LoggingExternalInterface logging 10] [LoggingExternalInterface logging 10] @@ -80,13 +78,12 @@ (export "cast-on-func" (func $12)) (export "array-alloc-failure" (func $7)) (export "init-array-packed" (func $14)) - (export "cast-func-to-struct" (func $9)) - (export "array-copy" (func $17)) - (export "array.init_static" (func $18)) - (export "array.init_static-packed" (func $19)) - (export "static-casts" (func $20)) + (export "array-copy" (func $16)) + (export "array.init_static" (func $17)) + (export "array.init_static-packed" (func $18)) + (export "static-casts" (func $19)) (export "static-br_on_cast" (func $2)) - (export "static-br_on_cast_fail" (func $22)) + (export "static-br_on_cast_fail" (func $21)) (func $0 (type $void_func) (; has Stack IR ;) (local $0 i32) (call $log @@ -225,7 +222,7 @@ (i32.const 10) ) ) - (func $17 (type $void_func) (; has Stack IR ;) + (func $16 (type $void_func) (; has Stack IR ;) (local $0 (ref $bytes)) (local $1 (ref $bytes)) (array.set $bytes @@ -280,7 +277,7 @@ ) ) ) - (func $18 (type $void_func) (; has Stack IR ;) + (func $17 (type $void_func) (; has Stack IR ;) (local $0 (ref $bytes)) (call $log (array.len @@ -305,7 +302,7 @@ ) ) ) - (func $19 (type $void_func) (; has Stack IR ;) + (func $18 (type $void_func) (; has Stack IR ;) (call $log (array.get_u $bytes (array.init_static $bytes @@ -315,7 +312,7 @@ ) ) ) - (func $20 (type $void_func) (; has Stack IR ;) + (func $19 (type $void_func) (; has Stack IR ;) (call $log (i32.const 1) ) @@ -335,7 +332,7 @@ (i32.const 0) ) ) - (func $22 (type $void_func) (; has Stack IR ;) + (func $21 (type $void_func) (; has Stack IR ;) (call $log (i32.const -2) ) @@ -376,8 +373,6 @@ [fuzz-exec] calling array-alloc-failure [fuzz-exec] calling init-array-packed [fuzz-exec] note result: init-array-packed => 213 -[fuzz-exec] calling cast-func-to-struct -[trap unreachable] [fuzz-exec] calling array-copy [LoggingExternalInterface logging 10] [LoggingExternalInterface logging 10] diff --git a/test/passes/Oz_fuzz-exec_all-features.wast b/test/passes/Oz_fuzz-exec_all-features.wast index 203fc60fe..4c6af8a93 100644 --- a/test/passes/Oz_fuzz-exec_all-features.wast +++ b/test/passes/Oz_fuzz-exec_all-features.wast @@ -233,14 +233,6 @@ (func $call-target (param $0 eqref) (nop) ) - (func "cast-func-to-struct" - (drop - ;; An impossible cast of a function to a struct, which should fail. - (ref.cast null $struct - (ref.func $call-target) - ) - ) - ) (func "array-copy" (local $x (ref null $bytes)) (local $y (ref null $bytes)) |