libxml / mull-reports /mull_HTMLparser_htmlCreateMemoryParserCtxtInternal.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 108ms
[info] Extracting coverage information (threads: 1)
[################################] 1/1. Finished in 4ms
[info] Filter mutants (threads: 1)
[################################] 1/1. Finished in 15ms
[info] Baseline run (threads: 1)
[################################] 1/1. Finished in 106ms
[info] Running mutants (threads: 20)
[debug] /libxml2/HTMLparser.c:4503:12 ExecutionResult: Passed
[--------------------------------] 1/43
[debug] /libxml2/HTMLparser.c:4519:9 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4532:20 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4513:19 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4537:19 ExecutionResult: Passed
[###-----------------------------] 5/43
[debug] /libxml2/HTMLparser.c:4544:19 ExecutionResult: Passed
[####----------------------------] 6/43
[debug] /libxml2/HTMLparser.c:4549:23 ExecutionResult: Failed
[#####---------------------------] 7/43
[debug] /libxml2/HTMLparser.c:4557:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4568:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4563:16 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4585:5 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4634:49 ExecutionResult: Failed
[########------------------------] 12/43
[debug] /libxml2/HTMLparser.c:4561:27 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4648:16 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4570:22 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4552:19 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4656:15 ExecutionResult: Failed
[############--------------------] 17/43
[debug] /libxml2/HTMLparser.c:4631:14 ExecutionResult: Failed
[#############-------------------] 18/43
[debug] /libxml2/HTMLparser.c:4541:23 ExecutionResult: Failed
[##############------------------] 19/43
[debug] /libxml2/HTMLparser.c:4515:19 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4506:14 ExecutionResult: Failed
[###############-----------------] 21/43
[debug] /libxml2/HTMLparser.c:4536:22 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4661:39 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4529:24 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4540:50 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4548:50 ExecutionResult: Passed
[###################-------------] 26/43
[debug] /libxml2/HTMLparser.c:4628:5 ExecutionResult: Passed
[####################------------] 27/43
[debug] /libxml2/HTMLparser.c:4562:22 ExecutionResult: Passed
[####################------------] 28/43
[debug] /libxml2/HTMLparser.c:4569:20 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4551:18 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4564:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4634:49 ExecutionResult: Failed
[debug] /libxml2/HTMLparser.c:4560:22 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4543:18 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4652:14 ExecutionResult: Failed
[##########################------] 35/43
[debug] /libxml2/HTMLparser.c:4572:5 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4556:23 ExecutionResult: Passed
[debug] /libxml2/HTMLparser.c:4661:9 ExecutionResult: Passed
[############################----] 38/43
[debug] /libxml2/HTMLparser.c:4634:9 ExecutionResult: Passed
[#############################---] 39/43
[debug] /libxml2/HTMLparser.c:4510:20 ExecutionResult: Failed
[#############################---] 40/43
[debug] /libxml2/HTMLparser.c:4531:19 ExecutionResult: Failed
[##############################--] 41/43
[debug] /libxml2/HTMLparser.c:4661:39 ExecutionResult: Failed
[###############################-] 42/43
[debug] /libxml2/HTMLparser.c:4517:13 ExecutionResult: Failed
[################################] 43/43. Finished in 563ms
[debug] Done running mutants
[info] Survived mutants (26/43):
/libxml2/HTMLparser.c:4503:12: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]
size_t initialNodeTabSize = 10;
^
/libxml2/HTMLparser.c:4519:9: warning: Survived: Removed the call to the function [cxx_remove_void_call]
xmlSAX2InitHtmlDefaultSAXHandler(ctxt->sax);
^
/libxml2/HTMLparser.c:4532:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->inputMax = 1;
^
/libxml2/HTMLparser.c:4536:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->standalone = -1;
^
/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:4543:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->nodeNr = 0;
^
/libxml2/HTMLparser.c:4544:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->nodeMax = initialNodeTabSize;
^
/libxml2/HTMLparser.c:4548:50: warning: Survived: Replaced * with / [cxx_mul_to_div]
ctxt->nameTab = xmlMalloc(initialNodeTabSize * sizeof(xmlChar *));
^
/libxml2/HTMLparser.c:4551:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->nameNr = 0;
^
/libxml2/HTMLparser.c:4552:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->nameMax = initialNodeTabSize;
^
/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:4560:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->wellFormed = 1;
^
/libxml2/HTMLparser.c:4561:27: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->replaceEntities = 0;
^
/libxml2/HTMLparser.c:4562:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->keepBlanks = xmlKeepBlanksDefaultValue;
^
/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:4568:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->record_info = 0;
^
/libxml2/HTMLparser.c:4569:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->validate = 0;
^
/libxml2/HTMLparser.c:4570:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]
ctxt->checkIndex = 0;
^
/libxml2/HTMLparser.c:4572:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]
xmlInitNodeInfoSeq(&ctxt->node_seq);
^
/libxml2/HTMLparser.c:4585:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]
xmlFreeParserCtxt(ctxt);
^
/libxml2/HTMLparser.c:4628:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]
xmlInitParser();
^
/libxml2/HTMLparser.c:4634:9: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
if (htmlInitParserCtxt(ctxt, sax, userData) < 0) {
^
/libxml2/HTMLparser.c:4661:9: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]
if (xmlCtxtPushInput(ctxt, input) < 0) {
^
[info] Mutation score: 39%
[info] Total execution time: 847ms
[info] Surviving mutants: 26