Disable a test that access uninitialized variable
authorRuiling Song <ruiling.song@amd.com>
Wed, 22 Jul 2020 09:42:41 +0000 (17:42 +0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 29 Jul 2020 09:34:59 +0000 (05:34 -0400)
commit43662d49d89186b67e3e99ec0ca96aab21bdc67a
tree226733c843435ab9093b289bce1fd78c96279fd5
parent7ae465f3eb27aa8e024d41f748ab2c716817ff94
Disable a test that access uninitialized variable

The test case expect clamp(uninitialized_variable, 1, 1) returning 1.
But accessing the uninitialized variable will get undefined value,
and the undefined value may be further propagated. Then some compiler
may just optimize such case into undef.

Components: Vulkan

VK-GL-CTS Issue: 2457

Affects:
dEQP-VK.graphicsfuzz.return-mat2x3-value-from-func

Change-Id: Iedfe91fdf0ebda89bb62db6144e1161f47eb5898
external/vulkancts/mustpass/master/src/excluded-tests.txt
external/vulkancts/mustpass/master/vk-default.txt