• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / luajit / 17095363889
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/ffi-c-call-conventions
DEFAULT BRANCH: tarantool/master
Ran 20 Aug 2025 10:49AM UTC
Jobs 1
Files 89
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Aug 2025 09:49AM UTC coverage: 93.084% (+0.02%) from 93.064%
17095363889

push

github

Buristan
x86/x64: Don't use undefined MUL/IMUL zero flag.

Reported by VrIgHtEr.

(cherry picked from commit c92d0cb19)

When emitting the arithmetic operations on registers via the
`asm_intarith()`, the next `test` instruction may be dropped since the
flag register is modified by the arithmetic instruction to be emitted.

But the `imul` instruction [1] doesn't modify ZF, so its value is
undefined. This patch prevents dropping the `test` instruction if
the emitted instruction is `imul`.

Sergey Kaplun:
* added the description and the test for the problem

[1]: https://www.felixcloutier.com/x86/imul

Part of tarantool/tarantool#11691

5713 of 6047 branches covered (94.48%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

14 existing lines in 4 files now uncovered.

21799 of 23509 relevant lines covered (92.73%)

3874317.48 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
77.8
-1.01% src/lj_api.c
2
92.0
-0.44% src/luajit.c
1
88.06
0.08% src/lj_crecord.c
1
78.83
0.31% src/lj_opt_fold.c
Jobs
ID Job ID Ran Files Coverage
1 17095363889.1 20 Aug 2025 10:49AM UTC 89
93.08
GitHub Action Run
Source Files on build 17095363889
  • Tree
  • List 89
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #17095363889
  • 59faed00 on github
  • Prev Build on tarantool/master (#16418063871)
  • Next Build on skaplun/lj-1376-undefined-mul-test-flag (#17637199878)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc