2
0

SWDEV-360748 - Disable hipExtGetLinkTypeAndHopCount_Positive_Basic test on Windows (#3034)

Change-Id: I0a1ae08c4f766baf27df115de9257ca8d5533af0
Este cometimento está contido em:
ROCm CI Service Account
2022-10-27 20:24:56 +05:30
cometido por GitHub
ascendente 6fed9ba2b2
cometimento 1787d43b70
+2 -2
Ver ficheiro
@@ -23,7 +23,7 @@ THE SOFTWARE.
#include <hip_test_common.hh>
#include <hip/hip_runtime_api.h>
#if HT_AMD
#if __linux__ && HT_AMD
TEST_CASE("Unit_hipExtGetLinkTypeAndHopCount_Positive_Basic") {
const auto device1 = GENERATE(range(0, HipTest::getDeviceCount()));
const auto device2 = GENERATE(range(0, HipTest::getDeviceCount()));
@@ -97,4 +97,4 @@ TEST_CASE("Unit_hipExtGetLinkTypeAndHopCount_Negative_Parameters") {
HIP_CHECK_ERROR(hipExtGetLinkTypeAndHopCount(0, 1, nullptr, nullptr), hipErrorInvalidValue);
}
}
#endif
#endif