diff options
author | Mika Isojärvi <misojarvi@google.com> | 2015-08-14 13:08:33 -0700 |
---|---|---|
committer | Mika Isojärvi <misojarvi@google.com> | 2015-08-17 13:57:37 -0700 |
commit | 225953089f046357e92fdb762719dbc23afe5865 (patch) | |
tree | 1e3c1ae9228e2c60adb6b4a631462d65d7efadfc /android | |
parent | fcb31b818d21cebd7403bf8b379eadcc77ce1113 (diff) | |
download | VK-GL-CTS-225953089f046357e92fdb762719dbc23afe5865.tar.gz VK-GL-CTS-225953089f046357e92fdb762719dbc23afe5865.tar.bz2 VK-GL-CTS-225953089f046357e92fdb762719dbc23afe5865.zip |
Remove differing precision ubo tests from mustpass
Removed test from mustpass list:
dEQP-GLES3.functional.shaders.linkage.uniform.block.differing_precision
Bug: 21326228
Change-Id: Ic83161e22c0f34b913467fe2e4173c23ba032a53
Diffstat (limited to 'android')
-rw-r--r-- | android/cts/master/com.drawelements.deqp.gles3.xml | 3 | ||||
-rw-r--r-- | android/cts/master/gles3-master.txt | 1 | ||||
-rw-r--r-- | android/cts/master/src/gles3-test-issues.txt | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/android/cts/master/com.drawelements.deqp.gles3.xml b/android/cts/master/com.drawelements.deqp.gles3.xml index 6900c0c5e..577a49e64 100644 --- a/android/cts/master/com.drawelements.deqp.gles3.xml +++ b/android/cts/master/com.drawelements.deqp.gles3.xml @@ -4985,9 +4985,6 @@ </Test> </TestCase> <TestCase name="block"> - <Test name="differing_precision"> - <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/> - </Test> <Test name="type_mismatch"> <TestInstance glconfig="rgba8888d24s8ms0" rotation="unspecified" surfacetype="window"/> </Test> diff --git a/android/cts/master/gles3-master.txt b/android/cts/master/gles3-master.txt index 305c134c7..372afc4f2 100644 --- a/android/cts/master/gles3-master.txt +++ b/android/cts/master/gles3-master.txt @@ -1539,7 +1539,6 @@ dEQP-GLES3.functional.shaders.linkage.uniform.struct.partial_ivec2_vec2 dEQP-GLES3.functional.shaders.linkage.uniform.struct.partial_ivec2_ivec2 dEQP-GLES3.functional.shaders.linkage.uniform.struct.light_struct_highp dEQP-GLES3.functional.shaders.linkage.uniform.struct.light_struct_mediump -dEQP-GLES3.functional.shaders.linkage.uniform.block.differing_precision dEQP-GLES3.functional.shaders.linkage.uniform.block.type_mismatch dEQP-GLES3.functional.shaders.linkage.uniform.block.members_mismatch dEQP-GLES3.functional.shaders.linkage.uniform.block.layout_qualifier_mismatch_4 diff --git a/android/cts/master/src/gles3-test-issues.txt b/android/cts/master/src/gles3-test-issues.txt index ad27cf64b..c3d9865a3 100644 --- a/android/cts/master/src/gles3-test-issues.txt +++ b/android/cts/master/src/gles3-test-issues.txt @@ -148,3 +148,6 @@ dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler3d_float # Bug 22859221 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.*mediump*.scalar dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.*highp*.scalar + +# Bug 21326228 +dEQP-GLES3.functional.shaders.linkage.uniform.block.differing_precision |