Skip to content

Commit

Permalink
disable tests which are now incompatible with HIP 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Apr 1, 2024
1 parent b9f05fb commit 6162e88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -705,15 +705,12 @@ SET(HIP_PATH ${CMAKE_BINARY_DIR}) # pick up build sources, not install sources

set(SAVED_WARN_DEPRECATED ${CMAKE_WARN_DEPRECATED})
set(CMAKE_WARN_DEPRECATED OFF)
if(CHIP_USE_EXTERNAL_HIP_TESTS)
add_subdirectory(hip-tests/catch catch)
else()
add_subdirectory(HIP/tests/catch catch)
endif()
set(CMAKE_WARN_DEPRECATED ${SAVED_WARN_DEPRECATED})

if(CHIP_BUILD_TESTS)
add_subdirectory(hip-tests/catch catch)
if(CHIP_USE_EXTERNAL_HIP_TESTS)
add_subdirectory(hip-tests/catch catch)
else()
add_subdirectory(HIP/tests/catch catch)
endif()
add_subdirectory(tests)
endif()

Expand Down
2 changes: 1 addition & 1 deletion HIP
1 change: 1 addition & 0 deletions tests/known_failures.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
TOTAL_TESTS: 1397
ALL:
Print_Out_Attributes: 'old HIP tests + new HIP API'
TestAssert: ''
TestAssertFail: ''
TestIndirectCall: ''
Expand Down

0 comments on commit 6162e88

Please sign in to comment.