Commit f50d6103 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress the whole shaderoperator suite on Mac NVIDIA.

Enough of these tests are flaky on this bot that we should just use a
wildcard suppression. This bot is not expected to pass WebGL 2.0
conformance.

Bug: 756537
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I824d00e5f05bc42b119baa8089ef2cb81f0675a1
Tbr: rjkroege@chromium.org
Tbr: zmo@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1054360Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558416}
parent a722110a
...@@ -603,11 +603,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -603,11 +603,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=795052) ['mac', ('nvidia', 0xfe9)], bug=795052)
# When these fail on this configuration, they fail multiple times in a row. # When these fail on this configuration, they fail multiple times in a row.
self.Fail('deqp/functional/gles3/shaderoperator/binary_operator_01.html', self.Fail('deqp/functional/gles3/shaderoperator/*',
['mac', 'nvidia'], bug=756537)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
['mac', 'nvidia'], bug=756537)
self.Fail('deqp/functional/gles3/shaderoperator/unary_operator_01.html',
['mac', 'nvidia'], bug=756537) ['mac', 'nvidia'], bug=756537)
# Mac AMD # Mac AMD
......
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