SWDEV-1 - Fix warnings and update disabled test list (#163)

- Fix warnings in some test cases due to unused variables or signed/unsigned comparison.
- Disabled vulkan tests on MI200.

[ROCm/hip-tests commit: 88fbbd666b]
This commit is contained in:
Maneesh Gupta
2023-02-09 18:52:27 +05:30
committed by GitHub
parent aa1a82b9f0
commit e19e50052d
6 changed files with 24 additions and 9 deletions
@@ -21,7 +21,9 @@ THE SOFTWARE.
#include "vulkan_test.hh"
#if HT_AMD && 0
constexpr bool enable_validation = false;
#endif
TEST_CASE("Unit_hipDestroyExternalMemory_Vulkan_Negative_Parameters") {
SECTION("extMem == nullptr") {
@@ -42,4 +44,4 @@ TEST_CASE("Unit_hipDestroyExternalMemory_Vulkan_Negative_Parameters") {
HIP_CHECK_ERROR(hipDestroyExternalMemory(ext_memory), hipErrorInvalidValue);
}
#endif
}
}