diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 15:59:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 16:53:22 -0300 |
commit | 833be5cdaf5b7c596d4ecff0b6e2a0ac0b135566 (patch) | |
tree | fb767a2392681120a1b640513c7b529cf1e240e9 /tests/fuzz | |
parent | Setup i18n with gotext (diff) | |
download | pds-833be5cdaf5b7c596d4ecff0b6e2a0ac0b135566.tar.gz pds-833be5cdaf5b7c596d4ecff0b6e2a0ac0b135566.tar.xz |
tests/fuzz/: Add noop fuzz targets
Diffstat (limited to 'tests/fuzz')
30 files changed, 439 insertions, 0 deletions
diff --git a/tests/fuzz/map-builder/main.go b/tests/fuzz/map-builder/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/map-builder/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/map-builder/pds.go b/tests/fuzz/map-builder/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/map-builder/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/map-iterator/main.go b/tests/fuzz/map-iterator/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/map-iterator/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/map-iterator/pds.go b/tests/fuzz/map-iterator/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/map-iterator/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/map/main.go b/tests/fuzz/map/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/map/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/map/pds.go b/tests/fuzz/map/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/map/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/set-builder/main.go b/tests/fuzz/set-builder/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/set-builder/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/set-builder/pds.go b/tests/fuzz/set-builder/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/set-builder/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/set-iterator/main.go b/tests/fuzz/set-iterator/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/set-iterator/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/set-iterator/pds.go b/tests/fuzz/set-iterator/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/set-iterator/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/set/main.go b/tests/fuzz/set/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/set/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/set/pds.go b/tests/fuzz/set/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/set/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/sortedmap-builder/main.go b/tests/fuzz/sortedmap-builder/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/sortedmap-builder/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/sortedmap-builder/pds.go b/tests/fuzz/sortedmap-builder/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/sortedmap-builder/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/sortedmap-iterator/main.go b/tests/fuzz/sortedmap-iterator/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/sortedmap-iterator/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/sortedmap-iterator/pds.go b/tests/fuzz/sortedmap-iterator/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/sortedmap-iterator/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/sortedmap/main.go b/tests/fuzz/sortedmap/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/sortedmap/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/sortedmap/pds.go b/tests/fuzz/sortedmap/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/sortedmap/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/sortedset-builder/main.go b/tests/fuzz/sortedset-builder/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/sortedset-builder/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/sortedset-builder/pds.go b/tests/fuzz/sortedset-builder/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/sortedset-builder/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/sortedset-iterator/main.go b/tests/fuzz/sortedset-iterator/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/sortedset-iterator/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/sortedset-iterator/pds.go b/tests/fuzz/sortedset-iterator/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/sortedset-iterator/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/sortedset/main.go b/tests/fuzz/sortedset/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/sortedset/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/sortedset/pds.go b/tests/fuzz/sortedset/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/sortedset/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/vector-builder/main.go b/tests/fuzz/vector-builder/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/vector-builder/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/vector-builder/pds.go b/tests/fuzz/vector-builder/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/vector-builder/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/vector-iterator/main.go b/tests/fuzz/vector-iterator/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/vector-iterator/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/vector-iterator/pds.go b/tests/fuzz/vector-iterator/pds.go new file mode 100644 index 0000000..501b9aa --- /dev/null +++ b/tests/fuzz/vector-iterator/pds.go @@ -0,0 +1,30 @@ +package pds + +import ( + "os" + "testing" + "testing/internal/testdeps" +) + + + +func fn(f *testing.F) { + f.Fuzz(func(t *testing.T, s string) { + // Heredoc(s) + }) +} + + + +func MainTest() { + fuzzTargets := []testing.InternalFuzzTarget{ + { "heredoc", fn }, + } + + deps := testdeps.TestDeps{} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} + m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) + os.Exit(m.Run()) +} diff --git a/tests/fuzz/vector/main.go b/tests/fuzz/vector/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/vector/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file diff --git a/tests/fuzz/vector/pds.go b/tests/fuzz/vector/pds.go new file mode 100644 index 0000000..2e193f2 --- /dev/null +++ b/tests/fuzz/vector/pds.go @@ -0,0 +1,4 @@ +package pds + +func MainTest() { +} |