diff options
Diffstat (limited to 'content/test/gpu/gpu_tests/context_lost.py')
-rw-r--r-- | content/test/gpu/gpu_tests/context_lost.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py index db5ced4..830937c 100644 --- a/content/test/gpu/gpu_tests/context_lost.py +++ b/content/test/gpu/gpu_tests/context_lost.py @@ -321,6 +321,11 @@ class ContextLost(benchmark_module.Benchmark): enabled = True test = _ContextLostValidator + + @classmethod + def Name(cls): + return 'context_lost' + def CreateExpectations(self): return context_lost_expectations.ContextLostExpectations() |