gxquickly / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

angle_end2end_tests failures on AMD FirePro V5700 #1041

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is an older card, documented as only supporting D3D FL 10.1. We see a 
large number of OpenGL failures on this card, as well as the following D3D 
failures:

[  FAILED  ] PointSpritesTest.PointWithoutAttributesCompliance/0, where 
GetParam() = ES2_D3D9
[  FAILED  ] PointSpritesTest.PointWithoutAttributesCompliance/2, where 
GetParam() = ES2_D3D11_9_3
[  FAILED  ] TextureTest.CopySubImageFloat_RG_RG/1, where GetParam() = ES2_D3D11
[  FAILED  ] TextureTest.CopySubImageFloat_RGB_RG/1, where GetParam() = 
ES2_D3D11
[  FAILED  ] TextureTest.CopySubImageFloat_RGB_RGB/1, where GetParam() = 
ES2_D3D11
[  FAILED  ] TextureTest.CopySubImageFloat_RGBA_RG/1, where GetParam() = 
ES2_D3D11
[  FAILED  ] TextureTest.CopySubImageFloat_RGBA_RGB/1, where GetParam() = 
ES2_D3D11
[  FAILED  ] TextureTest.CopySubImageFloat_RGBA_RGBA/1, where GetParam() = 
ES2_D3D11

We should suppress these failures or investigate them at some point.

Original issue reported on code.google.com by jmad...@chromium.org on 9 Jun 2015 at 3:30