I am trying to build dpctl with code coverage turned on using python setup.py develop --coverage=1 and that leads to a hang (at least on my system) when running the DPCTLQueueMemberFuncTests/TestDPCTLQueueMemberFunctions.CheckMemOpsNullPtr tests.
I see the following error message printed :
NULL pointer argument in memory copy operation. -30 (CL_INVALID_VALUE)
The error seems to be similar to what is happening with the coverage action in our CI.
I am trying to build dpctl with code coverage turned on using
python setup.py develop --coverage=1and that leads to a hang (at least on my system) when running theDPCTLQueueMemberFuncTests/TestDPCTLQueueMemberFunctions.CheckMemOpsNullPtrtests.I see the following error message printed :
The error seems to be similar to what is happening with the coverage action in our CI.