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

✨: Support correctness witness validation #33

Open
1 of 4 tasks
jossmoff opened this issue Mar 4, 2023 · 0 comments
Open
1 of 4 tasks

✨: Support correctness witness validation #33

jossmoff opened this issue Mar 4, 2023 · 0 comments
Labels
common For common frontend functionality enhancement New feature or request
Milestone

Comments

@jossmoff
Copy link
Member

jossmoff commented Mar 4, 2023

Feature Type

  • Adding generic functionality to polywit

  • Adding language specific functionality to polywit

  • Changing existing functionality in polywit

  • Removing functionality from polywit

Problem Description

The polywit framework can be extended to support correctness witness validation. This can be implemented in two ways:

  • For programs with concrete execution paths i.e no nondeterministic function calls we can use the similar execution based methods to the violation witness framework.
  • For nondeterministic programs, we can use validation via verification similar to MetaVal [1].

Feature Description

We can add functionality to the witness processor to process the correctness witnesses format [2]. Instead of creating a test harness we can have a verification harness. We can share functionality between the two to extend a common base class ValidationHarness to share stuff such as the validation execution command.

Alternative Solutions

There are other methods for correctness validation such as automata based methods however polywit revolves around processing compilation units and a witness. Validation by verification lends better to this as it is similar to the execution based violation validation.

Additional Context

No response

@jossmoff jossmoff added enhancement New feature or request common For common frontend functionality labels Mar 4, 2023
@jossmoff jossmoff changed the title Support correctness witness validation ✨: Support correctness witness validation Mar 4, 2023
@jossmoff jossmoff added this to the Version 2.0.0 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common For common frontend functionality enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant