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

tarantool / luajit / 9792155454
93%

Build:
DEFAULT BRANCH: tarantool/master
Ran 04 Jul 2024 09:57AM CUT
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

04 Jul 2024 09:39AM CUT coverage: 92.719% (+0.1%) from 92.612%
9792155454

push

github

Buristan
Avoid negation of signed integers in C that may hold INT*_MIN.

Reported by minoki.
Recent C compilers 'take advantage' of the undefined behavior.
This completely changes the meaning of expressions like (k == -k).

(cherry picked from commit 8a5e398c5)

This patch changes all possibly dangerous -x operations on integers to
the corresponding two's complement. Also, it removes all related UBSAN
suppressions, since they are fixed.

Also, this patch limits the `bit.tohex()` result by 254 characters.

There is no testcase for `strscan_oct()`, `strscan_dec()` or/and
`STRSCAN_U32` format since first the unary minus is parsed first and
only after the number itself is parsed during parsing C syntax. So the
error is raised in `cp_expr_prefix()` instead. For parsing the exponent
header, there is no testcase, since the power is limited by
`STRSCAN_MAXEXP`.

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

Part of tarantool/tarantool#9924
Relates to tarantool/tarantool#8473

Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org>
Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org>
Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>

5673 of 6025 branches covered (94.16%)

Branch coverage included in aggregate %.

24 of 31 new or added lines in 10 files covered. (77.42%)

6 existing lines in 1 file now uncovered.

21641 of 23434 relevant lines covered (92.35%)

2953217.43 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
77.47
0.24% src/lj_opt_fold.c
6
86.78
5.49% src/lj_strscan.c

Uncovered Existing Lines

Lines Coverage ∆ File
6
97.36
0.0% src/lj_snap.c
Jobs
ID Job ID Ran Files Coverage
1 9792155454.1 04 Jul 2024 09:57AM CUT 89
92.72
GitHub Action Run
Source Files on build 9792155454
  • Tree
  • List 89
  • Changed 86
  • Source Changed 0
  • Coverage Changed 11
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
13.79
src/lj_utils_leb128.c132 51 7 44 1847085.0 - 2611 6
61.83
src/lj_clib.c431 101 65 36 3993.0 + 2116 14
77.43
src/lj_api.c1369 860 662 198 919805.0 + 663182 48
77.47
src/lj_opt_fold.c2542 977 741 + 3236 - 3804170.0 + 48876246 51
77.92
src/lj_wbuf.c141 66 49 17 646238.0 - 6111 0
78.75
src/lib_math.c224 72 56 16 20819.0 + 87 1
84.03
src/lj_ccall.c1183 172 145 27 30983.0 + 15555 11
84.21
src/lj_load.c164 81 69 12 30873.0 + 6411 3
86.45
src/lib_jit.c771 323 280 43 414.0 + 358 10
86.78
src/lj_strscan.c540 263 227 + 1536 - 152381443.0 - 168433121 + 717 - 7
Showing 1 to 10 of 89 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
  • ►
    92.72
    src/
  • Back to Repo
  • Github Actions Build #9792155454
  • 78f4de4d on github
  • Prev Build on tarantool/master (#9741311542)
  • Next Build on tarantool/master (#9793822077)
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