From 268111321e92c4366100924b2c0cd8a8c945885b Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 27 Jul 2017 16:11:14 +0200 Subject: [PATCH] ids.json: add comment about tests expecting a failure Signed-off-by: Marcus Fritzsch --- ids.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.16.6