Sign in
chromium
/
external
/
github.com
/
google
/
fuzztest
/
HEAD
94c3cf3
No public description
by Krasimir Georgiev
· 5 hours ago
main
76e7eb9
Safely modify environment variables in Rust tests using scoped `with_env_var`/`with_env_vars` utilities.
by Filip Niksic
· 15 hours ago
baf1cf3
Export and preserve LLVMFuzzerCustomMutator in compatibility mode.
by FuzzTest Team
· 3 days ago
3f2a100
No public description
by FuzzTest Team
· 4 days ago
303e8b2
Enable sanitizer reporting and death callback for ThreadSanitizer in FuzzTest.
by Daniel Lowengrub
· 4 days ago
21aa340
Disable Cmp trace capturing under TSan.
by Xinhao Yuan
· 4 days ago
82300e4
Create temporary local dirs in MinimizeCrash.
by Xinhao Yuan
· 6 days ago
f578179
No public description
by Shashank Sharma
· 6 days ago
ea23d3e
No public description
by Shashank Sharma
· 6 days ago
feee935
fuzztest-rust | Add support for execution ID
by Shashank Sharma
· 6 days ago
d2d8790
fuzztest-rust | add continue_after_crash support to fuzzing and replay-corpus modes
by Shashank Sharma
· 7 days ago
412c2c6
fuzztest-rust | resolve relative corpus_db paths in test environments
by Shashank Sharma
· 7 days ago
d579aa9
Implement ReversibleFlatMap.
by FuzzTest Team
· 7 days ago
8bc765a
Remove the dispatcher prototype.
by Xinhao Yuan
· 8 days ago
bcabb5e
fuzztest-rust | support replaying corpus for inf
by Shashank Sharma
· 9 days ago
f58db97
fuzztest-rust | Add clippy rules and fix stylistic lints across fuzztest-rust sub-crates
by Shashank Sharma
· 9 days ago
bce2c8d
fuzztest-rust | Add support for listing crash IDs from the corpus database
by Shashank Sharma
· 9 days ago
be73f1a
cargo-fuzztest: support replaying corpus for a certain time
by Shashank Sharma
· 9 days ago
a2937ea
cargo-fuzztest: support replaying all crashes from corpus
by Shashank Sharma
· 9 days ago
042dfb1
cargo-fuzztest: support replaying a crash by id
by Shashank Sharma
· 9 days ago
7500662
No public description
by FuzzTest Team
· 9 days ago
5f57cf1
cargo-fuzztest: support parallel fuzzing jobs.
by Shashank Sharma
· 9 days ago
810d993
cargo-fuzztest: support fuzzing a fuzztest.
by Shashank Sharma
· 11 days ago
ab8a338
Fix initialization and destruction order in StopConditionTest.
by Xinhao Yuan
· 12 days ago
0918b38
cargo-fuzztest: add fuzztest-options dependency and CLI option parsing
by Shashank Sharma
· 12 days ago
8215973
fuzztest-rust: Add GitHub Actions workflow for Cargo tests
by Shashank Sharma
· 12 days ago
ff6d1b1
fuzztest-rust | format duration flags as seconds.
by Shashank Sharma
· 12 days ago
9f5d42d
cargo-fuzztest: Add CLI end-to-end integration test.
by Shashank Sharma
· 12 days ago
6b4fbe5
No public description
by Antoine Pouillaude
· 12 days ago
b4c5ba2
cargo-fuzztest: Add integration tests and test fixture crate.
by Shashank Sharma
· 12 days ago
75944ae
Add --list option and ExecutionMode enum to cargo-fuzztest.
by Shashank Sharma
· 12 days ago
32bd22e
Add stop request reason string that can be exported.
by Xinhao Yuan
· 12 days ago
c341e35
cargo-fuzztest: Add initial cargo-fuzztest tool for running Rust fuzz tests in smoke-test mode.
by Shashank Sharma
· 13 days ago
74652de
Refactor FuzzTestOptions into a standalone sub-crate
by Shashank Sharma
· 13 days ago
9f793cd
No public description
by Shashank Sharma
· 2 weeks ago
3289876
No public description
by FuzzTest Team
· 2 weeks ago
73536c5
Centipede: Add centipede_engine_static target to BUILD.
by FuzzTest Team
· 2 weeks ago
7684b43
Centipede: Add runner_utils library and update engine_worker/sancov_runtime to use it.
by FuzzTest Team
· 2 weeks ago
a997639
No public description
by Daniel Lowengrub
· 2 weeks ago
e08df71
Do not fail the runner/worker if it fails to write mutants.
by Xinhao Yuan
· 2 weeks ago
4e0d121
fix: Update Bazel release key URL
by FuzzTest Team
· 3 weeks ago
7455b4d
No public description
by Xinhao Yuan
· 3 weeks ago
10f5fde
No public description
by Daniel Lowengrub
· 4 weeks ago
1a08395
Support FUZZTEST_MAX_JOBS environment variable to cap parallel jobs.
by Xinhao Yuan
· 4 weeks ago
a233d75
No public description
by Daniel Lowengrub
· 4 weeks ago
228ca7a
Change the runner interface to prepare the migration to the engine ABI.
by Xinhao Yuan
· 4 weeks ago
239bf6c
No public description
by Daniel Lowengrub
· 4 weeks ago
073bf23
No public description
by FuzzTest Team
· 5 weeks ago
949bbbd
No public description
by Daniel Lowengrub
· 5 weeks ago
d630789
No public description
by Daniel Lowengrub
· 5 weeks ago
bb44583
No public description
by Daniel Lowengrub
· 5 weeks ago
1bdc37c
Remove obsolete comment.
by Xinhao Yuan
· 5 weeks ago
ad66c13
Always perform exec in command.
by Xinhao Yuan
· 6 weeks ago
dc04a8f
Remove batch timeout handling in the runner.
by Xinhao Yuan
· 6 weeks ago
c2c8ad3
No public description
by Xinhao Yuan
· 6 weeks ago
f4e3a6e
No public description
by Xinhao Yuan
· 6 weeks ago
df6fca2
No public description
by Xinhao Yuan
· 6 weeks ago
3141444
No public description
by Xinhao Yuan
· 6 weeks ago
212bf91
Add a workaround for sigwait returning 0 but not setting the signal number.
by Xinhao Yuan
· 6 weeks ago
baaa273
Use stop condition to pass exit code; Separate early stop reset from stop time.
by Xinhao Yuan
· 6 weeks ago
98e8323
No public description
by Xinhao Yuan
· 6 weeks ago
42e307f
No public description
by Xinhao Yuan
· 6 weeks ago
b8aad15
No public description
by FuzzTest Team
· 7 weeks ago
ee85881
No public description
by Xinhao Yuan
· 7 weeks ago
1c9fe96
Optimize FlatBuffers untyped table domain with fields_by_id_ map
by FuzzTest Team
· 8 weeks ago
03fccf5
Refactor FlatbuffersTableUntypedDomainImpl::MutateSelectedField to use a visitor and clean up CountNumberOfMutableFieldsVisitor.
by FuzzTest Team
· 8 weeks ago
4329d19
Handle SIGINT in the FuzzTest framework.
by Xinhao Yuan
· 8 weeks ago
955c608
Localize the stop condition to make it more library-friendly.
by Xinhao Yuan
· 8 weeks ago
fc9d7c9
No public description
by Xinhao Yuan
· 8 weeks ago
1a18c86
Further simplify the UpdateCorpusDatabase for single test.
by Xinhao Yuan
· 9 weeks ago
5fcf844
No public description
by FuzzTest Team
· 9 weeks ago
6d428b0
No public description
by FuzzTest Team
· 9 weeks ago
92c6a7c
No public description
by FuzzTest Team
· 9 weeks ago
e25dc3d
No public description
by Xinhao Yuan
· 10 weeks ago
26bad1d
No public description
by FuzzTest Team
· 10 weeks ago
14c25e7
Refer to the test log in the final failure messages.
by Xinhao Yuan
· 2 months ago
de27637
No public description
by Xinhao Yuan
· 2 months ago
1e727d8
Update with target config before invoking Centipede.
by Xinhao Yuan
· 2 months ago
e9e555c
A few NFCs for config querying and crash replaying.
by Xinhao Yuan
· 2 months ago
0798a63
Add a note about sharded tests to documentation
by Mike Kruskal
· 3 months ago
9aa29ee
Update fuzztest to the latest Abseil
by Mike Kruskal
· 3 months ago
20fad20
Add support for Flatbuffers with 64-bit offsets.
by FuzzTest Team
· 3 months ago
98ab895
Always clean up TLS auto-dictionary.
by Xinhao Yuan
· 3 months ago
371828c
No public description
by FuzzTest Team
· 3 months ago
1401ec3
No public description
by Xinhao Yuan
· 3 months ago
8b1e279
No public description
by Xinhao Yuan
· 3 months ago
73a2456
No public description
by FuzzTest Team
· 3 months ago
3290214
Fix MacOS build issues.
by FuzzTest Team
· 3 months ago
4639541
No public description
by FuzzTest Team
· 3 months ago
ea4d5f1
Create new flags from FuzzTest configuration fields used in Centipede.
by Xinhao Yuan
· 3 months ago
8298dd9
No public description
by Xinhao Yuan
· 3 months ago
da27bca
No public description
by FuzzTest Team
· 3 months ago
7bd4f25
Disable running multiple fuzz tests by default and remove the tests.
by Xinhao Yuan
· 3 months ago
36a7acd
Fix off-by-one error in Flatbuffers domain field mutation.
by FuzzTest Team
· 3 months ago
19f2215
Fix flatbuffers enum domain corpus validation
by FuzzTest Team
· 3 months ago
5b3bc96
No public description
by FuzzTest Team
· 3 months ago
7991d2b
No public description
by Xinhao Yuan
· 3 months ago
a4eafb7
Arbitrary Enum Domain
by Daniel Lowengrub
· 3 months ago
50b9c99
Arbitrary Status Domain
by Daniel Lowengrub
· 3 months ago
66e6962
No public description
by FuzzTest Team
· 3 months ago
Next »