File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -487,6 +487,8 @@ struct ExecutionResults {
487487 // This should be ignored and not compared with, as optimizations can
488488 // change whether a host limit is reached.
489489 ignore = true ;
490+ } catch (const WasmException&) {
491+ std::cout << " [exception thrown]\n " ;
490492 }
491493 }
492494
Original file line number Diff line number Diff line change 1717 ;; CHECK: [fuzz-exec] export run
1818 ;; CHECK-NEXT: [fuzz-exec] note result: run => 1
1919 ;; CHECK-NEXT: [trap unreachable]
20+ ;; CHECK-NEXT: [exception thrown]
2021 (func $run (export " run" ) (result i32 )
22+ ;; Due to limitations of the auto-updater, the trap and exception from the
23+ ;; following two modules gets logged here. (There is at least no
24+ ;; ambiguity: we first see that we finished ok and returned a value.)
2125 (global.get $global )
2226 )
2327)
You can’t perform that action at this time.
0 commit comments