SWDEV-446760 - add image check and skip failing tests
Change-Id: If4a135222ab755c23a4c0d00c29bea33744528a5
[ROCm/hip-tests commit: d0088ee34f]
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
1994fc0e6d
commit
b60e8dca7c
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user