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

tarantool / luajit / 11237544251
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: ligurio/gh-xxxx-fix-stack-checks-in-vararg-calls
DEFAULT BRANCH: tarantool/master
Ran 08 Oct 2024 02:27PM 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

08 Oct 2024 02:22PM UTC coverage: 92.918% (+0.03%) from 92.891%
11237544251

push

github

Buristan
FFI: Fix 64 bit shift fold rules.

Thanks to Peter Cawley.

(cherry picked from commit 9e0437240)

For `IR_BSHR`, `IR_BROL`, `IR_BROR` during `kfold_int64arith()` the left
argument is truncated down to 32 bits, which leads to incorrect results
if the right argument is >= 2^32.

Also, `IR_BSAR` does an unsigned shift rather than a signed shift, but
since this case branch is unreachable, it is harmless for now.

This patch fixes all misbehaviours (including possible for `IR_BSAR`) to
preserve IR semantics.

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

Part of tarantool/tarantool#10199

5686 of 6026 branches covered (94.36%)

Branch coverage included in aggregate %.

21685 of 23431 relevant lines covered (92.55%)

2947024.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11237544251.1 08 Oct 2024 02:27PM UTC 0
92.92
GitHub Action Run
Source Files on build 11237544251
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11237544251
  • 11e67f97 on github
  • Prev Build on skaplun/lj-1079-fix-64-bitshift-folds (#11139957939)
  • Next Build on skaplun/lj-1079-fix-64-bitshift-folds (#11373245844)
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