]> git.k1024.org Git - pylibacl.git/commit
Add gcov exclusion patterns for hard-to-test error paths
authorIustin Pop <iustin@k1024.org>
Sun, 16 Apr 2023 23:31:41 +0000 (01:31 +0200)
committerIustin Pop <iustin@k1024.org>
Thu, 20 Apr 2023 23:57:06 +0000 (01:57 +0200)
commit286db678d2e80c65b6f23af0d09f5521c6ba06c1
treec9f520ab8dc7a12fb6d7dc2856ff749770f01d52
parent277fe5e1461a2df70ddf2aaedcaa53e2536f70d1
Add gcov exclusion patterns for hard-to-test error paths

I don't know how to force failures, and in most normal code, these
error paths should not happen, since the rest of the code is well
behaved. As such, I'm adding exclusion markers, for C function
failures.
acl.c