Skip to content

Commit

Permalink
tests: Disable BindMemoryStatusBuffer and ..Image
Browse files Browse the repository at this point in the history
Need to redo
#9132
  • Loading branch information
jeremyg-lunarg committed Jan 10, 2025
1 parent 5147eca commit 99c3eb7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/unit/memory_positive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,9 @@ TEST_F(PositiveMemory, BindMemoryDX12Handle) {
}
#endif // VK_USE_PLATFORM_WIN32_KHR

TEST_F(PositiveMemory, BindMemoryStatusBuffer) {

// TODO redo https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/9132
TEST_F(PositiveMemory, DISABLED_BindMemoryStatusBuffer) {
TEST_DESCRIPTION("Use VkBindMemoryStatus when binding buffer to memory.");
SetTargetApiVersion(VK_API_VERSION_1_1);
AddRequiredFeature(vkt::Feature::maintenance6);
Expand Down Expand Up @@ -592,7 +594,8 @@ TEST_F(PositiveMemory, BindMemoryStatusBuffer) {
ASSERT_NE(result, VK_RESULT_MAX_ENUM);
}

TEST_F(PositiveMemory, BindMemoryStatusImage) {
// TODO redo https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/9132
TEST_F(PositiveMemory, DISABLED_BindMemoryStatusImage) {
TEST_DESCRIPTION("Use VkBindMemoryStatus when binding image to memory.");
SetTargetApiVersion(VK_API_VERSION_1_1);
AddRequiredFeature(vkt::Feature::maintenance6);
Expand Down

0 comments on commit 99c3eb7

Please sign in to comment.