Remove few linkage tests from GLES CTS 3.2.3.x
authorAlexander Galazin <alexander.galazin@arm.com>
Mon, 20 Mar 2017 11:58:32 +0000 (12:58 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 21 Mar 2017 18:47:06 +0000 (14:47 -0400)
Affects:
dEQP-GLES2.functional.shaders.linkage.*

Components: OpenGL

VL-GL-CTS issue: 233

Change-Id: Ifccd8e6e9686bb959285517559f4f5111c51b1a5

external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/gles2-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/gles2-driver-issues.txt

index a790712..c714d94 100644 (file)
@@ -739,9 +739,7 @@ dEQP-GLES2.functional.shaders.linkage.varying_type_mat4
 dEQP-GLES2.functional.shaders.linkage.varying_differing_precision_1
 dEQP-GLES2.functional.shaders.linkage.varying_differing_precision_2
 dEQP-GLES2.functional.shaders.linkage.varying_differing_precision_3
-dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_2
-dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
 dEQP-GLES2.functional.shaders.linkage.invalid_varying_type_int
 dEQP-GLES2.functional.shaders.linkage.invalid_varying_type_bool
 dEQP-GLES2.functional.shaders.linkage.invalid_varying_type_struct
@@ -771,13 +769,6 @@ dEQP-GLES2.functional.shaders.linkage.uniform_struct_partial_int_float
 dEQP-GLES2.functional.shaders.linkage.uniform_struct_partial_bvec2_vec2
 dEQP-GLES2.functional.shaders.linkage.uniform_struct_partial_ivec2_vec2
 dEQP-GLES2.functional.shaders.linkage.uniform_struct_partial_ivec2_ivec2
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
-dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
 dEQP-GLES2.functional.shaders.linkage.uniform_struct_use_case_rip
 dEQP-GLES2.functional.shaders.linkage.uniform_struct_use_case_rip_sans_highp
 dEQP-GLES2.functional.shaders.conversions.scalar_to_scalar.float_to_float_vertex
index a62fa5e..920a326 100644 (file)
@@ -17,3 +17,14 @@ dEQP-GLES2.functional.shaders.preprocessor.extensions.after_non_preprocessing_to
 #VK-GL-CTS 232
 dEQP-GLES2.functional.shaders.constants.const_float_function_gotcha_vertex
 dEQP-GLES2.functional.shaders.constants.const_float_function_gotcha_fragment
+
+#VK-GL-CTS 233
+dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
+dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
+dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4