SWDEV-397570 - Adding PASSED string on cases where tests are skipped. (#385)
Change-Id: I2bbe5cfb9eff75b817f3e77aaeeecc5d0c411dbf
[ROCm/hip-tests commit: 49d3ea9945]
Tento commit je obsažen v:
odevzdal
GitHub
rodič
50e0ea8dcc
revize
1363f92ea0
@@ -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));
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele