File size: 4,986 Bytes
78d2150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[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 105ms
[info] Extracting coverage information (threads: 1)

       [################################] 1/1. Finished in 1ms
[info] Filter mutants (threads: 1)

       [################################] 1/1. Finished in 0ms
[info] Baseline run (threads: 1)

       [################################] 1/1. Finished in 108ms
[info] Running mutants (threads: 20)
[debug] /coreutils/src/csplit.c:210:3 ExecutionResult: Passed
[debug] /coreutils/src/csplit.c:213:3 ExecutionResult: Failed

       [##------------------------------] 2/27
[debug] /coreutils/src/csplit.c:731:5 ExecutionResult: Failed

       [###-----------------------------] 3/27
[debug] /coreutils/src/csplit.c:948:17 ExecutionResult: Passed
[debug] /coreutils/src/csplit.c:892:31 ExecutionResult: Failed

       [#####---------------------------] 5/27
[debug] /coreutils/src/csplit.c:944:11 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:971:25 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:220:3 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:990:13 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:941:33 ExecutionResult: Passed
[debug] /coreutils/src/csplit.c:941:12 ExecutionResult: Passed

       [#############-------------------] 11/27
[debug] /coreutils/src/csplit.c:941:33 ExecutionResult: Failed

       [##############------------------] 12/27
[debug] /coreutils/src/csplit.c:892:5 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:965:34 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:661:34 ExecutionResult: Failed

       [#################---------------] 15/27
[debug] /coreutils/src/csplit.c:737:7 ExecutionResult: Passed

       [##################--------------] 16/27
[debug] /coreutils/src/csplit.c:530:12 ExecutionResult: Failed

       [####################------------] 17/27
[debug] /coreutils/src/csplit.c:944:25 ExecutionResult: Passed

       [#####################-----------] 18/27
[debug] /coreutils/src/csplit.c:214:3 ExecutionResult: Passed

       [######################----------] 19/27
[debug] /coreutils/src/csplit.c:212:3 ExecutionResult: Passed
[debug] /coreutils/src/csplit.c:733:5 ExecutionResult: Passed

       [########################--------] 21/27
[debug] /coreutils/src/csplit.c:727:3 ExecutionResult: Failed
[debug] /coreutils/src/csplit.c:738:7 ExecutionResult: Passed

       [###########################-----] 23/27
[debug] /coreutils/src/csplit.c:530:27 ExecutionResult: Passed

       [############################----] 24/27
[debug] /coreutils/src/csplit.c:740:3 ExecutionResult: Failed

       [#############################---] 25/27
[debug] /coreutils/src/csplit.c:221:3 ExecutionResult: Failed

       [##############################--] 26/27
[debug] /coreutils/src/csplit.c:941:36 ExecutionResult: Timedout

       [################################] 27/27. Finished in 2524ms
[debug] Done running mutants
[info] Survived mutants (11/27):
/coreutils/src/csplit.c:210:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]
  close_output_file ();
  ^
/coreutils/src/csplit.c:212:3: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
  sigprocmask (SIG_BLOCK, &caught_signals, &oldset);
  ^
/coreutils/src/csplit.c:214:3: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
  sigprocmask (SIG_SETMASK, &oldset, nullptr);
  ^
/coreutils/src/csplit.c:530:27: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
  if (head == nullptr && !load_buffer ())
                          ^
/coreutils/src/csplit.c:733:5: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
    fprintf (stderr, "\n");
    ^
/coreutils/src/csplit.c:737:7: warning: Survived: Removed the call to the function [cxx_remove_void_call]
      dump_rest_of_file ();
      ^
/coreutils/src/csplit.c:738:7: warning: Survived: Removed the call to the function [cxx_remove_void_call]
      close_output_file ();
      ^
/coreutils/src/csplit.c:941:12: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]
  for (int i = files_created; 0 <= --i; )
           ^
/coreutils/src/csplit.c:941:33: warning: Survived: Replaced <= with < [cxx_le_to_lt]
  for (int i = files_created; 0 <= --i; )
                                ^
/coreutils/src/csplit.c:944:25: warning: Survived: Replaced != with == [cxx_ne_to_eq]
      if (unlink (name) != 0 && errno != ENOENT && !in_signal_handler)
                        ^
/coreutils/src/csplit.c:948:17: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
  files_created = 0;
                ^
[info] Mutation score: 59%
[info] Total execution time: 2740ms
[info] Surviving mutants: 11