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

tarantool / luajit / 6829118594
88%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: tarantool/release/2.11
DEFAULT BRANCH: tarantool/master
Ran 10 Nov 2023 08:05PM UTC
Jobs 1
Files 89
Run time 8s
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

10 Nov 2023 07:59PM UTC coverage: 88.552% (+0.04%) from 88.511%
6829118594

push

github

igormunkin
x86/x64: Fix math.ceil(-0.9) result sign.

Reported by minoki.

(cherry-picked from commit 674afcd4e)

The `ceil` (`floor`) math function implementation calculates (|x| +
2^52) - 2^52 for its argument to determine the fractional part of x, so
it will be rounded to the nearest integer and its sign is restored.
After that, if the original value is < (>) than the result, the -1 (1)
is subtracted from it. Take a look at the `ceil()` case. The result of
the operation `-1 - (-1)` is +0 for FP arithmetic, against -0 expected
as a result.

This patch changes the `- (-1)` operation to `+ 1` and restores sign
after it again.

NB: Since in DUALNUM mode on x86/x64 all results are tried to be
converted to integers, the sign of 0 is neglected.

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

Part of tarantool/tarantool#9145

5367 of 5975 branches covered (0.0%)

Branch coverage included in aggregate %.

20560 of 23304 relevant lines covered (88.23%)

2750138.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6829118594.1 10 Nov 2023 08:05PM UTC 0
88.55
GitHub Action Run
Source Files on build 6829118594
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6829118594
  • 4cd0adb3 on github
  • Prev Build on tarantool/master (#6829093501)
  • Next Build on skaplun/lj-859-math-ceil-sign (#6848092890)
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