Steps to reproduce
- Open and configure project
coreutils - Choose target
libcoreutils.a - Generate tests for file
gl/lib/randperm.c - See comment in tests
// Function 'sparse_new' was skipped, as return type 'struct hash_table *' is not fully supported: Base type of array or pointer
Source code
staticsparse_map*sparse_new (size_tsize_hint)
{
returnhash_initialize (size_hint, NULL, sparse_hash_, sparse_cmp_, free);
}Note
However, it is still possible to check the return pointer for null (not for its value)
Steps to reproduce
coreutilslibcoreutils.agl/lib/randperm.cSource code
Note
However, it is still possible to check the return pointer for null (not for its value)