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)
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

index 511fbcb..f339eac 100644 (file)
@@ -14,6 +14,8 @@ dEQP-VK.pipeline.multisample.*.primitive_point_1px_sparse
 # Test shader length is excessive, excluding until such time as the test case can be re-visited.
 dEQP-VK.ssbo.layout.random.scalar.75
 
+# VK-GL-CTS 2457
+dEQP-VK.graphicsfuzz.return-mat2x3-value-from-func
 
 # VK-GL-CTS 2157, CL 5278
 # Excluded them as Intel HW is failing these tests.
index 8a5f1ee..e031ac6 100644 (file)
@@ -683663,7 +683663,6 @@ dEQP-VK.graphicsfuzz.return-before-writing-wrong-color
 dEQP-VK.graphicsfuzz.return-float-from-while-loop
 dEQP-VK.graphicsfuzz.return-in-loop-in-function
 dEQP-VK.graphicsfuzz.return-inside-loop-in-function
-dEQP-VK.graphicsfuzz.return-mat2x3-value-from-func
 dEQP-VK.graphicsfuzz.returned-boolean-in-vector
 dEQP-VK.graphicsfuzz.set-color-in-one-iteration-while-loop
 dEQP-VK.graphicsfuzz.similar-nested-ifs