Skip to content
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

Description

@WilcoFiers

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:

  1. Incomplete: Some of the "actuals" are "untested"
  2. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions