| 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 970ac3b676e25d6b1b09c2ed899e95e551bc3a9c..2dc995a871b1ed3e5ecddbeb4557a84ef8d5abcf 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| @@ -76,8 +76,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 __init__(self, url_prefixes=None, is_asan=False):
|
| + super(GpuTestExpectations, self).__init__(
|
| + url_prefixes=url_prefixes, is_asan=is_asan)
|
|
|
| def CreateExpectation(self, expectation, pattern, conditions=None,
|
| bug=None):
|
|
|