summaryrefslogtreecommitdiff
path: root/unittests/framework/backends/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/framework/backends/shared.py')
-rw-r--r--unittests/framework/backends/shared.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/unittests/framework/backends/shared.py b/unittests/framework/backends/shared.py
index ca2b478c0..d9f5790af 100644
--- a/unittests/framework/backends/shared.py
+++ b/unittests/framework/backends/shared.py
@@ -105,6 +105,7 @@ JSON = {
"glxinfo": None,
"totals": {
"spec": {
+ '__type__': 'Totals',
"warn": 0,
"timeout": 0,
"skip": 0,
@@ -117,6 +118,7 @@ JSON = {
"dmesg-fail": 0
},
"": {
+ '__type__': 'Totals',
"warn": 0,
"timeout": 0,
"skip": 0,
@@ -129,6 +131,7 @@ JSON = {
"dmesg-fail": 0
},
"spec@!opengl 1.0": {
+ '__type__': 'Totals',
"warn": 0,
"timeout": 0,
"skip": 0,
@@ -141,6 +144,7 @@ JSON = {
"dmesg-fail": 0
},
"root": {
+ '__type__': 'Totals',
"warn": 0,
"timeout": 0,
"skip": 0,