Skip to content

Commit

Permalink
Ajust known_failures for abort,assert
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Aug 12, 2024
1 parent a467bc6 commit 0ea5ad6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions tests/known_failures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ ANY:
# due to NaNs appearing in the input sometimes (NaN == NaN --> false).
Unit_hipMultiThreadStreams2: ''
Print_Out_Attributes: 'old HIP tests + new HIP API'
TestAssert: ''
TestAssertFail: ''
TestIndirectCall: ''
Unit_HMM_OverSubscriptionTst: ''
Unit_HipDeviceGetCacheConfig_Negative_Parameters: ''
Expand Down Expand Up @@ -400,16 +398,13 @@ ANY:
Unit_hipUserObjectRetain_Negative: ''
Unit_printf_flags: ''
Unit_printf_specifier: ''
abort: ''
abort2: ''
constant_fold_lgamma_r: ''
cuda-simpleCallback: ''
deviceMallocCompile: ''
hipMultiThreadAddCallback: ''
hipStreamSemantics: ''
syncthreadsExitedThreads: ''
LEVEL0_GPU:
CatchMemLeak1: ''
hipMemset_Unit_hipMemsetAsync_SetMemoryWithOffset_Helgrind: 'False positives from L0 helper thread'
OPENCL_CPU:
hipBlas-sgemm: 'GEMM SYCL exception: Backends mismatch'
Expand Down
2 changes: 1 addition & 1 deletion tests/runtime/TestAssert.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ${HIPCC} ${SRC_DIR}/inputs/Assert.hip -o assert
exit 1
}

grep -c "Assert.hip:5: void k(): Device-side assertion .false [&][&] \"Hello, World!\". failed." \
grep -c "Assert.hip:5: void k(): Device-side assertion \`false && \"Hello, World!\". failed." \
output.log || {
echo "FAIL: expected assertion error message was not found."
exit 1
Expand Down

0 comments on commit 0ea5ad6

Please sign in to comment.