From e4ef3d15407a78e261b0a36bf79c89ac7f2a7233 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 16 Dec 2021 15:53:24 -0500 Subject: Remove original qpdf fuzz seed corpus from tests Since the introduction of fuzz testing, there has never been a problem found because of a failure of a file in the fuzzer seed corpus. As the fuzzer has found problems, they have been added to the test suite, and that should be adequate to exercise the fuzzers in the tesing environment as well as providing adequate regression testing. Removing these original files shaves many minutes off the builds in CI. --- fuzz/qtest/fuzz.test | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fuzz/qtest/fuzz.test') diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test index 73d4bd9d..ad3e448f 100644 --- a/fuzz/qtest/fuzz.test +++ b/fuzz/qtest/fuzz.test @@ -12,11 +12,7 @@ my $td = new TestDriver('fuzz'); my $qpdf_n_test_files = 31; my @extra = glob("../qpdf_extra/*.fuzz"); my $qpdf_n_extra_files = scalar(@extra); -my $qpdf_n_orig_files = 2557; -my $qpdf_n_files = ($qpdf_n_test_files + - $qpdf_n_extra_files + - $qpdf_n_orig_files); - +my $qpdf_n_files = ($qpdf_n_test_files + $qpdf_n_extra_files); my @fuzzers = ( ['ascii85' => 1], -- cgit v1.2.3-54-g00ecf