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

tarantool / luajit / 15879471046
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/gh-4808-jslots-trace-ir-cdata-ctype
DEFAULT BRANCH: tarantool/master
Ran 25 Jun 2025 02:44PM 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

25 Jun 2025 02:41PM UTC coverage: 93.012% (-0.02%) from 93.029%
15879471046

push

github

Buristan
ARM64: Fix assembly of HREFK.

Reported by caohongqing.
Fix contributed by Peter Cawley.

(cherry picked from commit 8fbd576fb)

`asm_hrefk()` uses the check for the offset for the corresponding node
structure. However, the target load is performed from its inner `key`
field with the offset 8. In the case of a huge table, it is possible
that the offset of the node (4095 * 8) is less than 4096 * 8 and can be
emitted via the corresponding instruction as an immediate offset, but
the offset of the `key` field is not. This leads to the corresponding
assertion failure in `emit_lso()`.

This patch fixes this behaviour by the correct check.

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

Part of tarantool/tarantool#11278

5707 of 6044 branches covered (94.42%)

Branch coverage included in aggregate %.

21780 of 23508 relevant lines covered (92.65%)

3828657.4 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
94.74
-2.87% src/lj_str.c
2
99.18
-0.33% src/lj_gc.c
1
96.59
0.0% src/lj_record.c
Jobs
ID Job ID Ran Files Coverage
1 15879471046.1 25 Jun 2025 02:44PM UTC 89
93.01
GitHub Action Run
Source Files on build 15879471046
  • Tree
  • List 89
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #15879471046
  • 4beee345 on github
  • Prev Build on tarantool/master (#15603502129)
  • Next Build on skaplun/lj-1026-arm64-invalid-hrefk-offset-check (#15905693467)
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