aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-27 16:11:14 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit268111321e92c4366100924b2c0cd8a8c945885b (patch)
tree705b7ec129d557f2083e5960fe8cd0b8964b124f
parent338b42692be66d7812882e13f8c958b719968243 (diff)
ids.json: add comment about tests expecting a failure
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r--ids.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ids.json b/ids.json
index 5c0588d..8914111 100644
--- a/ids.json
+++ b/ids.json
@@ -27,7 +27,7 @@
],
"tests": [
{ "surface_id": "1000", "expect_layer_id": "1000" },
- { "surface_id": "1001", "expect_layer_id": "-1" },
+ { "surface_id": "1001", "expect_layer_id": "-1", "comment": "check against -1 for not found entries" },
{ "surface_id": "1999", "expect_layer_id": "-1" },
{ "surface_id": "2000", "expect_layer_id": "1001" },
{ "surface_id": "2500", "expect_layer_id": "1001" },