Skip to content

Commit

Permalink
Merge pull request #2625 from aarongreig/aaron/removeUnnecessaryCLSkip
Browse files Browse the repository at this point in the history
Remove unnecessary OpenCL KNOWN_FAILURE from urKernelGetInfoTest.
  • Loading branch information
aarongreig authored Jan 28, 2025
2 parents 095e846 + 241636f commit 9824163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/kernel/urKernelGetInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TEST_P(urKernelGetInfoTest, SuccessAttributes) {
}

TEST_P(urKernelGetInfoTest, SuccessNumRegs) {
UUR_KNOWN_FAILURE_ON(uur::HIP{}, uur::OpenCL{});
UUR_KNOWN_FAILURE_ON(uur::HIP{});

ur_kernel_info_t property_name = UR_KERNEL_INFO_NUM_REGS;
size_t property_size = 0;
Expand Down

0 comments on commit 9824163

Please sign in to comment.