SWDEV-344309 - Enable some filter tests in Windows (#2944)

Enable tests that should work now

Change-Id: I903d7e73d7b5df94da72cb41f2bde9ab2eec653d

[ROCm/hip commit: 8c8499be77]
Αυτή η υποβολή περιλαμβάνεται σε:
ROCm CI Service Account
2022-09-23 12:37:25 +05:30
υποβλήθηκε από GitHub
γονέας 52419c446d
υποβολή 92bccc1ec3
3 αρχεία άλλαξαν με 0 προσθήκες και 12 διαγραφές
@@ -102,10 +102,6 @@ static void runTest(const int width, const float offsetX) {
TEST_CASE("Unit_hipTextureObj1DCheckModes") {
CHECK_IMAGE_SUPPORT
#ifdef _WIN32
INFO("Unit_hipTextureObj1DCheckModes skipped on Windows");
return;
#endif
SECTION("hipAddressModeClamp, hipFilterModePoint, regularCoords") {
runTest<hipAddressModeClamp, hipFilterModePoint, false>(256, -3);
runTest<hipAddressModeClamp, hipFilterModePoint, false>(256, 4);
@@ -114,10 +114,6 @@ line1:
TEST_CASE("Unit_hipTextureObj2DCheckModes") {
CHECK_IMAGE_SUPPORT
#ifdef _WIN32
INFO("Unit_hipTextureObj2DCheckModes skipped on Windows");
return;
#endif
SECTION("hipAddressModeClamp, hipFilterModePoint, regularCoords") {
runTest<hipAddressModeClamp, hipFilterModePoint, false>(256, 256, -3.9, 6.1);
runTest<hipAddressModeClamp, hipFilterModePoint, false>(256, 256, 4.4, -7.0);
@@ -148,10 +148,6 @@ line1:
TEST_CASE("Unit_hipTextureObj3DCheckModes") {
CHECK_IMAGE_SUPPORT
#ifdef _WIN32
INFO("Unit_hipTextureObj3DCheckModes skipped on Windows");
return;
#endif
int device = 0;
hipDeviceProp_t props;