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