Added test case for for loop with trivial continue.
authorKenneth Russell <kbr@google.com>
Thu, 17 Dec 2015 02:19:23 +0000 (18:19 -0800)
committerKenneth Russell <kbr@google.com>
Fri, 18 Dec 2015 00:28:18 +0000 (16:28 -0800)
commit65babbe5c15dc32f843d7d144752470c114ef132
tree2f159601a1ef543c9772b7f4c86fa89d3508fdab
parentfc353a7ad4383948ac52ffab646ba82d302168fe
Added test case for for loop with trivial continue.

The GLES2 version of this test catches a GLSL compiler crash on certain
GPUs. The GLES3 version passes on the same hardware.

BUG: 25820266

Change-Id: I502bcb23c6bf144b46db86bb1a8a2f456021d15f
android/cts/master/com.drawelements.deqp.gles2.xml
android/cts/master/com.drawelements.deqp.gles3.xml
android/cts/master/gles2-master.txt
android/cts/master/gles3-master.txt
data/gles2/shaders/loops.test [new file with mode: 0644]
data/gles3/shaders/loops.test [new file with mode: 0644]
modules/gles2/functional/es2fShaderLoopTests.cpp
modules/gles3/functional/es3fShaderLoopTests.cpp