coreutils / mull-reports /mull_csplit_close_output_file.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 108ms
[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: 10)
[debug] /coreutils/src/csplit.c:979:21 ExecutionResult: Passed
[debug] /coreutils/src/csplit.c:971:25 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:978:11 ExecutionResult: Passed
[#########-----------------------] 3/10
[debug] /coreutils/src/csplit.c:979:24 ExecutionResult: Failed
[############--------------------] 4/10
[debug] /coreutils/src/csplit.c:965:34 ExecutionResult: Failed
[################----------------] 5/10
[debug] /coreutils/src/csplit.c:990:13 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:981:24 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:980:24 ExecutionResult: Passed
[debug] /coreutils/src/csplit.c:979:49 ExecutionResult: Passed
[############################----] 9/10
[debug] /coreutils/src/csplit.c:982:11 ExecutionResult: Passed
[################################] 10/10. Finished in 192ms
[debug] Done running mutants
[info] Survived mutants (5/10):
/coreutils/src/csplit.c:978:11: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
sigprocmask (SIG_BLOCK, &caught_signals, &oldset);
^
/coreutils/src/csplit.c:979:21: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
unlink_ok = (unlink (output_filename) == 0);
^
/coreutils/src/csplit.c:979:49: warning: Survived: Replaced == with != [cxx_eq_to_ne]
unlink_ok = (unlink (output_filename) == 0);
^
/coreutils/src/csplit.c:980:24: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
unlink_errno = errno;
^
/coreutils/src/csplit.c:982:11: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
sigprocmask (SIG_SETMASK, &oldset, nullptr);
^
[info] Mutation score: 50%
[info] Total execution time: 411ms
[info] Surviving mutants: 5