From 5d7051918f02937c4f3c32880932c9c086ad6cef Mon Sep 17 00:00:00 2001 From: Jeremy Gebben Date: Mon, 11 Mar 2024 11:31:03 -0600 Subject: [PATCH] tests: Disable Sync2Test.WaitEventThenSet This test is crashing RADV systems. --- tests/synchronization2_tests.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/synchronization2_tests.cpp b/tests/synchronization2_tests.cpp index d5e57ea7..fdbbba97 100644 --- a/tests/synchronization2_tests.cpp +++ b/tests/synchronization2_tests.cpp @@ -1,7 +1,7 @@ /* - * Copyright (c) 2015-2023 The Khronos Group Inc. - * Copyright (c) 2015-2023 Valve Corporation - * Copyright (c) 2015-2023 LunarG, Inc. + * Copyright (c) 2015-2024 The Khronos Group Inc. + * Copyright (c) 2015-2024 Valve Corporation + * Copyright (c) 2015-2024 LunarG, Inc. * Copyright (c) 2015-2022 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -784,7 +784,8 @@ TEST_F(Sync2Test, BarrierLayoutToImageUsage) { m_errorMonitor->VerifyNotFound(); } -TEST_F(Sync2Test, WaitEventThenSet) { +// TODO https://github.com/KhronosGroup/Vulkan-ExtensionLayer/issues/372 +TEST_F(Sync2Test, DISABLED_WaitEventThenSet) { TEST_DESCRIPTION("Wait on a event then set it after the wait has been submitted."); if (!CheckSynchronization2SupportAndInitState()) { GTEST_SKIP() << kSkipPrefix << " synchronization2 not supported, skipping test";