From f527a33d5a040c9ccd3feb42e16a87de8e23fd37 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Fri, 8 Sep 2023 09:08:35 +0200 Subject: [PATCH] Add fuzz filter --- test/fuzz/fuzz_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fuzz/fuzz_test.go b/test/fuzz/fuzz_test.go index d3d092a50..e69aaec7b 100644 --- a/test/fuzz/fuzz_test.go +++ b/test/fuzz/fuzz_test.go @@ -38,6 +38,7 @@ func FuzzExpr(f *testing.F) { regexp.MustCompile(`using interface \{} as type .*`), regexp.MustCompile(`reflect.Value.MapIndex: value of type .* is not assignable to type .*`), regexp.MustCompile(`reflect: Call using .* as type .*`), + regexp.MustCompile(`reflect: Call with too few input arguments`), regexp.MustCompile(`reflect: call of reflect.Value.Call on .* Value`), regexp.MustCompile(`reflect: call of reflect.Value.Index on map Value`), regexp.MustCompile(`reflect: call of reflect.Value.Len on .* Value`),