diff options
Diffstat (limited to 'test/passes')
-rw-r--r-- | test/passes/fuzz-exec_O.txt | 4 | ||||
-rw-r--r-- | test/passes/fuzz-exec_enable-sign-ext.txt | 20 | ||||
-rw-r--r-- | test/passes/ssa_fuzz-exec_enable-threads.txt | 4 |
3 files changed, 12 insertions, 16 deletions
diff --git a/test/passes/fuzz-exec_O.txt b/test/passes/fuzz-exec_O.txt index d25d81dc3..5d9a71601 100644 --- a/test/passes/fuzz-exec_O.txt +++ b/test/passes/fuzz-exec_O.txt @@ -1,7 +1,5 @@ [fuzz-exec] calling $func_0 -[trap final > memory: 18446744073709551615 > 65514] [fuzz-exec] calling $func_1 -[trap final > memory: 18446744073709551615 > 65514] (module (type $FUNCSIG$j (func (result i64))) (type $FUNCSIG$i (func (result i32))) @@ -25,8 +23,6 @@ ) ) [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 diff --git a/test/passes/fuzz-exec_enable-sign-ext.txt b/test/passes/fuzz-exec_enable-sign-ext.txt index d499f208f..b94811acc 100644 --- a/test/passes/fuzz-exec_enable-sign-ext.txt +++ b/test/passes/fuzz-exec_enable-sign-ext.txt @@ -1,13 +1,13 @@ [fuzz-exec] calling $a -[fuzz-exec] note result: $a => i32.const -69 +[fuzz-exec] note result: $a => -69 [fuzz-exec] calling $b -[fuzz-exec] note result: $b => i32.const -31768 +[fuzz-exec] note result: $b => -31768 [fuzz-exec] calling $c -[fuzz-exec] note result: $c => i64.const -69 +[fuzz-exec] note result: $c => -69 [fuzz-exec] calling $d -[fuzz-exec] note result: $d => i64.const -31768 +[fuzz-exec] note result: $d => -31768 [fuzz-exec] calling $e -[fuzz-exec] note result: $e => i64.const -2146649112 +[fuzz-exec] note result: $e => -2146649112 (module (type $FUNCSIG$i (func (result i32))) (type $FUNCSIG$j (func (result i64))) @@ -43,15 +43,15 @@ ) ) [fuzz-exec] calling $a -[fuzz-exec] note result: $a => i32.const -69 +[fuzz-exec] note result: $a => -69 [fuzz-exec] calling $b -[fuzz-exec] note result: $b => i32.const -31768 +[fuzz-exec] note result: $b => -31768 [fuzz-exec] calling $c -[fuzz-exec] note result: $c => i64.const -69 +[fuzz-exec] note result: $c => -69 [fuzz-exec] calling $d -[fuzz-exec] note result: $d => i64.const -31768 +[fuzz-exec] note result: $d => -31768 [fuzz-exec] calling $e -[fuzz-exec] note result: $e => i64.const -2146649112 +[fuzz-exec] note result: $e => -2146649112 [fuzz-exec] comparing $a [fuzz-exec] comparing $b [fuzz-exec] comparing $c diff --git a/test/passes/ssa_fuzz-exec_enable-threads.txt b/test/passes/ssa_fuzz-exec_enable-threads.txt index 35499266e..2546819e4 100644 --- a/test/passes/ssa_fuzz-exec_enable-threads.txt +++ b/test/passes/ssa_fuzz-exec_enable-threads.txt @@ -1,5 +1,5 @@ [fuzz-exec] calling $func_0 -[fuzz-exec] note result: $func_0 => i32.const 16384 +[fuzz-exec] note result: $func_0 => 16384 (module (type $0 (func (result i32))) (type $1 (func)) @@ -126,5 +126,5 @@ ) ) [fuzz-exec] calling $func_0 -[fuzz-exec] note result: $func_0 => i32.const 16384 +[fuzz-exec] note result: $func_0 => 16384 [fuzz-exec] comparing $func_0 |