Breaking to Build: Fuzzing the Kotlin Compiler
At JetBrains, we care about Kotlin compiler quality. One powerful way to test it? Fuzzing, an approach that feeds programs unexpected, often random, inputs to uncover bugs that traditional tests may miss. It may sound chaotic, but it works, especially for complex software like compilers. In a previous post, our colleagues introduced kotlinx.fuzz, a powerful […]
➕ 1
s
streetsofboston
07/17/2025, 1:44 PM
"TU Delft", nice! My alma mater!
a
Arjan van Wieringen
07/17/2025, 3:42 PM
What is meant with “basic fuzzing” in the comparison?