Sign in
pigweed
/
third_party
/
github
/
google
/
fuzztest
/
HEAD
61015dd
No public description
by Ivo Ristovski List
· 3 days ago
main
70d96c4
No public description
by Ivo Ristovski List
· 4 days ago
d897f74
Pass runner flags to the Sancov runtime.
by Xinhao Yuan
· 10 days ago
62174b5
Add MSAN support with a functional test.
by Xinhao Yuan
· 10 days ago
8b93bbe
Add compact mode to comparison tables to not sample from unpopulated entries.
by Xinhao Yuan
· 11 days ago
169baf1
Report crash summary when replaying a corpus or a crashing input.
by Filip Niksic
· 11 days ago
b87fa7d
Prioritize higher scores in CMP features.
by Xinhao Yuan
· 11 days ago
e9b49f3
A few more LOG macro cleanup.
by László Szekeres
· 2 weeks ago
73721c6
Remove unused batch fuzz example.
by László Szekeres
· 2 weeks ago
f6aa6f6
Simplify some log statements with FUZZTEST_PCHECK.
by László Szekeres
· 2 weeks ago
b742bb0
Change instances of FUZZTEST_CHECK(false) to FUZZTEST_LOG(FATAL).
by László Szekeres
· 2 weeks ago
e91ddf2
Implement sancov runtime API to be able to emit features for other frameworks, and add a new interface to the dispatcher for exposed feature compatibility.
by Yamil Morales
· 3 weeks ago
c086c98
Allow infinite time limit when there is only one test.
by Xinhao Yuan
· 3 weeks ago
0bf1031
Remove redundant and stale metadata files from Centipede codebase.
by László Szekeres
· 3 weeks ago
3623860
Fix runner/sancov state lifetime by adding manual lifetime wrappers.
by Xinhao Yuan
· 3 weeks ago
4c66517
Consolidate CHECK and LOG implementations.
by László Szekeres
· 3 weeks ago
a1840dc
Replace fuzztest_single_test_mode with ..._multi_test_mode_soon_to_be_removed.
by Xinhao Yuan
· 3 weeks ago
fd61d9a
Revert an accidentally flipped prediction.
by Xinhao Yuan
· 3 weeks ago
805f32c
Add ability to exclude specific sets of features when creating a seed corpus.
by Dan Snyder
· 3 weeks ago
2bdfb36
Fix logging.
by Xinhao Yuan
· 3 weeks ago
eca35cc
Mutate newly added fields to protobuf because they can have empty value (e.g., nullopt).
by Hadi Ravanbakhsh
· 3 weeks ago
2bc3312
Add thread level tracing control and disable tracing for FuzzTest runtime.
by Xinhao Yuan
· 3 weeks ago
ad40838
Add pointer stability to flash_hash_map-s used for caches.
by Hadi Ravanbakhsh
· 3 weeks ago
5132f07
Implement persistent mode in runner and `CentipedeCallbacks`.
by Xinhao Yuan
· 4 weeks ago
b8a1c8c
Add Flatbuffers table nested support.
by FuzzTest Team
· 4 weeks ago
d08c250
Revert HasDefaultFlag: Some instrumentation behaviors were enabled by default causing test failures
by Yamil Morales
· 4 weeks ago
9598f90
Attempt to fix a potential ASAN false positive of "initialization-order-fiasco".
by Xinhao Yuan
· 4 weeks ago
fb61507
Introduce `EXPECT_THAT_LOG` macro to improve test failure messages.
by Xinhao Yuan
· 4 weeks ago
dff1bd3
Use the same seed for mutation runs when testing parallel efficiency.
by Filip Niksic
· 4 weeks ago
3aa1c32
Correctly initialize `fields_cache_` in the protobuf domain.
by Filip Niksic
· 4 weeks ago
1d21791
No public description
by FuzzTest Team
· 4 weeks ago
4bb9339
Add a tool for analyzing feature files from centipede.
by Dan Snyder
· 4 weeks ago
85f38ce
Avoid reading from files in construction time of the protobuf domain.
by Hadi Ravanbakhsh
· 4 weeks ago
a2f4cc5
Add more logging to help explain failures.
by Xinhao Yuan
· 4 weeks ago
4864826
No public description
by Xinhao Yuan
· 4 weeks ago
fd67d41
Cache fields of proto descriptors.
by Hadi Ravanbakhsh
· 4 weeks ago
81f0e30
Add GetStderrFdDup() for logging in signal handler.
by FuzzTest Team
· 4 weeks ago
2019a35
Add GetStderrFdDup() for logging in signal handler.
by Xinhao Yuan
· 4 weeks ago
97d508a
Create a cache for recursive analysis in proto policy and is passed-down by pointer for nested protos.
by Hadi Ravanbakhsh
· 4 weeks ago
691fac2
Add a parallel mutation efficiency test for protobuf mutation.
by Hadi Ravanbakhsh
· 4 weeks ago
0a6f95e
No public description
by Yamil Morales
· 4 weeks ago
a4725f0
No public description
by Filip Niksic
· 4 weeks ago
deebe22
Pass the `seed` by reference to `print_one_arg`.
by Ali Hijazi
· 4 weeks ago
cedea38
Create a public mutex for atomically printing execution logs.
by Xinhao Yuan
· 4 weeks ago
c89794a
Make execution log printing less verbose in command.
by Xinhao Yuan
· 4 weeks ago
67642ca
Minor: Remove stray semicolon
by Ali Hijazi
· 4 weeks ago
2d6ca21
Refactor sancov related objects and coverage processing functions out of the runner with the purpose of sharing it with other frameworks for emitting features.
by Yamil Morales
· 5 weeks ago
a292a7b
Clear features when the input is rejected
by Dan Snyder
· 5 weeks ago
be7434d
Abort on external failures in runner mode instead of keep running.
by Xinhao Yuan
· 5 weeks ago
f0ba189
Fix test filtering when running FuzzTest with the separate Centipede binary.
by Xinhao Yuan
· 5 weeks ago
c1c656a
Add fuzztest::unstable::ParseReproducerValue function.
by Alex Light
· 5 weeks ago
bdb32e6
No public description
by Yamil Morales
· 6 weeks ago
2025-07-28
afcef76
Merge pull request #1791 from ShadowBearVR:main
by Copybara-Service
· 6 weeks ago
a183551
Ensure Corpus Telemetry is correctly collected
by Collin MacDonald
· 6 weeks ago
81e4fbd
Allow fuzz test users to define source-code printers
by Alex Light
· 6 weeks ago
ff0ac29
No public description
by László Szekeres
· 7 weeks ago
b8817b3
No public description
by Hadi Ravanbakhsh
· 7 weeks ago
33ad8c0
No public description
by Hadi Ravanbakhsh
· 7 weeks ago
4f2e879
Add flatbuffers enum domain
by FuzzTest Team
· 7 weeks ago
391c34a
No public description
by Hadi Ravanbakhsh
· 7 weeks ago
0f82dad
Merge pull request #1774 from backes:fix-invalid-seed-typo
by Copybara-Service
· 8 weeks ago
41aff1b
Fix reporting invalid multi-value seeds
by Clemens Backes
· 8 weeks ago
7bab06f
No public description
by FuzzTest Team
· 8 weeks ago
5b5b1af
No public description
by FuzzTest Team
· 8 weeks ago
e22ceff
Add flatbuffers domain
by FuzzTest Team
· 8 weeks ago
1d26596
Extend Command for more control over a single exectuion. #Centipede
by Xinhao Yuan
· 8 weeks ago
3cb8569
No public description
by Xinhao Yuan
· 8 weeks ago
d5857a5
No public description
by FuzzTest Team
· 10 weeks ago
62dfb3a
Add the ability to set an external crash reporter for crash summaries.
by Filip Niksic
· 10 weeks ago
31ca9be
Report a summary of crashes at the end of an "update corpus database" session.
by Filip Niksic
· 10 weeks ago
45a1c3a
Fix a potential race condition when incrementing static counters.
by FuzzTest Team
· 3 months ago
6c64b55
No public description
by FuzzTest Team
· 3 months ago
4dda385
Add a test for crash deduplication.
by Xinhao Yuan
· 3 months ago
3a04e5c
Basic dispatcher prototype.
by Xinhao Yuan
· 3 months ago
dad90ee
No public description
by Xinhao Yuan
· 3 months ago
69cac4b
Limit the input size when printing in human-readable format.
by Hadi Ravanbakhsh
· 3 months ago
466e457
Add new experimental result types for the Dispatcher prototype.
by Xinhao Yuan
· 3 months ago
7618998
Also bump Protobuf to latest version
by Samuel Freilich
· 3 months ago
18b45b9
Remove Deprecated Call to FieldDescriptor::is_optional
by Ali Hijazi
· 3 months ago
8c215ac
Make Centipede calls aware of termination.
by Xinhao Yuan
· 3 months ago
2546e95
Fix MacOS build.
by Xinhao Yuan
· 3 months ago
27eb467
Merge pull request #1742 from sfreilich:patch-1
by Copybara-Service
· 3 months ago
b0db9fd
Split crash metadata into description and signature.
by Filip Niksic
· 3 months ago
c2b8c85
Update Abseil and Riegeli
by Samuel Freilich
· 3 months ago
1e47f9d
Add test_name option to be used by dispatcher.
by Xinhao Yuan
· 3 months ago
b70e7bd
Split crash metadata into description and signature.
by Xinhao Yuan
· 3 months ago
5c74d66
Support IgnoredFailure type that would cause minimal logging without triaging.
by Xinhao Yuan
· 3 months ago
61e6d3d
Exit peacefully when custom mutator fails.
by Xinhao Yuan
· 3 months ago
6a8df26
Do not let the shell wait for the command.
by Xinhao Yuan
· 3 months ago
1ec1b0b
Do not remove workdir or move on to distill if early stop was requested.
by Xinhao Yuan
· 3 months ago
890b53c
Change the FuzzTest/Centipede unit test duration to 1s.
by Xinhao Yuan
· 3 months ago
387dca8
Merge pull request #1724 from abhijeetk:windows-stdout-macro-conflict
by Copybara-Service
· 3 months ago
9ee8422
Add CMake fuzztest_proto_library() support.
by László Szekeres
· 3 months ago
e5eb003
Validate container memory dictionary mutation for inner domain.
by Xinhao Yuan
· 3 months ago
c815178
No public description
by FuzzTest Team
· 3 months ago
f1e2661
Add e2e tests for the libFuzzer compatibility mode.
by Xinhao Yuan
· 3 months ago
edf0d41
Expose GetRandomCorpusValue within the domain API
by Markus Kusano
· 3 months ago
0714a39
Cleanup FUZZTEST_STACK_LIMIT env var in favor of --stack_limit_kb flag.
by Sara Qu
· 3 months ago
263ba82
Change the FuzzTest/Centipede unit test duration to 1s.
by Xinhao Yuan
· 3 months ago
5c020e6
Fix Windows build error due to macro conflict with 'stdout'
by Abhijeet Kandalkar
· 3 months ago
Next »