Commit 952eef4b authored by Ria Jiang's avatar Ria Jiang Committed by Commit Bot

Remove flaky suppression for some DepthCaptureIntegrationTest.

Root cause https://bugs.chromium.org/p/chromium/issues/detail?id=898842
has been fixed for flaky tests
gpu_tests.depth_capture_integration_test.DepthCaptureIntegrationTest.DepthCapture_depthStreamToRGBAFloatTexture
and
gpu_tests.depth_capture_integration_test.DepthCaptureIntegrationTest.DepthCapture_depthStreamToRGBAUint8Texture.
Remove their flaky suppressions on Android and Win.

TBR=kbr@chromium.org

Bug: 899748
Change-Id: Ida2212bc191a1c5e060cb19b5d6d52d04b377bd2
Reviewed-on: https://chromium-review.googlesource.com/c/1318673Reviewed-by: default avatarRia Jiang <riajiang@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Ria Jiang <riajiang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605523}
parent 6caf56e5
...@@ -21,15 +21,5 @@ class DepthCaptureExpectations(GpuTestExpectations): ...@@ -21,15 +21,5 @@ class DepthCaptureExpectations(GpuTestExpectations):
['highsierra', ('amd', 0x6821)], bug=819661) ['highsierra', ('amd', 0x6821)], bug=819661)
self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture', self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture',
['highsierra', ('intel', 0x0a2e)], bug=824438) ['highsierra', ('intel', 0x0a2e)], bug=824438)
self.Flaky('DepthCapture_depthStreamToRGBAFloatTexture',
['win10', ('nvidia', 0x1cb3)], bug=737410)
self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture',
['win10', ('nvidia', 0x1cb3)], bug=737410)
self.Flaky('DepthCapture_depthStreamToRGBAFloatTexture',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=899748)
self.Flaky('DepthCapture_depthStreamToRGBAUint8Texture',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=899748)
self.Fail('DepthCapture_depthStreamToR32FloatTexture', self.Fail('DepthCapture_depthStreamToR32FloatTexture',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=765913) ['android', ('qualcomm', 'Adreno (TM) 330')], bug=765913)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment