blob: d499f208f6c89a31221be504b041991b8767cfdf (
plain)
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
|
[fuzz-exec] calling $a
[fuzz-exec] note result: $a => i32.const -69
[fuzz-exec] calling $b
[fuzz-exec] note result: $b => i32.const -31768
[fuzz-exec] calling $c
[fuzz-exec] note result: $c => i64.const -69
[fuzz-exec] calling $d
[fuzz-exec] note result: $d => i64.const -31768
[fuzz-exec] calling $e
[fuzz-exec] note result: $e => i64.const -2146649112
(module
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$j (func (result i64)))
(export "a" (func $a))
(export "b" (func $b))
(export "c" (func $c))
(export "d" (func $d))
(export "e" (func $e))
(func $a (; 0 ;) (type $FUNCSIG$i) (result i32)
(i32.extend8_s
(i32.const 187)
)
)
(func $b (; 1 ;) (type $FUNCSIG$i) (result i32)
(i32.extend16_s
(i32.const 33768)
)
)
(func $c (; 2 ;) (type $FUNCSIG$j) (result i64)
(i64.extend8_s
(i64.const 187)
)
)
(func $d (; 3 ;) (type $FUNCSIG$j) (result i64)
(i64.extend16_s
(i64.const 33768)
)
)
(func $e (; 4 ;) (type $FUNCSIG$j) (result i64)
(i64.extend32_s
(i64.const 2148318184)
)
)
)
[fuzz-exec] calling $a
[fuzz-exec] note result: $a => i32.const -69
[fuzz-exec] calling $b
[fuzz-exec] note result: $b => i32.const -31768
[fuzz-exec] calling $c
[fuzz-exec] note result: $c => i64.const -69
[fuzz-exec] calling $d
[fuzz-exec] note result: $d => i64.const -31768
[fuzz-exec] calling $e
[fuzz-exec] note result: $e => i64.const -2146649112
[fuzz-exec] comparing $a
[fuzz-exec] comparing $b
[fuzz-exec] comparing $c
[fuzz-exec] comparing $d
[fuzz-exec] comparing $e
|