Test single-path switch statements
authorToni Merilehti <toni.merilehti@siru.fi>
Fri, 6 May 2022 06:23:56 +0000 (09:23 +0300)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 2 Jun 2022 22:39:50 +0000 (22:39 +0000)
commitdeaa4158eedcd7f4d86affe3445c47792b2f27d5
tree3b7a039a1a2b9ad2bce374c99e2866611134fdb1
parent7f3bd922602349a317fed7c1e5116081c6332fec
Test single-path switch statements

This CL tests switch statements that only have a default case and also
an empty case that falls through into a default case.

New tests:
dEQP-GLES3.functional.shaders.switch.default_only*
dEQP-GLES3.functional.shaders.switch.empty_case_default*

VK-GL-CTS Issue: 3659

Components: OpenGL

Change-Id: I9a59582ec2829d73f590f1fe62d841b36e02e915
android/cts/main/gles3-master-2022-03-01.txt
android/cts/main/gles3-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/gles3-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/gles3-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/main/gles3-master.txt
modules/gles3/functional/es3fShaderSwitchTests.cpp