/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Cargo-mutants:zombie: Inject bugs and see if your tests catch them
(github.com)
105 points
todsacerdoti
| 3 comments |
10 Apr 25 20:10 UTC
|
HN request time: 0.62s
|
source
1.
matthewfcarlson
◴[
13 Apr 25 15:55 UTC
]
No.
43673698
[source]
▶
>>43647605 (OP)
#
I wonder if there’s something similar to run on a c codebase.
replies(2):
>>43673985
#
>>43673997
#
ID:
GO
2.
zhaoweny
◴[
13 Apr 25 16:35 UTC
]
No.
43673985
[source]
▶
>>43673698 (TP)
#
There's mull[1], which is based on LLVM toolchain and can accept any language that transforms into LLVM bytecode. SQLite[2] also does mutation testing, by compile and mutate generated assembly code.
[1]:
https://mull.readthedocs.io/en/0.26.0/
[2]:
https://sqlite.org/testing.html#mutation_testing
3.
BadBadJellyBean
◴[
13 Apr 25 16:36 UTC
]
No.
43673997
[source]
▶
>>43673698 (TP)
#
There are a few. See:
https://github.com/theofidry/awesome-mutation-testing
↑