From: Marcus Fritzsch Date: Thu, 27 Jul 2017 14:11:14 +0000 (+0200) Subject: ids.json: add comment about tests expecting a failure X-Git-Tag: 4.99.1~227 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=268111321e92c4366100924b2c0cd8a8c945885b;p=staging%2Fwindowmanager.git ids.json: add comment about tests expecting a failure Signed-off-by: Marcus Fritzsch --- 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" },