| Index: content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_test_expectations.py b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| index 0ada4a65eda947f25af5cc4ad39b8f43127fc16b..dd4a2385e11dd0fac5854e72b05a378819c05c88 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| @@ -58,6 +58,9 @@ class GpuExpectation(test_expectations.Expectation):
|
|
|
|
|
| class GpuTestExpectations(test_expectations.TestExpectations):
|
| + def __init__(self, url_prefixes=None):
|
| + super(GpuTestExpectations, self).__init__(url_prefixes=url_prefixes)
|
| +
|
| def CreateExpectation(self, expectation, pattern, conditions=None,
|
| bug=None):
|
| return GpuExpectation(expectation, pattern, conditions, bug)
|
|
|