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

SRI-CSL / yices2 / 28931436466
71%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2026 09:25AM UTC
Jobs 1
Files 496
Run time 2min
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

08 Jul 2026 09:13AM UTC coverage: 71.213% (+0.002%) from 71.211%
28931436466

push

github

web-flow
Fix segfault in get-value for function default over exhausted finite range (#403) (#655)

When building a model, a function/array's default value is a fresh
particle of the range type. egraph_concretize_value realized it with
make_fresh_value, which returns null_value for a finite range whose
values are all already used. The null_value (-1) was passed unchecked
to vtbl_mk_function, crashing on get-value in QF_AUFBV.

Fall back to vtbl_make_object when no fresh value exists: a function's
default outside its explicit domain can be any value of the range type,
and distinctness of function variables is enforced separately by
force_maps_to_differ (fun_solver.c).

4 of 4 new or added lines in 1 file covered. (100.0%)

95569 of 134201 relevant lines covered (71.21%)

1662885.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28931436466.1 08 Jul 2026 09:25AM UTC 496
71.21
GitHub Action Run
Source Files on build 28931436466
  • Tree
  • List 496
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28931436466
  • b11db7c4 on github
  • Prev Build on master (#28849461968)
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