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 <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
