@@ -8,78 +8,78 @@ output:
88 Compiling library std (test / src / e2e_vm_tests / reduced_std_libs / sway - lib - std - core )
99 Compiling library panicking_lib (test / src / e2e_vm_tests / test_programs / should_pass / language / panic_expression / panicking_lib )
1010 Compiling contract panicking_contract (test / src / e2e_vm_tests / test_programs / should_pass / language / panic_expression / panicking_contract )
11- Finished release [optimized + fuel ] target (s ) [7.936 KB ] in ???
11+ Finished release [optimized + fuel ] target (s ) [7.656 KB ] in ???
1212 Running 11 tests , filtered 0 tests
1313
1414tested -- panicking_contract
1515
16- test test_directly_panicking_method ... ok (??? , 1595 gas )
16+ test test_directly_panicking_method ... ok (??? , 1594 gas )
1717 revert code : ffffffff00000000
1818 ├─ panic message : Error C .
1919 ├─ panic value : C (true )
2020 └─ panicked in : panicking_contract @1.2 .3 , src / main .sw :22 :9
2121 decoded log values :
2222C (true ), log rb : 5503570629422409978
23- test test_nested_panic_inlined ... ok (??? , 2913 gas )
23+ test test_nested_panic_inlined ... ok (??? , 2912 gas )
2424 revert code : ffffffff00000005
2525 ├─ panic message : Error E .
2626 ├─ panic value : E ([AsciiString { data: " this" }, AsciiString { data: " is not" }, AsciiString { data: " the best practice" }])
2727 └─ panicked in : panicking_lib , src / lib .sw :41 :9
2828 decoded log values :
2929E ([AsciiString { data: " this" }, AsciiString { data: " is not" }, AsciiString { data: " the best practice" }]), log rb : 5503570629422409978
30- test test_nested_panic_inlined_same_revert_code ... ok (??? , 2913 gas )
30+ test test_nested_panic_inlined_same_revert_code ... ok (??? , 2912 gas )
3131 revert code : ffffffff00000005
3232 ├─ panic message : Error E .
3333 ├─ panic value : E ([AsciiString { data: " this" }, AsciiString { data: " is not" }, AsciiString { data: " the best practice" }])
3434 └─ panicked in : panicking_lib , src / lib .sw :41 :9
3535 decoded log values :
3636E ([AsciiString { data: " this" }, AsciiString { data: " is not" }, AsciiString { data: " the best practice" }]), log rb : 5503570629422409978
37- test test_nested_panic_not_inlined ... ok (??? , 3110 gas )
37+ test test_nested_panic_not_inlined ... ok (??? , 3109 gas )
3838 revert code : ffffffff00000006
3939 ├─ panic message : Error E .
4040 ├─ panic value : E ([AsciiString { data: " to have" }, AsciiString { data: " strings" }, AsciiString { data: " in error enum variants" }])
4141 └─ panicked in : panicking_lib , src / lib .sw :35 :5
4242 decoded log values :
4343E ([AsciiString { data: " to have" }, AsciiString { data: " strings" }, AsciiString { data: " in error enum variants" }]), log rb : 5503570629422409978
44- test test_nested_panic_not_inlined_same_revert_code ... ok (??? , 3110 gas )
44+ test test_nested_panic_not_inlined_same_revert_code ... ok (??? , 3109 gas )
4545 revert code : ffffffff00000006
4646 ├─ panic message : Error E .
4747 ├─ panic value : E ([AsciiString { data: " to have" }, AsciiString { data: " strings" }, AsciiString { data: " in error enum variants" }])
4848 └─ panicked in : panicking_lib , src / lib .sw :35 :5
4949 decoded log values :
5050E ([AsciiString { data: " to have" }, AsciiString { data: " strings" }, AsciiString { data: " in error enum variants" }]), log rb : 5503570629422409978
51- test test_generic_panic_with_unit ... ok (??? , 2035 gas )
51+ test test_generic_panic_with_unit ... ok (??? , 2034 gas )
5252 revert code : ffffffff00000004
5353 ├─ panic value : ()
5454 └─ panicked in : panicking_lib , src / lib .sw :74 :5
5555 decoded log values :
5656(), log rb : 3330666440490685604
57- test test_generic_panic_with_unit_same_revert_code ... ok (??? , 2035 gas )
57+ test test_generic_panic_with_unit_same_revert_code ... ok (??? , 2034 gas )
5858 revert code : ffffffff00000004
5959 ├─ panic value : ()
6060 └─ panicked in : panicking_lib , src / lib .sw :74 :5
6161 decoded log values :
6262(), log rb : 3330666440490685604
63- test test_generic_panic_with_str ... ok (??? , 2057 gas )
63+ test test_generic_panic_with_str ... ok (??? , 2056 gas )
6464 revert code : ffffffff00000002
6565 ├─ panic message : generic panic with string
6666 └─ panicked in : panicking_lib , src / lib .sw :74 :5
6767 decoded log values :
6868AsciiString { data: " generic panic with string" }, log rb : 10098701174489624218
69- test test_generic_panic_with_different_str_same_revert_code ... ok (??? , 1730 gas )
69+ test test_generic_panic_with_different_str_same_revert_code ... ok (??? , 1729 gas )
7070 revert code : ffffffff00000002
7171 ├─ panic message : generic panic with different string
7272 └─ panicked in : panicking_lib , src / lib .sw :74 :5
7373 decoded log values :
7474AsciiString { data: " generic panic with different string" }, log rb : 10098701174489624218
75- test test_generic_panic_with_error_type_enum ... ok (??? , 1854 gas )
75+ test test_generic_panic_with_error_type_enum ... ok (??? , 1853 gas )
7676 revert code : ffffffff00000003
7777 ├─ panic message : Error A .
7878 ├─ panic value : A
7979 └─ panicked in : panicking_lib , src / lib .sw :74 :5
8080 decoded log values :
8181A , log rb : 5503570629422409978
82- test test_generic_panic_with_error_type_enum_different_variant_same_revert_code ... ok (??? , 2023 gas )
82+ test test_generic_panic_with_error_type_enum_different_variant_same_revert_code ... ok (??? , 2022 gas )
8383 revert code : ffffffff00000003
8484 ├─ panic message : Error B .
8585 ├─ panic value : B (42 )
0 commit comments