Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt existing Ruby scripts to Python framework #17

Merged
merged 28 commits into from
Jul 28, 2024

Conversation

@sim642 sim642 self-requested a review June 20, 2023 15:09
@michael-schwarz
Copy link
Member

Thanks, it's nice to see progress here!

…l as C

file generation for update_bench_traces_rel_assert.py
update_bench_traces_rel_yaml.py Outdated Show resolved Hide resolved
update_bench_traces_rel_assert.py Outdated Show resolved Hide resolved
program=str(Path("../analyzer/goblint").absolute()),
args=["-v", "--conf", str(Path("../analyzer/conf/traces-rel.json").absolute()), "--enable", "dbg.debug","--set", "trans.activated[+]", "assert"],
dump = "assert"
)

def index_tool_factory(name, args):
goblint = GoblintTool(
name=name,
program=str(Path("../analyzer/goblint").absolute()),
args=["-v", "--conf", str(Path("../analyzer/conf/traces-rel.json").absolute()), "--enable", "dbg.debug"] + args,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the assertion transformation now outputs SV-COMP things with __VERIFIER_*, this should also have --enable ana.sv-comp.functions I think.

@sim642 sim642 self-requested a review June 15, 2024 07:19
@sim642 sim642 added enhancement New feature or request benchmark labels Jul 28, 2024
@sim642 sim642 merged commit e033a69 into goblint:master Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment