Commit d3ba344f authored by jmadill's avatar jmadill Committed by Commit bot

Remove suppressions for two AMD D3D9 tests.

The sRGB and depth texture tests should now pass on D3D9 AMD
systems. AMD-D3D9 only appears on the GPU FYI bots so GPU trybots
won't test this path.

BUG=angle:839

Review URL: https://codereview.chromium.org/792863002

Cr-Commit-Position: refs/heads/master@{#307961}
parent e393fdb1
...@@ -61,10 +61,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -61,10 +61,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win7', 'intel', 'nvidia'], bug=373972) ['win7', 'intel', 'nvidia'], bug=373972)
# Win / AMD failures # Win / AMD failures
self.Fail('conformance/extensions/ext-sRGB.html',
['win', 'amd'], bug=839) # angle bug ID
self.Fail('conformance/extensions/webgl-depth-texture.html',
['win', 'amd'], bug=839) # angle bug ID
self.Fail('conformance/textures/texparameter-test.html', self.Fail('conformance/textures/texparameter-test.html',
['win', 'amd', 'd3d9'], bug=839) # angle bug ID ['win', 'amd', 'd3d9'], bug=839) # angle bug ID
......
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