[Piglit] [PATCH 2/6] unittests/schema: Drop additionProperties restrction from options

Dylan Baker dylan at pnwbakers.com
Sat Aug 6 00:19:15 UTC 2016


In the past piglit has added or removed options from that part of the
results without caring too much. The reason for this is that these
values are really meant for developers to manually inspect, and for
resuming. We don't support resuming a run on a different version of
piglit than it started (and that's crazy, we never will).

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 unittests/framework/backends/schema/piglit-8.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/unittests/framework/backends/schema/piglit-8.json b/unittests/framework/backends/schema/piglit-8.json
index b2a8622..8661f40 100644
--- a/unittests/framework/backends/schema/piglit-8.json
+++ b/unittests/framework/backends/schema/piglit-8.json
@@ -47,8 +47,7 @@
                     "type": "array",
                     "items": { "type": "string" }
                 }
-            },
-            "additionalProperties": false
+            }
         },
         "totals": {
             "type": "object",
-- 
git-series 0.8.7


More information about the Piglit mailing list