Remove few preprocessor corner cases affected by spec bug
authorPyry Haulos <phaulos@google.com>
Tue, 12 Apr 2016 19:22:11 +0000 (12:22 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 12 Apr 2016 19:22:11 +0000 (12:22 -0700)
Bug: 27126954
Change-Id: Ic652e6f297b444135aa89c47c899d689c2bc5008

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

index 449ff26..389b170 100644 (file)
                                                <Test name="defined_macro_undef_fragment">
                                                        <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
                                                </Test>
-                                               <Test name="define_defined_vertex">
-                                                       <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-                                               </Test>
-                                               <Test name="define_defined_fragment">
-                                                       <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-                                               </Test>
-                                               <Test name="define_defined_outside_if_vertex">
-                                                       <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-                                               </Test>
-                                               <Test name="define_defined_outside_if_fragment">
-                                                       <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
-                                               </Test>
                                                <Test name="defined_invalid_before_all_macros_replaced_vertex">
                                                        <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/>
                                                </Test>
index 8d410f1..2cd197f 100644 (file)
@@ -960,10 +960,6 @@ dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.defined_macro_d
 dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.defined_macro_defined_test_fragment
 dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.defined_macro_undef_vertex
 dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.defined_macro_undef_fragment
-dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_vertex
-dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_fragment
-dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_outside_if_vertex
-dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_outside_if_fragment
 dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.defined_invalid_before_all_macros_replaced_vertex
 dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.defined_invalid_before_all_macros_replaced_fragment
 dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.basic_3_vertex
index 7efd102..ad1f008 100644 (file)
@@ -519,3 +519,9 @@ dEQP-GLES3.functional.shaders.linkage.uniform.block.layout_qualifier_mismatch_3
 # Khronos bug 14266, internal bug 22654014
 dEQP-GLES3.functional.negative_api.texture.compressedteximage3d_invalid_astc_target
 dEQP-GLES3.functional.negative_api.texture.texstorage3d_invalid_astc_target
+
+# Khronos bug 15567, internal bug 27126954
+dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_vertex
+dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_fragment
+dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_outside_if_vertex
+dEQP-GLES3.functional.shaders.preprocessor.conditional_inclusion.define_defined_outside_if_fragment