Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
FFI: Add missing coercion when recording 64-bit bit.*(). Thanks to Peter Cawley. (cherry picked from commit 304da39cc) Before the patch, with the missed coercion from string, there is the cast to `i64` from `p64`, where the last one is the string address. This leads to an incorrect result of the bit operation. This patch adds the missing corection everywhere for bit operations recording. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10709
5697 of 6035 branches covered (94.4%)
Branch coverage included in aggregate %.
11 of 15 new or added lines in 1 file covered. (73.33%)
22 existing lines in 6 files now uncovered.21713 of 23454 relevant lines covered (92.58%)
2953133.0 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
87.81 |
-0.01% | src/lj_crecord.c |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.29 |
0.0% | src/lj_record.c |
2 |
78.42 |
-0.16% | src/lj_opt_fold.c |
2 |
91.98 |
-0.45% | src/luajit.c |
3 |
93.09 |
-1.32% | src/lj_ir.c |
4 |
87.81 |
-0.01% | src/lj_crecord.c |
10 |
77.8 |
-1.01% | src/lj_api.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11856009226.1 | 89 |
92.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|