SWDEV-397570 - Adding PASSED string on cases where tests are skipped. (#385)

Change-Id: I2bbe5cfb9eff75b817f3e77aaeeecc5d0c411dbf
Bu işleme şunda yer alıyor:
ROCm CI Service Account
2023-08-14 21:30:34 +05:30
işlemeyi yapan: GitHub
ebeveyn 09861ff867
işleme 49d3ea9945
+1
Dosyayı Görüntüle
@@ -231,6 +231,7 @@ inline bool isImageSupported() {
int main(int argc, char** argv) {
if (!isImageSupported()) {
printf("Texture is not support on the device. Skipped.\n");
printf("texture2dDrv %s ...\n", "PASSED");
return 0;
}
checkHipErrors(hipInit(0));