Skip to content

Commit

Permalink
grouping: add true wrong classifications
Browse files Browse the repository at this point in the history
fix #14

Signed-off-by: Tomas Jasek <tomsik68@gmail.com>
  • Loading branch information
tomsik68 committed May 18, 2018
1 parent aa2f860 commit 65cd029
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions brv/grouping.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
{"result": "ERROR (1)", "class": "error" },
{"result": "OUT OF MEMORY", "class": "error" }
]
},
{
"displayName": "true wrong",
"nameClass": "classif status-wrong",
"classifications": [
{"result": "true", "class": "wrong"}
]
}
]
},
Expand Down Expand Up @@ -132,6 +139,13 @@
{"result": "false(no-deadlock)", "class": "wrong"}
]
},
{
"displayName": "true wrong",
"nameClass": "classif status-wrong",
"classifications": [
{"result": "true", "class": "wrong"}
]
},
{
"displayName": "other",
"nameClass": "classif status-error",
Expand Down

0 comments on commit 65cd029

Please sign in to comment.