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

tarantool / luajit / 7915662469
93%

Build:
DEFAULT BRANCH: tarantool/master
Ran 15 Feb 2024 12:16PM UTC
Jobs 1
Files 89
Run time 9s
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:54AM UTC coverage: 88.999% (+0.003%) from 88.996%
7915662469

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.

Reviewed-by: Sergey Kaplun <skaplun@tarantool.org>
Signed-off-by: Igor Munkin <imun@tarantool.org>

5426 of 6016 branches covered (90.19%)

Branch coverage included in aggregate %.

20762 of 23409 relevant lines covered (88.69%)

2806653.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7915662469.1 15 Feb 2024 12:16PM UTC 89
89.0
GitHub Action Run
Source Files on build 7915662469
  • Tree
  • List 89
  • Changed 80
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7915662469
  • f32b2b8f on github
  • Prev Build on tarantool/master (#7891123873)
  • Next Build on tarantool/master (#7985225622)
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

© 2025 Coveralls, Inc