summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/network
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-131-2/+1
| | | | | | | | | Make sure configure fails early if a component cannot be found. Task-number: QTBUG-98867 Pick-to: 6.2 6.3 Change-Id: I4baa35a84342df58ce8932601fb602be92ed5ab9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
| | | | | | | | | | | | Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Pick-to: 6.2 Task-number: QTBUG-95018 Change-Id: Ieaf82c10987dd797d86a3fd4a986a67e72de486a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Fuzzing: Discard more logging output from QSslCertificateRobert Löhning2021-08-301-1/+1
| | | | | | | When linked to OpenSSL, qt.tlsbackend.ossl will log. Change-Id: I6f0e3c3e6af73b29cff93b8efe39933e5b36d493 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* Fuzzing: Remove .pro-files of libfuzzer testsRobert Löhning2021-08-241-11/+0
| | | | | | | | | They were replaced by CMake files and oss-fuzz was updated to use the latter. No need to still maintain qmake based builds. Change-Id: If38f39c23ef3a58c33c428341486b62fd0a81888 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Fuzzing: Discard logging output from QSslCertificateRobert Löhning2021-05-311-0/+4
| | | | | | | It's pointless in a fuzzer and slows down execution. Change-Id: I0d36ed8814cf8fb332c196ea7e24eae8ee4d3c6e Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
* Fuzzing: Add CMake project files for fuzz targetsRobert Löhning2021-05-311-0/+29
| | | | | Change-Id: Ied44bfd2c83d5590066146187a7333b677ceb179 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fuzzing: Add fuzz target for ctor of QSslCertificateRobert Loehning2020-03-132-0/+45
Change-Id: I483f17e7cb6108e5096cf57594183a206f605fbc Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>