libxml / mull-reports /mull_SAX2_xmlSAX2EndElement.out
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[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 110ms
[info] Extracting coverage information (threads: 1)
[################################] 1/1. Finished in 4ms
[info] Filter mutants (threads: 1)
[################################] 1/1. Finished in 1ms
[info] Baseline run (threads: 1)
[################################] 1/1. Finished in 106ms
[info] Running mutants (threads: 20)
[debug] /libxml2/SAX2.c:1433:14 ExecutionResult: Failed
[--------------------------------] 1/43
[debug] /libxml2/SAX2.c:1471:19 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1481:5 ExecutionResult: Passed
[##------------------------------] 3/43
[debug] /libxml2/SAX2.c:1498:33 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1455:14 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1525:13 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1529:17 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1588:16 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1527:33 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1486:29 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:2713:17 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1723:9 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1528:15 ExecutionResult: Passed
[#########-----------------------] 13/43
[debug] /libxml2/SAX2.c:1762:19 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1718:37 ExecutionResult: Failed
[###########---------------------] 15/43
[debug] /libxml2/SAX2.c:910:14 ExecutionResult: Failed
[###########---------------------] 16/43
[debug] /libxml2/SAX2.c:899:24 ExecutionResult: Failed
[############--------------------] 17/43
[debug] /libxml2/SAX2.c:1524:11 ExecutionResult: Failed
[#############-------------------] 18/43
[debug] /libxml2/SAX2.c:1475:16 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1433:36 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1506:14 ExecutionResult: Failed
[###############-----------------] 21/43
[debug] /libxml2/SAX2.c:1486:9 ExecutionResult: Failed
[################----------------] 22/43
[debug] /libxml2/SAX2.c:1545:13 ExecutionResult: Failed
[#################---------------] 23/43
[debug] /libxml2/SAX2.c:1532:17 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:2712:14 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1528:13 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1466:13 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1499:33 ExecutionResult: Passed
[####################------------] 28/43
[debug] /libxml2/SAX2.c:1527:13 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:2717:20 ExecutionResult: Passed
[debug] /libxml2/SAX2.c:1718:15 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1486:29 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1718:62 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1529:17 ExecutionResult: Passed
[#########################-------] 34/43
[debug] /libxml2/SAX2.c:920:21 ExecutionResult: Passed
[##########################------] 35/43
[debug] /libxml2/SAX2.c:1751:14 ExecutionResult: Failed
[debug] /libxml2/SAX2.c:1525:13 ExecutionResult: Passed
[###########################-----] 37/43
[debug] /libxml2/SAX2.c:1524:9 ExecutionResult: Passed
[############################----] 38/43
[debug] /libxml2/SAX2.c:1433:61 ExecutionResult: Failed
[#############################---] 39/43
[debug] /libxml2/SAX2.c:901:31 ExecutionResult: Failed
[#############################---] 40/43
[debug] /libxml2/SAX2.c:1552:14 ExecutionResult: Failed
[##############################--] 41/43
[debug] /libxml2/SAX2.c:921:15 ExecutionResult: Failed
[###############################-] 42/43
[debug] /libxml2/SAX2.c:905:20 ExecutionResult: Failed
[################################] 43/43. Finished in 701ms
[debug] Done running mutants
[info] Survived mutants (20/43):
/libxml2/SAX2.c:920:21: warning: Survived: Replaced != with == [cxx_ne_to_eq]
if ((node->type != XML_TEXT_NODE) &&
^
/libxml2/SAX2.c:1471:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->nodemem = -1;
^
/libxml2/SAX2.c:1475:16: warning: Survived: Replaced == with != [cxx_eq_to_ne]
if (parent == NULL)
^
/libxml2/SAX2.c:1481:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]
xmlSAX2AppendChild(ctxt, ret);
^
/libxml2/SAX2.c:1498:33: warning: Survived: Replaced != with == [cxx_ne_to_eq]
if ((ctxt->myDoc->intSubset != NULL) ||
^
/libxml2/SAX2.c:1499:33: warning: Survived: Replaced != with == [cxx_ne_to_eq]
(ctxt->myDoc->extSubset != NULL)) {
^
/libxml2/SAX2.c:1524:9: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
res = xmlSearchNsSafe(ret, prefix, &ns);
^
/libxml2/SAX2.c:1525:13: warning: Survived: Replaced < with >= [cxx_lt_to_ge]
if (res < 0)
^
/libxml2/SAX2.c:1525:13: warning: Survived: Replaced < with <= [cxx_lt_to_le]
if (res < 0)
^
/libxml2/SAX2.c:1527:13: warning: Survived: Replaced == with != [cxx_eq_to_ne]
if ((ns == NULL) && (parent != NULL)) {
^
/libxml2/SAX2.c:1527:33: warning: Survived: Replaced != with == [cxx_ne_to_eq]
if ((ns == NULL) && (parent != NULL)) {
^
/libxml2/SAX2.c:1528:13: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
res = xmlSearchNsSafe(parent, prefix, &ns);
^
/libxml2/SAX2.c:1528:15: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
res = xmlSearchNsSafe(parent, prefix, &ns);
^
/libxml2/SAX2.c:1529:17: warning: Survived: Replaced < with >= [cxx_lt_to_ge]
if (res < 0)
^
/libxml2/SAX2.c:1529:17: warning: Survived: Replaced < with <= [cxx_lt_to_le]
if (res < 0)
^
/libxml2/SAX2.c:1532:17: warning: Survived: Replaced != with == [cxx_ne_to_eq]
if ((prefix != NULL) && (ns == NULL)) {
^
/libxml2/SAX2.c:1588:16: warning: Survived: Replaced != with == [cxx_ne_to_eq]
if (prefix != NULL)
^
/libxml2/SAX2.c:2712:14: warning: Survived: Replaced == with != [cxx_eq_to_ne]
if (hdlr == NULL) return(-1);
^
/libxml2/SAX2.c:2713:17: warning: Survived: Replaced == with != [cxx_eq_to_ne]
if (version == 2) {
^
/libxml2/SAX2.c:2717:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
hdlr->initialized = XML_SAX2_MAGIC;
^
[info] Mutation score: 53%
[info] Total execution time: 957ms
[info] Surviving mutants: 20