diff options
Diffstat (limited to 'test/parse/expr/convert-sat-disabled.txt')
-rw-r--r-- | test/parse/expr/convert-sat-disabled.txt | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/test/parse/expr/convert-sat-disabled.txt b/test/parse/expr/convert-sat-disabled.txt deleted file mode 100644 index 59a50084..00000000 --- a/test/parse/expr/convert-sat-disabled.txt +++ /dev/null @@ -1,61 +0,0 @@ -;;; TOOL: wat2wasm -;;; ERROR: 1 -(module - (func - f32.const 0 - i32.trunc_s:sat/f32 - drop - - f32.const 0 - i32.trunc_u:sat/f32 - drop - - f64.const 0 - i32.trunc_s:sat/f64 - drop - - f64.const 0 - i32.trunc_u:sat/f64 - drop - - f32.const 0 - i64.trunc_s:sat/f32 - drop - - f32.const 0 - i64.trunc_u:sat/f32 - drop - - f64.const 0 - i64.trunc_s:sat/f64 - drop - - f64.const 0 - i64.trunc_u:sat/f64 - drop)) -(;; STDERR ;;; -out/test/parse/expr/convert-sat-disabled.txt:6:5: error: opcode not allowed: i32.trunc_sat_f32_s - i32.trunc_s:sat/f32 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:10:5: error: opcode not allowed: i32.trunc_sat_f32_u - i32.trunc_u:sat/f32 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:14:5: error: opcode not allowed: i32.trunc_sat_f64_s - i32.trunc_s:sat/f64 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:18:5: error: opcode not allowed: i32.trunc_sat_f64_u - i32.trunc_u:sat/f64 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:22:5: error: opcode not allowed: i64.trunc_sat_f32_s - i64.trunc_s:sat/f32 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:26:5: error: opcode not allowed: i64.trunc_sat_f32_u - i64.trunc_u:sat/f32 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:30:5: error: opcode not allowed: i64.trunc_sat_f64_s - i64.trunc_s:sat/f64 - ^^^^^^^^^^^^^^^^^^^ -out/test/parse/expr/convert-sat-disabled.txt:34:5: error: opcode not allowed: i64.trunc_sat_f64_u - i64.trunc_u:sat/f64 - ^^^^^^^^^^^^^^^^^^^ -;;; STDERR ;;) |