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

SRI-CSL / yices2 / 30149647219
71%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2026 07:49AM UTC
Jobs 1
Files 496
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

25 Jul 2026 07:37AM UTC coverage: 71.207% (+0.002%) from 71.205%
30149647219

push

github

web-flow
Fix signed-overflow UB in bv64 interval abstraction (#656)

* Fix signed-overflow UB in bv64 interval abstraction

sum/diff computed x+y / x-y as signed int64 (undefined on overflow),
then detected the overflow by inspecting the result's sign. At -O2/-O3
GCC assumes signed overflow never happens and deletes those sign-based
checks, so overflow went undetected -> unsound BV interval abstraction
-> wrong "unsat". opposite/mul/negate/power had the same class of UB
via -x / -(int64_t)c on INT64_MIN. macOS/clang happened to keep the
checks, so this only showed on Linux release builds.

Do the wraparound arithmetic and negations in the unsigned domain
(well-defined, identical two's-complement result) so the overflow
checks survive optimization.

Add two QF_BV regression tests (from SMT-LIB QF_BV/20210219-Sydr)
that return unsat on the buggy build and sat with the fix.

* Replace stale BV64 arithmetic tests

---------

Co-authored-by: Stephane Graham-Lengrand <stephane.graham-lengrand@sri.com>

5 of 8 new or added lines in 1 file covered. (62.5%)

95541 of 134173 relevant lines covered (71.21%)

1666283.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
76.97
0.91% src/terms/bv64_interval_abstraction.c
Jobs
ID Job ID Ran Files Coverage
1 30149647219.1 25 Jul 2026 07:49AM UTC 496
71.21
GitHub Action Run
Source Files on build 30149647219
  • Tree
  • List 496
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30149647219
  • 6435defc on github
  • Prev Build on master (#29183493071)
  • Next Build on master (#30150074613)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc