SWDEV-446760 - add image check and skip failing tests

Change-Id: If4a135222ab755c23a4c0d00c29bea33744528a5


[ROCm/hip-tests commit: d0088ee34f]
Este commit está contenido en:
Jatin Chaudhary
2024-03-19 00:20:14 +00:00
cometido por Jatin Jaikishan Chaudhary
padre 1994fc0e6d
commit b60e8dca7c
Se han modificado 9 ficheros con 23 adiciones y 2 borrados
@@ -53,6 +53,7 @@ THE SOFTWARE.
*/
TEST_CASE("Unit_hipGraphAddMemcpyNode_Positive_Basic") {
CHECK_IMAGE_SUPPORT
constexpr bool async = false;
SECTION("Device to host") { Memcpy3DDeviceToHostShell<async>(Memcpy3DWrapper<async, true>); }
@@ -122,6 +123,8 @@ TEST_CASE("Unit_hipGraphAddMemcpyNode_Positive_Basic") {
* - HIP_VERSION >= 5.2
*/
TEST_CASE("Unit_hipGraphAddMemcpyNode_Negative_Parameters") {
CHECK_IMAGE_SUPPORT
using namespace std::placeholders;
constexpr hipExtent extent{128 * sizeof(int), 128, 8};
@@ -53,6 +53,7 @@ THE SOFTWARE.
*/
TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Positive_Basic") {
CHECK_IMAGE_SUPPORT
constexpr bool async = false;
SECTION("Device to host") {
@@ -130,6 +131,8 @@ TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Positive_Basic") {
* - HIP_VERSION >= 5.2
*/
TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Negative_Parameters") {
CHECK_IMAGE_SUPPORT
using namespace std::placeholders;
constexpr hipExtent extent{128 * sizeof(int), 128, 8};