Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
Add missing coercion when recording select(string, ...) Thanks to Peter Cawley. (cherry picked from commit 92b89d005) Before the patch, the recording of `select()` with a string argument leads to the following IR: | rcx > int CONV "1" int.num index Where the operand has string type instead of number type. This leads to the corresponding mcode: | cvttsd2si ecx, xmm1 Where xmm1 has an undefined value. Thus leads to the undefined behaviour for the recording trace. This patch adds the missing coercion. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10199 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 088e2e161)
5688 of 6028 branches covered (94.36%)
Branch coverage included in aggregate %.
3 of 3 new or added lines in 1 file covered. (100.0%)
18 existing lines in 6 files now uncovered.21674 of 23433 relevant lines covered (92.49%)
2947383.22 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
99.22 |
-0.78% | src/lj_func.c |
1 |
96.26 |
0.43% | src/lj_record.c |
1 |
87.66 |
0.67% | src/lj_crecord.c |
2 |
96.98 |
-0.38% | src/lj_snap.c |
6 |
91.58 |
-0.73% | src/lj_ffrecord.c |
7 |
77.94 |
0.0% | src/lj_opt_fold.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11367128864.1 | 89 |
92.88 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|