CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mull_alter_sqlite3RenameExprUnmap.out43 linesDownload Raw Back to mull-reports
1[info] Using config /sqlite/mull.yml2[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.3[warning] Could not find dynamic library: libm.so.64[warning] Could not find dynamic library: libc.so.65[info] Warm up run (threads: 1)6
       [################################] 1/1. Finished in 108ms7[info] Extracting coverage information (threads: 1)8
       [################################] 1/1. Finished in 4ms9[info] Filter mutants (threads: 1)10
       [################################] 1/1. Finished in 1ms11[info] Baseline run (threads: 1)12
       [################################] 1/1. Finished in 110ms13[info] Running mutants (threads: 7)14[debug] /sqlite/src/alter.c:915:6 ExecutionResult: Failed15[debug] /sqlite/src/alter.c:818:3 ExecutionResult: Passed16[debug] /sqlite/src/alter.c:922:3 ExecutionResult: Passed17[debug] /sqlite/src/alter.c:923:22 ExecutionResult: Failed18
       [##################--------------] 4/719[debug] /sqlite/src/alter.c:820:5 ExecutionResult: Passed20[debug] /sqlite/src/alter.c:921:22 ExecutionResult: Passed21[debug] /sqlite/src/alter.c:3053:3 ExecutionResult: Passed22
       [################################] 7/7. Finished in 126ms23[debug] Done running mutants24[info] Survived mutants (5/7):25/sqlite/src/alter.c:818:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]26  sqlite3RenameTokenRemap(pParse, 0, (const void*)pExpr);27  ^28/sqlite/src/alter.c:820:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]29    sqlite3RenameTokenRemap(pParse, 0, (const void*)&pExpr->y.pTab);30    ^31/sqlite/src/alter.c:921:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]32  pParse->eParseMode = PARSE_MODE_UNMAP;33                     ^34/sqlite/src/alter.c:922:3: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]35  sqlite3WalkExpr(&sWalker, pExpr);36  ^37/sqlite/src/alter.c:3053:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]38  sqlite3InsertBuiltinFuncs(aAlterTableFuncs, ArraySize(aAlterTableFuncs));39  ^40[info] Mutation score: 28%41[info] Total execution time: 452ms42[info] Surviving mutants: 543