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

tarantool / luajit / 7915662484
70%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/luajit-performance-tests
DEFAULT BRANCH: tarantool/master
Ran 15 Feb 2024 12:14PM 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.981% (+0.1%) from 88.878%
7915662484

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>
(cherry picked from commit f32b2b8fd)

5406 of 5996 branches covered (90.16%)

Branch coverage included in aggregate %.

20676 of 23316 relevant lines covered (88.68%)

756655.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7915662484.1 15 Feb 2024 12:13PM UTC 89
88.98
GitHub Action Run
Source Files on build 7915662484
  • Tree
  • List 89
  • Changed 85
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #7915662484
  • 65d54e6e on github
  • Prev Build on tarantool/release/2.11 (#7891123871)
  • Next Build on tarantool/release/2.11 (#7985225597)
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