diff --git a/TODO b/TODO index 0648f909..7309ddc6 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ OSS-Fuzz ======== * Fix open issues from https://oss-fuzz.com -* Get fuzzer tests to pass in Windows Next ABI ======== diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test index d359a573..d033fcef 100644 --- a/fuzz/qtest/fuzz.test +++ b/fuzz/qtest/fuzz.test @@ -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;