1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
[fuzz-exec] calling func_0
[trap final > memory: 18446744073709551615 > 65514]
[fuzz-exec] calling func_1
[trap final > memory: 18446744073709551615 > 65514]
(module
(type $none_=>_i64 (func (result i64)))
(type $none_=>_i32 (func (result i32)))
(memory $0 1 1)
(export "func_0" (func $func_0))
(export "func_1" (func $func_1))
(func $func_0 (; has Stack IR ;) (result i64)
(block $label$0 (result i64)
(br_if $label$0
(i64.const 1234)
(i32.load16_s offset=22 align=1
(i32.const -1)
)
)
)
)
(func $func_1 (; has Stack IR ;) (result i32)
(i32.load16_s offset=22 align=1
(i32.const -1)
)
)
)
[fuzz-exec] calling func_0
[trap final > memory: 18446744073709551615 > 65514]
[fuzz-exec] calling func_1
[trap final > memory: 18446744073709551615 > 65514]
[fuzz-exec] comparing func_0
[fuzz-exec] comparing func_1
[fuzz-exec] calling div
[fuzz-exec] note result: div => nan:0x400000
[fuzz-exec] calling mul1
[fuzz-exec] note result: mul1 => nan:0x400000
[fuzz-exec] calling mul2
[fuzz-exec] note result: mul2 => nan:0x400000
[fuzz-exec] calling add1
[fuzz-exec] note result: add1 => nan:0x400000
[fuzz-exec] calling add2
[fuzz-exec] note result: add2 => nan:0x400000
[fuzz-exec] calling add3
[fuzz-exec] note result: add3 => nan:0x400000
[fuzz-exec] calling add4
[fuzz-exec] note result: add4 => nan:0x400000
[fuzz-exec] calling sub1
[fuzz-exec] note result: sub1 => nan:0x400000
[fuzz-exec] calling sub2
[fuzz-exec] note result: sub2 => nan:0x400000
(module
(type $none_=>_f32 (func (result f32)))
(export "div" (func $0))
(export "mul1" (func $0))
(export "mul2" (func $0))
(export "add1" (func $0))
(export "add2" (func $0))
(export "add3" (func $0))
(export "add4" (func $0))
(export "sub1" (func $0))
(export "sub2" (func $0))
(func $0 (; has Stack IR ;) (result f32)
(f32.const nan:0x400000)
)
)
[fuzz-exec] calling div
[fuzz-exec] note result: div => nan:0x400000
[fuzz-exec] calling mul1
[fuzz-exec] note result: mul1 => nan:0x400000
[fuzz-exec] calling mul2
[fuzz-exec] note result: mul2 => nan:0x400000
[fuzz-exec] calling add1
[fuzz-exec] note result: add1 => nan:0x400000
[fuzz-exec] calling add2
[fuzz-exec] note result: add2 => nan:0x400000
[fuzz-exec] calling add3
[fuzz-exec] note result: add3 => nan:0x400000
[fuzz-exec] calling add4
[fuzz-exec] note result: add4 => nan:0x400000
[fuzz-exec] calling sub1
[fuzz-exec] note result: sub1 => nan:0x400000
[fuzz-exec] calling sub2
[fuzz-exec] note result: sub2 => nan:0x400000
[fuzz-exec] comparing add1
[fuzz-exec] comparing add2
[fuzz-exec] comparing add3
[fuzz-exec] comparing add4
[fuzz-exec] comparing div
[fuzz-exec] comparing mul1
[fuzz-exec] comparing mul2
[fuzz-exec] comparing sub1
[fuzz-exec] comparing sub2
|