This repository was archived by the owner on Jul 11, 2023. It is now read-only.
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Differentiate incomplete from inconsistent results #14
Open
Description
Currently, incomplete can mean an implementation is missing data, (untested), or that its results are different (expect pass, actual fail). As discussed in act-rules/act-rules.github.io#850, we'd like to distinguish between these two.
We want two flags:
- Incomplete: Some of the "actuals" are "untested"
- Inconsistent: Some of the "actuals" aren't in the list of allowed expected results.
We'd also have to add "untested" to all of the allowed expected results. Something is not inconsistent if the result is untested. For an implementation to be "correct", it has can neither be incomplete nor inconsistent.
Metadata
Metadata
Assignees
Labels
No labels