Commit 161a89b1 by Geoff Lang Committed by Commit Bot

Skip DrawElementsIndexOutOfRangeWithStaticDraw on NVIDIA D3D11 FL9.3.

This test started consistantly failing after changing the shard count on this test suite. BUG=angleproject:2799 Change-Id: I75769b08f9d4dda1d436facc34a8292193b4538e Reviewed-on: https://chromium-review.googlesource.com/1199723Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 064458a8
...@@ -151,6 +151,10 @@ class RobustBufferAccessBehaviorTest : public ANGLETest ...@@ -151,6 +151,10 @@ class RobustBufferAccessBehaviorTest : public ANGLETest
TEST_P(RobustBufferAccessBehaviorTest, DrawElementsIndexOutOfRangeWithStaticDraw) TEST_P(RobustBufferAccessBehaviorTest, DrawElementsIndexOutOfRangeWithStaticDraw)
{ {
ANGLE_SKIP_TEST_IF(IsNVIDIA() && IsWindows() && IsOpenGL()); 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());
ANGLE_SKIP_TEST_IF(!initExtension()); ANGLE_SKIP_TEST_IF(!initExtension());
runIndexOutOfRangeTests(GL_STATIC_DRAW); runIndexOutOfRangeTests(GL_STATIC_DRAW);
......
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