mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix - add TEST_PASS test status in group of tests (#686)
This commit is contained in:
committed by
GitHub
parent
cba5a191c3
commit
0c5da9c777
@@ -113,6 +113,7 @@ test_status InitCL(cl_device_id device) {
|
|||||||
version_expected_info("Test", expected_min_version.to_string().c_str(), version.to_string().c_str());
|
version_expected_info("Test", expected_min_version.to_string().c_str(), version.to_string().c_str());
|
||||||
return TEST_SKIP;
|
return TEST_SKIP;
|
||||||
}
|
}
|
||||||
|
return TEST_PASS;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, const char *argv[])
|
int main(int argc, const char *argv[])
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ test_status InitCL(cl_device_id device) {
|
|||||||
version_expected_info("Test", expected_min_version.to_string().c_str(), version.to_string().c_str());
|
version_expected_info("Test", expected_min_version.to_string().c_str(), version.to_string().c_str());
|
||||||
return TEST_SKIP;
|
return TEST_SKIP;
|
||||||
}
|
}
|
||||||
|
return TEST_PASS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ test_status InitCL(cl_device_id device) {
|
|||||||
version_expected_info("Test", expected_min_version.to_string().c_str(), version.to_string().c_str());
|
version_expected_info("Test", expected_min_version.to_string().c_str(), version.to_string().c_str());
|
||||||
return TEST_SKIP;
|
return TEST_SKIP;
|
||||||
}
|
}
|
||||||
|
return TEST_PASS;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, const char *argv[])
|
int main(int argc, const char *argv[])
|
||||||
|
|||||||
Reference in New Issue
Block a user