Commit bbdeee91 by Jamie Madill Committed by Commit Bot

Suppress FL 9_3 failing test.

RobustBufferAccessBehaviorTest.RobustBufferAccessBehaviorTest Bug: angleproject:3042 Change-Id: I40186eeeb69ee2939844117b661209a433773db9 Reviewed-on: https://chromium-review.googlesource.com/c/1392396Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 04ea03e4
......@@ -153,8 +153,9 @@ TEST_P(RobustBufferAccessBehaviorTest, DrawElementsIndexOutOfRangeWithStaticDraw
{
ANGLE_SKIP_TEST_IF(IsNVIDIA() && IsWindows() && IsOpenGL());
// Failing after changing the shard count of angle_end2end_tests. http://anglebug.com/2799
ANGLE_SKIP_TEST_IF(IsNVIDIA() && IsD3D11_FL93());
// Failing on NV after changing shard count of angle_end2end_tests. http://anglebug.com/2799
// Also failing on AMD after a validation change. http://anglebug.com/3042
ANGLE_SKIP_TEST_IF(IsD3D11_FL93());
ANGLE_SKIP_TEST_IF(!initExtension());
......
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