mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
Re-enable fuzzer testing in Windows
This commit is contained in:
parent
1763957cbc
commit
2c81eec45e
1
TODO
1
TODO
@ -2,7 +2,6 @@ OSS-Fuzz
|
||||
========
|
||||
|
||||
* Fix open issues from https://oss-fuzz.com
|
||||
* Get fuzzer tests to pass in Windows
|
||||
|
||||
Next ABI
|
||||
========
|
||||
|
@ -9,13 +9,6 @@ require TestDriver;
|
||||
|
||||
my $td = new TestDriver('fuzz');
|
||||
|
||||
if (($^O eq 'MSWin32') || ($^O eq 'msys'))
|
||||
{
|
||||
$td->emphasize("temporarily skipping fuzz tests in Windows");
|
||||
$td->report(0);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
my @files = glob("../qpdf_fuzzer_seed_corpus/*");
|
||||
my $n_test_files = 27;
|
||||
my $n_orig_files = 2559;
|
||||
|
Loading…
Reference in New Issue
Block a user