History log of /oneTBB/test/tbb/test_fuzzing.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0, v2021.2.4
# 11545bd6 18-Sep-2023 Pavel Kumbrasev <[email protected]>

Fix brief in test_fuzzing (#1206)

Signed-off-by: pavelkumbrasev <[email protected]>


Revision tags: v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3
# 261551ed 30-Aug-2023 Dmitri Mokhov <[email protected]>

Add tag to brief description (#1190)

Signed-off-by: Dmitri Mokhov <[email protected]>


# 48ba0d7a 29-Aug-2023 Dmitri Mokhov <[email protected]>

Add fuzz testing (#1184)

* Add a CMake option: `TBB_FUZZ_TESTING` (default: off)
* Add a `test_fuzzing`, which uses libFuzzer to fuzz all the environment variables and launches `test_task` each tim

Add fuzz testing (#1184)

* Add a CMake option: `TBB_FUZZ_TESTING` (default: off)
* Add a `test_fuzzing`, which uses libFuzzer to fuzz all the environment variables and launches `test_task` each time.

Signed-off-by: Dmitri Mokhov <[email protected]>

show more ...