|
Ran
|
Jobs
1
|
Files
89
|
Run time
6min
|
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
5690 of 6028 branches covered (94.39%)
Branch coverage included in aggregate %.
3 of 3 new or added lines in 1 file covered. (100.0%)
8 existing lines in 3 files now uncovered.21686 of 23437 relevant lines covered (92.53%)
2928343.49 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 10990887455.1 | 0 |
92.91 |
GitHub Action Run |