blob: d4ff0f9e87bd6cb48c9f1f02cacbddf67fa4a184 [file] [log] [blame]
# Copyright 2016 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 DepthCaptureExpectations(GpuTestExpectations):
def SetExpectations(self):
# Sample Usage:
# self.Fail('DepthCapture_depthStreamToRGBAFloatTexture',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
self.Flaky('DepthCapture_depthStreamToR32FloatTexture',
['linux', ('nvidia', 0x104a)], bug=737410)
self.Flaky('DepthCapture_depthStreamToRGBAFloatTexture',
['linux', ('nvidia', 0x104a)], bug=737410)
self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture',
['linux', ('nvidia', 0x104a)], bug=737410)
self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture',
['highsierra', ('amd', 0x6821)], bug=819661)
self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture',
['highsierra', ('intel', 0x0a2e)], bug=824438)
self.Fail('DepthCapture_depthStreamToR32FloatTexture',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=765913)