Remove a test with very thin triangle
authorKalle Raita <kraita@google.com>
Wed, 20 Jan 2016 00:53:10 +0000 (16:53 -0800)
committerKalle Raita <kraita@google.com>
Wed, 20 Jan 2016 00:53:10 +0000 (16:53 -0800)
The test draw.draw_elements_instanced.indices.buffer.index_byte has a
very thin triangle and rendering it on low resolutions essentially
results in unexpectedly, but valid, deviations from the reference image.

Bug: 26651667
Change-Id: Iaf99bba7dd233d7b027fdcd63b5a73ec80d112db

android/cts/master/com.drawelements.deqp.gles3.xml
android/cts/master/gles3-master.txt
android/cts/master/src/gles3-test-issues.txt

index a9eb016..a6fe0fe 100644 (file)
                                                        </Test>
                                                </TestCase>
                                                <TestCase name="buffer">
-                                                       <Test name="index_byte">
-                                                               <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-                                                       </Test>
                                                        <Test name="index_short">
                                                                <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
                                                        </Test>
index 6e761ea..ee0ecba 100644 (file)
@@ -40225,7 +40225,6 @@ dEQP-GLES3.functional.draw.draw_elements_instanced.indices.user_ptr.index_short
 dEQP-GLES3.functional.draw.draw_elements_instanced.indices.user_ptr.index_int
 dEQP-GLES3.functional.draw.draw_elements_instanced.indices.unaligned_user_ptr.index_short
 dEQP-GLES3.functional.draw.draw_elements_instanced.indices.unaligned_user_ptr.index_int
-dEQP-GLES3.functional.draw.draw_elements_instanced.indices.buffer.index_byte
 dEQP-GLES3.functional.draw.draw_elements_instanced.indices.buffer.index_short
 dEQP-GLES3.functional.draw.draw_elements_instanced.indices.buffer.index_int
 dEQP-GLES3.functional.draw.draw_elements_instanced.points.single_attribute
index 3a5a11a..e13d965 100644 (file)
@@ -158,3 +158,6 @@ dEQP-GLES3.functional.dither.disabled.gradient_red
 dEQP-GLES3.functional.dither.disabled.gradient_green
 dEQP-GLES3.functional.dither.disabled.gradient_blue
 dEQP-GLES3.functional.dither.disabled.gradient_alpha
+
+# Bug 26651667
+dEQP-GLES3.functional.draw.draw_elements_instanced.indices.buffer.index_byte