main
test-branch
| Line | |
|---|
| 1 | To validate a witness using the online server, go to:
|
|---|
| 2 |
|
|---|
| 3 | http://vcloud.sosy-lab.org/webclient/runs/witness_validation
|
|---|
| 4 |
|
|---|
| 5 | Select the witness GraphML file and the .c (or .cil or .i) file
|
|---|
| 6 | to be validated, and click "Submit run"
|
|---|
| 7 |
|
|---|
| 8 | If there are no formatting issues, the page will refresh when
|
|---|
| 9 | the run has completed. A successful validation will include the
|
|---|
| 10 | string towards the bottom of the results:
|
|---|
| 11 |
|
|---|
| 12 | Verification result: FALSE.
|
|---|
| 13 |
|
|---|
| 14 | As explained at https://sv-comp.sosy-lab.org/2016/witnesses/ :
|
|---|
| 15 | "The verification result "FALSE" means that the error-witness was
|
|---|
| 16 | successfully validated, i.e., one of the paths that is described
|
|---|
| 17 | by the witness automaton leads to a violation of the specification.
|
|---|
| 18 | The result "TRUE" would mean that none of the paths described by
|
|---|
| 19 | the witness automaton lead to a violation of the specification, or
|
|---|
| 20 | in other words, that the witness was rejected. A witness is also
|
|---|
| 21 | rejected if the witness validation does not terminate normally.
|
|---|
| 22 |
|
|---|
| 23 | There is a way to run the validation locally with the latest
|
|---|
| 24 | version of CPAchecker, but I have not yet been able to get this
|
|---|
| 25 | working on the MacOSX build of CPAchecker. |
|---|
Note:
See
TracBrowser
for help on using the repository browser.