SWDEV-253349 - Add a SKIP state for hip directed tests when HIP_BRINGUP_SKIP macro is used.

Change-Id: If176cf775e568d4b32982127731223fe96a38f0d


[ROCm/hip commit: d1f82881f6]
Este commit está contenido en:
kjayapra-amd
2020-09-21 21:18:25 -04:00
cometido por Karthik Jayaprakash
padre 7fde2122aa
commit 722bfd0a5d
Se han modificado 15 ficheros con 74 adiciones y 5 borrados
@@ -77,6 +77,9 @@ int main() {
HIPCHECK(hipFree(Z_d));
} else {
std::cout<<"Machine does not seem to have P2P Capabilities, Empty Pass"<<std::endl;
if (hip_skip_tests_enabled()) {
return hip_skip_retcode();
}
}
}
passed();