-
https://github.com/llvm/llvm-project/pull/116983
-
https://github.com/llvm/llvm-project/pull/116888
-
```
~/projects/tree-sitter-purescript strict ./node_modules/.bin/tree-sitter generate && ./node_modules/.bin/tree-sitter fuzz
0. purescript - corpus - classes - Simple class
1. purescr…
-
We should fuzz statistics by computing all possible stats on an array via `array.statistics.compute_all(all::())` or some such, canonicalizing that array, and then calling `compute_statistics` on the …
-
This fuzz test could possibly be a starting point for #466:
```go
package yaml_test
import (
"strings"
"testing"
"github.com/goccy/go-yaml"
)
func FuzzUnmarshalToMap(f *testing.F) {…
-
https://github.com/llvm/llvm-project/pull/114689
-
```
~/projects/tree-sitter-haskell master ± TREE_SITTER_ITERATIONS=1000 ./node_modules/.bin/tree-sitter fuzz --edits 1000
...
88. haskell - corpus - cpp - cpp: newline after decl in layout…
-
Recently reenabled fuzzing test still needs some work:
https://github.com/dotnet/fsharp/blob/373fb23c5a6a7a00ddee9d142150cb18b2bd51d5/tests/FSharp.Compiler.ComponentTests/FSharpChecker/TransparentComp…
-
It would be great to run address and ub sanitisation during testing in CI.
-
This package currently does not have fuzzing like the official Anki implementation: https://github.com/ankitects/anki/blob/main/rslib/src/scheduler/states/fuzz.rs