You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests implicitly assume that every API call returns success.
E.g. Module handle passed to zeModuleCreate is not even initialized on app side, then if module creation fails then incorrect handle is passed to zeModuleDestroy which leads to segfault. Tests should check the error code and provide graceful teardown without crashes
The text was updated successfully, but these errors were encountered:
Tests implicitly assume that every API call returns success.
E.g. Module handle passed to
zeModuleCreate
is not even initialized on app side, then if module creation fails then incorrect handle is passed tozeModuleDestroy
which leads to segfault. Tests should check the error code and provide graceful teardown without crashesThe text was updated successfully, but these errors were encountered: