| Index: content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/maps_expectations.py b/content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
|
| similarity index 54%
|
| copy from content/test/gpu/gpu_tests/maps_expectations.py
|
| copy to content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
|
| index 4313ed50048c847db279d056788c00834f55189b..de7324d69da7fbd817943fb2d6c05c27ccc09b5d 100644
|
| --- a/content/test/gpu/gpu_tests/maps_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -6,10 +6,7 @@ from gpu_tests.gpu_test_expectations import GpuTestExpectations
|
|
|
| # See the GpuTestExpectations class for documentation.
|
|
|
| -class MapsExpectations(GpuTestExpectations):
|
| +class DriverBugWorkaroundsExpectations(GpuTestExpectations):
|
| def SetExpectations(self):
|
| - # Sample Usage:
|
| - # self.Fail('Maps.maps_001',
|
| - # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
| -
|
| pass
|
| +
|
|
|