diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index 6f61bb0a9b..e05a18b9e9 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -987,6 +987,26 @@ "Unit_hipGraphInstantiateWithFlags_WithDefaultAndAutoFreeOnLaunch", "=== SWDEV-457316 Below test is skipped due ref count logic (Discussed with German) ===", "Unit_hipGraphAddMemAllocNode_Negative_Free_Alloc_Memory_Again", + "====================================================", + "==================SWDEV-555665==================================", + "Unit_hipMemVmm_Uncached", + "Unit_TexObjectCreate_TypePitch2D", + "Unit_hipTexRefSetGetMipmappedArray", + "Unit_test_generic_target_only_in_regular_fatbin", + "Unit_test_generic_target_only_in_compressed_fatbin", + "Unit_test_generic_target_in_regular_fatbin", + "Unit_hipMemSetAccessHostDevice_hostalloc", + "Unit_hipModuleLoadData_Positive_Basic", + "Unit_hipExtModuleLaunchKernel_UniformWorkGroup", + "Unit_hipExtLaunchMultiKernelMultiDevice_Negative_MultiKernelSameDevice", + "Unit_hipClock64_Positive_Basic", + "Unit_hipClock_Positive_Basic", + "Unit_hipWallClock64_Positive_Basic", + "Unit_hipStreamBeginCapture_Positive_CapturingFromWithinStrms", + "Unit_hipStreamBeginCapture_StreamSync_OngoingCapture", + "Unit_hipStreamBeginCapture_StreamSync_OngoingCapture_MThread", + "Unit_hipStreamBeginCapture_CapturingFromWithinStrms", + "====================================================", #endif "=== Following tests disabled as it should be a local perf test", "Performance_hipExtLaunchKernelGGL_QueryGPUFrequency", diff --git a/projects/hip-tests/catch/unit/compiler/hipSquareGenericTarget.cc b/projects/hip-tests/catch/unit/compiler/hipSquareGenericTarget.cc index 8178995d3d..5902cbd759 100644 --- a/projects/hip-tests/catch/unit/compiler/hipSquareGenericTarget.cc +++ b/projects/hip-tests/catch/unit/compiler/hipSquareGenericTarget.cc @@ -36,7 +36,7 @@ template static __global__ void vector_square_generic(T* C_d, const #ifdef GENERIC_COMPRESSED TEST_CASE("Unit_test_generic_target_in_compressed_fatbin") { #else -TEST_CASE("Unit_test_generic_target_in_regular_fatbin ") { +TEST_CASE("Unit_test_generic_target_in_regular_fatbin") { #endif if (!isGenericTargetSupported()) { fprintf(stderr, "Generic target test is skipped\n");