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

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

Build:
Build:
LAST BUILD BRANCH: ligurio/gh-xxxx-fix-stack-checks-in-vararg-calls
DEFAULT BRANCH: tarantool/master
Ran 29 Aug 2023 11:03AM UTC
Jobs 1
Files 89
Run time 4s
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

29 Aug 2023 10:40AM UTC coverage: 88.054% (+0.04%) from 88.01%
6011374124

push

github

Buristan
Handle table unsinking in the presence of IRFL_TAB_NOMM.

Reported by Sergey Kaplun.

(cherry-picked from commit 0ef51b495)

Table `NEWREF` storage for non-constant keys also emits `FREF` IR with
`IRFL_TAB_NOMM` to invalidate the metamethod cache. When table creation
and `NEWREF` are sinked, the corresponding `FSTORE` is sinked too and
should be restored on trace exit. However, `snap_unsink()` doesn't
expect anything except `IRFL_TAB_META` as the second operand of `FREF`,
so the corresponding assertion fails.

This patch adds a switch-case statement to handle the `IRFL_TAB_NOMM`
case. Since `FREF` with `IRFL_TAB_NOMM` always follows some hash store,
we can avoid a duplication of the cache invalidation, so this case just
does nothing.

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

Part of tarantool/tarantool#8825

5329 of 5969 branches covered (0.0%)

Branch coverage included in aggregate %.

20433 of 23288 relevant lines covered (87.74%)

1295928.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6011374124.1 29 Aug 2023 11:03AM UTC 0
88.05
GitHub Action Run
Source Files on build 6011374124
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6011374124
  • a9ebae26 on github
  • Prev Build on tarantool/master (#6010772579)
  • Next Build on skaplun/lj-1052-unsink-with-irfl-tab-nomm (#6219753603)
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