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

tarantool / luajit / 7915141696 / 1
89%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/lj-1418-1422-dualnum-narrowing-0
DEFAULT BRANCH: tarantool/master
Ran 15 Feb 2024 11:27AM UTC
Files 89
Run time 3s
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

15 Feb 2024 11:11AM UTC coverage: 88.986% (-0.01%) from 88.996%
7915141696.1

push

github

igormunkin
test: fix initialization in lj-549-lua-load.test.c

This patch is the follow up for the test introduced in the commit
cf2d9bb89 ("Followup fix for embedded
bytecode loader.") to make old C compilers happy.

In C language, objects with static storage duration have to be
initialized with constant expressions or with aggregate initializers
containing constant expressions. The term "constant" refers to literal
constants (like 1, 'a', 0xFF, and so on), enum members, and the results
of such operators as sizeof. Const-qualified objects (of any type) are
not constants in C language terminology. They cannot be used in
initializers of objects with the static storage duration, regardless of
their type.

Hence, the patch defines the first one byte from the Lua bytecode
signature explicitly and prevents the source code discrepancy with the
corresponding static assertion.

5425 of 6016 branches covered (0.0%)

Branch coverage included in aggregate %.

20759 of 23409 relevant lines covered (88.68%)

2801109.84 hits per line

Source Files on job 7915141696.1
  • Tree
  • List 0
  • Changed 78
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7915141696
  • 5e76407d on github
  • Prev Job for on imun/lj-549-make-gcc-7-happy (#7891123873.1)
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