From: Chris Forbes Date: Thu, 8 Mar 2018 23:51:14 +0000 (-0800) Subject: Exclude gles2 unspecified precision tests temporarily X-Git-Tag: upstream/1.3.5~1974^2~8^2~5^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0e6348e8dce39f83776b6bf76eeae264a2a9d8f;p=platform%2Fupstream%2FVK-GL-CTS.git Exclude gles2 unspecified precision tests temporarily Bug: b/72992757 Test: mustpass change only Change-Id: I1a02bbf2d60ec9f18b6948b70f94992551e8d8d3 --- diff --git a/android/cts/master/gles2-master.txt b/android/cts/master/gles2-master.txt index e007b1b..f5b29ed 100644 --- a/android/cts/master/gles2-master.txt +++ b/android/cts/master/gles2-master.txt @@ -1115,11 +1115,6 @@ dEQP-GLES2.functional.shaders.declarations.invalid_declarations.uniform_in_verte dEQP-GLES2.functional.shaders.declarations.invalid_declarations.uniform_in_fragment_main dEQP-GLES2.functional.shaders.declarations.invalid_declarations.varying_in_vertex_main dEQP-GLES2.functional.shaders.declarations.invalid_declarations.varying_in_fragment_main -dEQP-GLES2.functional.shaders.declarations.unspecified_precision.float_partially_specified_fragment -dEQP-GLES2.functional.shaders.declarations.unspecified_precision.float_fragment -dEQP-GLES2.functional.shaders.declarations.unspecified_precision.vec2_fragment -dEQP-GLES2.functional.shaders.declarations.unspecified_precision.vec3_fragment -dEQP-GLES2.functional.shaders.declarations.unspecified_precision.vec4_fragment dEQP-GLES2.functional.shaders.swizzles.vector_swizzles.mediump_vec2_x_vertex dEQP-GLES2.functional.shaders.swizzles.vector_swizzles.mediump_vec2_x_fragment dEQP-GLES2.functional.shaders.swizzles.vector_swizzles.mediump_vec2_xx_vertex diff --git a/android/cts/master/src/gles2-temp-excluded.txt b/android/cts/master/src/gles2-temp-excluded.txt index 98f705b..3d1788c 100644 --- a/android/cts/master/src/gles2-temp-excluded.txt +++ b/android/cts/master/src/gles2-temp-excluded.txt @@ -1,3 +1,5 @@ # Temporarily excluded for b/72496590 dEQP-GLES2.functional.rasterization.limits.points +# Temporarily excluded for b/72992757 +dEQP-GLES2.functional.shaders.declarations.unspecified_precision.*