SWDEV-446760 - add image check and skip failing tests

Change-Id: If4a135222ab755c23a4c0d00c29bea33744528a5


[ROCm/hip-tests commit: d0088ee34f]
This commit is contained in:
Jatin Chaudhary
2024-03-19 00:20:14 +00:00
committed by Jatin Jaikishan Chaudhary
parent 1994fc0e6d
commit b60e8dca7c
9 changed files with 23 additions and 2 deletions
@@ -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};