AryaWu/sqlite
0
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 109ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 4ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 109ms13[info] Running mutants (threads: 8)14[debug] /sqlite/src/func.c:2339:7 ExecutionResult: Passed15[debug] /sqlite/src/func.c:2341:9 ExecutionResult: Failed16[debug] /sqlite/src/func.c:3444:3 ExecutionResult: Passed17[debug] /sqlite/src/func.c:2339:12 ExecutionResult: Passed18
[################----------------] 4/819[debug] /sqlite/src/func.c:3447:3 ExecutionResult: Passed20[debug] /sqlite/src/func.c:3446:3 ExecutionResult: Passed21[debug] /sqlite/src/func.c:3449:3 ExecutionResult: Passed22[debug] /sqlite/src/func.c:3448:3 ExecutionResult: Passed23
[################################] 8/8. Finished in 127ms24[debug] Done running mutants25[info] Survived mutants (7/8):26/sqlite/src/func.c:2339:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]27 int rc = sqlite3_overload_function(db, "MATCH", 2);28 ^29/sqlite/src/func.c:2339:12: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]30 int rc = sqlite3_overload_function(db, "MATCH", 2);31 ^32/sqlite/src/func.c:3444:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]33 sqlite3AlterFunctions();34 ^35/sqlite/src/func.c:3446:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]36 sqlite3WindowFunctions();37 ^38/sqlite/src/func.c:3447:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]39 sqlite3RegisterDateTimeFunctions();40 ^41/sqlite/src/func.c:3448:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]42 sqlite3RegisterJsonFunctions();43 ^44/sqlite/src/func.c:3449:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]45 sqlite3InsertBuiltinFuncs(aBuiltinFunc, ArraySize(aBuiltinFunc));46 ^47[info] Mutation score: 12%48[info] Total execution time: 440ms49[info] Surviving mutants: 750 