Skip to content

Commit

Permalink
Revert deletion of api_fuzzer.cc (grpc#27424)
Browse files Browse the repository at this point in the history
* Revert "Delete api_fuzzer"

This reverts commit 6f5b462.

* Revert "Delete api_fuzzer.cc"

This reverts commit ff8fecb.

* fix some stuff

* more fixes

* more fixes

* compiles

* Automated change: Fix sanity tests

* corpus update

* fixes

* Automated change: Fix sanity tests

* fix illegal term

* fix?

* clear corpora

* cleanup

Co-authored-by: ctiller <[email protected]>
  • Loading branch information
ctiller and ctiller authored Sep 28, 2021
1 parent 91a2db9 commit 3d80d4e
Show file tree
Hide file tree
Showing 5 changed files with 1,262 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/core/end2end/fuzzers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ licenses(["notice"]) # Apache v2

load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")

grpc_fuzzer(
name = "api_fuzzer",
size = "enormous",
srcs = ["api_fuzzer.cc"],
corpus = "api_fuzzer_corpus",
language = "C++",
tags = ["no_windows"],
deps = [
"//:gpr",
"//:grpc",
"//test/core/end2end:ssl_test_data",
"//test/core/util:grpc_test_util",
],
)

grpc_fuzzer(
name = "client_fuzzer",
srcs = ["client_fuzzer.cc"],
Expand Down
Loading

0 comments on commit 3d80d4e

Please sign in to comment.