Skip to content

Commit 1c08650

Browse files
committed
fix CI
1 parent 8c60e90 commit 1c08650

File tree

2 files changed

+40
-41
lines changed
  • forc-plugins/forc-doc/tests/fixtures/sample_workspace
  • test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call

2 files changed

+40
-41
lines changed

forc-plugins/forc-doc/tests/fixtures/sample_workspace/Forc.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ dependencies = [
1212

1313
[[package]]
1414
name = "std"
15-
version = "0.69.0"
16-
source = "registry+std?0.69.0#QmSeLFUtVXk8i13owCv87Kga1MfsYgfn7sdj6WimxLwq2g!"
15+
source = "path+from-root-0CDB23161116D3A1"

test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call/stdout.snap

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,40 @@ output:
77
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
88
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
99
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
10-
Finished release [optimized + fuel] target(s) [36.248 KB] in ???
10+
Finished release [optimized + fuel] target(s) [38.76 KB] in ???
1111
Running 29 tests, filtered 0 tests
1212

1313
tested -- const_of_contract_call
1414

15-
test cost_of_in_bool ... ok (???, 2279 gas)
16-
test cost_of_in_u8 ... ok (???, 4526 gas)
17-
test cost_of_in_u16 ... ok (???, 4141 gas)
18-
test cost_of_in_u32 ... ok (???, 4582 gas)
19-
test cost_of_in_u64 ... ok (???, 4589 gas)
20-
test cost_of_in_u256 ... ok (???, 4433 gas)
21-
test cost_of_in_b256 ... ok (???, 2147 gas)
22-
test cost_of_in_str_0 ... ok (???, 2697 gas)
23-
test cost_of_in_str_1 ... ok (???, 2998 gas)
24-
test cost_of_in_str_8 ... ok (???, 3421 gas)
25-
test cost_of_in_str_16 ... ok (???, 3030 gas)
26-
test cost_of_in_str_32 ... ok (???, 3227 gas)
27-
test cost_of_in_array_0 ... FAILED (???, 1285 gas)
28-
test cost_of_in_array_1 ... ok (???, 1779 gas)
29-
test cost_of_in_array_8 ... ok (???, 4382 gas)
30-
test cost_of_in_array_16 ... ok (???, 4753 gas)
31-
test cost_of_in_array_32 ... ok (???, 8079 gas)
32-
test cost_of_in_array_64 ... ok (???, 14545 gas)
33-
test cost_of_in_tuple_0 ... ok (???, 3479 gas)
34-
test cost_of_in_tuple_1 ... ok (???, 4050 gas)
35-
test cost_of_in_tuple_2 ... ok (???, 4418 gas)
36-
test cost_of_in_tuple_3 ... ok (???, 4761 gas)
37-
test cost_of_in_tuple_4 ... ok (???, 5126 gas)
38-
test in_struct_u64 ... ok (???, 3293 gas)
39-
test in_struct_u64_u64 ... ok (???, 3554 gas)
40-
test in_struct_u64_u64_u64 ... ok (???, 3813 gas)
41-
test in_enum_u64 ... ok (???, 2843 gas)
42-
test in_enum_u64_u64 ... ok (???, 2718 gas)
43-
test in_enum_u64_u64_u64 ... ok (???, 2830 gas)
15+
test cost_of_in_bool ... ok (???, 2627 gas)
16+
test cost_of_in_u8 ... ok (???, 4874 gas)
17+
test cost_of_in_u16 ... ok (???, 4493 gas)
18+
test cost_of_in_u32 ... ok (???, 4926 gas)
19+
test cost_of_in_u64 ... ok (???, 4934 gas)
20+
test cost_of_in_u256 ... ok (???, 4777 gas)
21+
test cost_of_in_b256 ... ok (???, 2491 gas)
22+
test cost_of_in_str_0 ... ok (???, 3043 gas)
23+
test cost_of_in_str_1 ... ok (???, 3345 gas)
24+
test cost_of_in_str_8 ... ok (???, 3768 gas)
25+
test cost_of_in_str_16 ... ok (???, 3374 gas)
26+
test cost_of_in_str_32 ... ok (???, 3572 gas)
27+
test cost_of_in_array_0 ... FAILED (???, 1632 gas)
28+
test cost_of_in_array_1 ... ok (???, 2125 gas)
29+
test cost_of_in_array_8 ... ok (???, 4724 gas)
30+
test cost_of_in_array_16 ... ok (???, 5096 gas)
31+
test cost_of_in_array_32 ... ok (???, 8421 gas)
32+
test cost_of_in_array_64 ... ok (???, 14895 gas)
33+
test cost_of_in_tuple_0 ... ok (???, 3822 gas)
34+
test cost_of_in_tuple_1 ... ok (???, 4392 gas)
35+
test cost_of_in_tuple_2 ... ok (???, 4761 gas)
36+
test cost_of_in_tuple_3 ... ok (???, 5104 gas)
37+
test cost_of_in_tuple_4 ... ok (???, 5468 gas)
38+
test in_struct_u64 ... ok (???, 3635 gas)
39+
test in_struct_u64_u64 ... ok (???, 3897 gas)
40+
test in_struct_u64_u64_u64 ... ok (???, 4156 gas)
41+
test in_enum_u64 ... ok (???, 3186 gas)
42+
test in_enum_u64_u64 ... ok (???, 3061 gas)
43+
test in_enum_u64_u64_u64 ... ok (???, 3173 gas)
4444

4545
failures:
4646
test cost_of_in_array_0, "test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call/src/main.sw":347
@@ -62,7 +62,7 @@ output:
6262
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
6363
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
6464
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
65-
Finished release [optimized + fuel] target(s) [2.016 KB] in ???
65+
Finished release [optimized + fuel] target(s) [2.448 KB] in ???
6666
Running 1 test, filtered 0 tests
6767

6868
tested -- const_of_contract_call
@@ -89,7 +89,7 @@ output:
8989
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
9090
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
9191
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
92-
Finished release [optimized + fuel] target(s) [2.192 KB] in ???
92+
Finished release [optimized + fuel] target(s) [2.624 KB] in ???
9393
Running 1 test, filtered 0 tests
9494

9595
tested -- const_of_contract_call
@@ -109,7 +109,7 @@ output:
109109
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
110110
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
111111
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
112-
Finished release [optimized + fuel] target(s) [2.216 KB] in ???
112+
Finished release [optimized + fuel] target(s) [2.648 KB] in ???
113113
Running 1 test, filtered 0 tests
114114

115115
tested -- const_of_contract_call
@@ -129,7 +129,7 @@ output:
129129
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
130130
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
131131
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
132-
Finished release [optimized + fuel] target(s) [2.216 KB] in ???
132+
Finished release [optimized + fuel] target(s) [2.648 KB] in ???
133133
Running 1 test, filtered 0 tests
134134

135135
tested -- const_of_contract_call
@@ -149,7 +149,7 @@ output:
149149
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
150150
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
151151
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
152-
Finished release [optimized + fuel] target(s) [2.288 KB] in ???
152+
Finished release [optimized + fuel] target(s) [2.848 KB] in ???
153153
Running 1 test, filtered 0 tests
154154

155155
tested -- const_of_contract_call
@@ -169,7 +169,7 @@ output:
169169
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
170170
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
171171
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
172-
Finished release [optimized + fuel] target(s) [2.352 KB] in ???
172+
Finished release [optimized + fuel] target(s) [2.784 KB] in ???
173173
Running 1 test, filtered 0 tests
174174

175175
tested -- const_of_contract_call
@@ -189,7 +189,7 @@ output:
189189
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
190190
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
191191
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
192-
Finished release [optimized + fuel] target(s) [2.064 KB] in ???
192+
Finished release [optimized + fuel] target(s) [2.504 KB] in ???
193193
Running 1 test, filtered 0 tests
194194

195195
tested -- const_of_contract_call
@@ -209,7 +209,7 @@ output:
209209
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
210210
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
211211
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
212-
Finished release [optimized + fuel] target(s) [1.952 KB] in ???
212+
Finished release [optimized + fuel] target(s) [2.504 KB] in ???
213213
Running 1 test, filtered 0 tests
214214

215215
tested -- const_of_contract_call
@@ -629,7 +629,7 @@ output:
629629
Building test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call
630630
Compiling library std (test/src/e2e_vm_tests/reduced_std_libs/sway-lib-std-core)
631631
Compiling contract const_of_contract_call (test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/const_of_contract_call)
632-
Finished release [optimized + fuel] target(s) [1.92 KB] in ???
632+
Finished release [optimized + fuel] target(s) [2.472 KB] in ???
633633
Running 1 test, filtered 0 tests
634634

635635
tested -- const_of_contract_call

0 commit comments

Comments
 (0)