coreutils / mull-reports /mull_cat_copy_cat.out
AryaWu's picture
Upload folder using huggingface_hub
78d2150 verified
[info] Using config /coreutils/mull.yml
[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.
[warning] Could not find dynamic library: libc.so.6
[info] Warm up run (threads: 1)
[################################] 1/1. Finished in 116ms
[info] Extracting coverage information (threads: 1)
[################################] 1/1. Finished in 0ms
[info] Filter mutants (threads: 1)
[################################] 1/1. Finished in 0ms
[info] Baseline run (threads: 1)
[################################] 1/1. Finished in 108ms
[info] Running mutants (threads: 3)
[debug] /coreutils/src/cat.c:516:13 ExecutionResult: Passed
[debug] /coreutils/src/cat.c:516:48 ExecutionResult: Failed
[#####################-----------] 2/3
[debug] /coreutils/src/cat.c:508:11 ExecutionResult: Passed
[################################] 3/3. Finished in 122ms
[debug] Done running mutants
[info] Survived mutants (2/3):
/coreutils/src/cat.c:508:11: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]
ssize_t copy_max = MIN (SSIZE_MAX, SIZE_MAX) >> 30 << 30;
^
/coreutils/src/cat.c:516:13: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]
for (bool some_copied = false; ; some_copied = true)
^
[info] Mutation score: 33%
[info] Total execution time: 347ms
[info] Surviving mutants: 2