SWDEV-555665 - skip failing tests on window (#1045)

* SWDEV-555665 - skip failing tests on window

* SWDEV-555665 - skip failing tests on window
2 missed tests added to the skip list

* SWDEV-555665 - typo in Unit_test_generic_target_in_regular_fatbin testname
This commit is contained in:
Ajay GunaShekar
2025-09-19 12:24:47 -07:00
کامیت شده توسط GitHub
والد f31afe1d20
کامیت 300cd09f0b
2فایلهای تغییر یافته به همراه21 افزوده شده و 1 حذف شده
@@ -36,7 +36,7 @@ template <typename T> 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");