diff --git a/tests/unit/host_image_copy.cpp b/tests/unit/host_image_copy.cpp index 3332e827f4c..7c04cb737b1 100644 --- a/tests/unit/host_image_copy.cpp +++ b/tests/unit/host_image_copy.cpp @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023-2024 The Khronos Group Inc. - * Copyright (c) 2023-2024 Valve Corporation - * Copyright (c) 2023-2024 LunarG, Inc. - * Copyright (c) 2023-2024 Google, Inc. + * Copyright (c) 2023-2025 The Khronos Group Inc. + * Copyright (c) 2023-2025 Valve Corporation + * Copyright (c) 2023-2025 LunarG, Inc. + * Copyright (c) 2023-2025 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -2047,6 +2047,7 @@ TEST_F(NegativeHostImageCopy, TransitionImageLayoutNotSupported) { } TEST_F(NegativeHostImageCopy, TransitionImageLayoutDepthStencil) { + // need separateDepthStencilLayouts disabled RETURN_IF_SKIP(InitHostImageCopyTest()); if (!CopyLayoutSupported(copy_src_layouts, copy_dst_layouts, VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL) || diff --git a/tests/unit/host_image_copy_positive.cpp b/tests/unit/host_image_copy_positive.cpp index 829183167ea..f59e0300e87 100644 --- a/tests/unit/host_image_copy_positive.cpp +++ b/tests/unit/host_image_copy_positive.cpp @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023-2024 The Khronos Group Inc. - * Copyright (c) 2023-2024 Valve Corporation - * Copyright (c) 2023-2024 LunarG, Inc. - * Copyright (c) 2023-2024 Google, Inc. + * Copyright (c) 2023-2025 The Khronos Group Inc. + * Copyright (c) 2023-2025 Valve Corporation + * Copyright (c) 2023-2025 LunarG, Inc. + * Copyright (c) 2023-2025 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,6 @@ bool HostImageCopyTest::CopyLayoutSupported(const std::vector &sr void HostImageCopyTest::InitHostImageCopyTest() { SetTargetApiVersion(VK_API_VERSION_1_2); AddRequiredExtensions(VK_EXT_HOST_IMAGE_COPY_EXTENSION_NAME); - AddRequiredFeature(vkt::Feature::separateDepthStencilLayouts); AddRequiredFeature(vkt::Feature::hostImageCopy); RETURN_IF_SKIP(Init());