diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-07-27 16:11:14 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 268111321e92c4366100924b2c0cd8a8c945885b (patch) | |
tree | 705b7ec129d557f2083e5960fe8cd0b8964b124f /ids.json | |
parent | 338b42692be66d7812882e13f8c958b719968243 (diff) |
ids.json: add comment about tests expecting a failure
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'ids.json')
-rw-r--r-- | ids.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |