Commit Graph

3 Commits

Author SHA1 Message Date
DavidKorczynski d94d0609a5
infra: enable fuzztest compile script to build non-fuzztest fuzzers (#9733)
This is needed to avoid having to potentially run `bazel build` multiple
times, which is the current situation in Tensorflow. This will make the
process simpler and also reduce build speed, which is needed if we want
to build all of the FuzzTest fuzzers + non-FuzzTest fuzzers in
Tensorflow.

---------

Signed-off-by: David Korczynski <david@adalogics.com>
2023-02-20 01:37:52 -08:00
DavidKorczynski 529a009be5
infra: refine fuzztest work (#8992)
Enable Fuzztest fuzzers for Tensorflow.

This depends on https://github.com/google/fuzztest/pull/79 and
eventually a PR on the tensorflow repo with the (to be refined) diff in
this PR.

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
2022-11-28 18:17:41 +11:00
DavidKorczynski 9452275da3
fuzztest integration (#8784)
Signed-off-by: David Korczynski <david@adalogics.com>

Cross referencing https://github.com/google/fuzztest/pull/69

Signed-off-by: David Korczynski <david@adalogics.com>
Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
2022-11-14 13:34:29 +11:00