From: Samuel Iglesias Gonsálvez Date: Mon, 2 Dec 2019 11:06:56 +0000 (+0100) Subject: Remove memory alias todo in YCbCr tests X-Git-Tag: upstream/1.3.5~1669 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21b66723af6bf936a5061b00d0a5aa401f155959;p=platform%2Fupstream%2FVK-GL-CTS.git Remove memory alias todo in YCbCr tests There are already tests implemented to test memory alias. Components: Vulkan VK-GL-CTS issue: 1064 Change-Id: I4ceee106fabb9945b9a77a8eedd46b6c07f9afb9 --- diff --git a/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp b/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp index 4a4c605..bd156e1 100644 --- a/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp +++ b/external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp @@ -669,7 +669,6 @@ void populateViewGroup (tcu::TestCaseGroup* group) tcu::TestCaseGroup* createViewTests (tcu::TestContext& testCtx) { - // \todo [2017-05-24 pyry] Extend with memory alias views return createTestGroup(testCtx, "plane_view", "YCbCr Plane View Tests", populateViewGroup); }