File size: 4,659 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[info] Using config /libxml2/mull.yml
[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.
[warning] Could not find dynamic library: libm.so.6
[warning] Could not find dynamic library: libc.so.6
[info] Warm up run (threads: 1)

       [################################] 1/1. Finished in 112ms
[info] Extracting coverage information (threads: 1)

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

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

       [################################] 1/1. Finished in 104ms
[info] Running mutants (threads: 20)
[debug] /libxml2/HTMLparser.c:4510:20 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4503:12 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4519:9 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4531:19 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4515:19 ExecutionResult: Failed

       [#####---------------------------] 5/32
[debug] /libxml2/HTMLparser.c:4548:50 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4536:22 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4551:18 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4556:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4577:12 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4560:22 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4563:16 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4562:22 ExecutionResult: Failed

       [#############-------------------] 13/32
[debug] /libxml2/HTMLparser.c:4543:18 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4568:23 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4569:20 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4570:22 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4572:5 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4564:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4540:50 ExecutionResult: Passed

       [####################------------] 20/32
[debug] /libxml2/HTMLparser.c:4513:19 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4532:20 ExecutionResult: Failed

       [######################----------] 22/32
[debug] /libxml2/HTMLparser.c:4529:24 ExecutionResult: Failed

       [#######################---------] 23/32
[debug] /libxml2/HTMLparser.c:4557:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4537:19 ExecutionResult: Passed

       [#########################-------] 25/32
[debug] /libxml2/HTMLparser.c:4541:23 ExecutionResult: Failed

       [##########################------] 26/32
[debug] /libxml2/HTMLparser.c:4549:23 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4552:19 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4544:19 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4561:27 ExecutionResult: Failed

       [##############################--] 30/32
[debug] /libxml2/HTMLparser.c:4517:13 ExecutionResult: Failed

       [###############################-] 31/32
[debug] /libxml2/HTMLparser.c:4506:14 ExecutionResult: Failed

       [################################] 32/32. Finished in 388ms
[debug] Done running mutants
[info] Survived mutants (8/32):
/libxml2/HTMLparser.c:4537:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
    ctxt->instate = XML_PARSER_START;
                  ^
/libxml2/HTMLparser.c:4540:50: warning: Survived: Replaced * with / [cxx_mul_to_div]
    ctxt->nodeTab = xmlMalloc(initialNodeTabSize * sizeof(htmlNodePtr));
                                                 ^
/libxml2/HTMLparser.c:4548:50: warning: Survived: Replaced * with / [cxx_mul_to_div]
    ctxt->nameTab = xmlMalloc(initialNodeTabSize * sizeof(xmlChar *));
                                                 ^
/libxml2/HTMLparser.c:4556:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
    ctxt->nodeInfoNr  = 0;
                      ^
/libxml2/HTMLparser.c:4557:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
    ctxt->nodeInfoMax = 0;
                      ^
/libxml2/HTMLparser.c:4563:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
    ctxt->html = INSERT_INITIAL;
               ^
/libxml2/HTMLparser.c:4564:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
    ctxt->vctxt.flags = XML_VCTXT_USE_PCTXT;
                      ^
/libxml2/HTMLparser.c:4572:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]
    xmlInitNodeInfoSeq(&ctxt->node_seq);
    ^
[info] Mutation score: 75%
[info] Total execution time: 675ms
[info] Surviving mutants: 8