blob: d53703d37ae4269ae7bed8b299ca366a0e0574a7 [file] [log] [blame]
# Copyright (c) 2013 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.
from gpu_tests.gpu_test_expectations import GpuTestExpectations
# See the GpuTestExpectations class for documentation.
class MapsExpectations(GpuTestExpectations):
def SetExpectations(self):
# Sample Usage:
# self.Fail('Maps.maps',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
pass