Commit 2c81eec45e8b8b3e1a20c5954289ee33e421b16a
1 parent
1763957c
Re-enable fuzzer testing in Windows
Showing
2 changed files
with
0 additions
and
8 deletions
TODO
fuzz/qtest/fuzz.test
| @@ -9,13 +9,6 @@ require TestDriver; | @@ -9,13 +9,6 @@ require TestDriver; | ||
| 9 | 9 | ||
| 10 | my $td = new TestDriver('fuzz'); | 10 | my $td = new TestDriver('fuzz'); |
| 11 | 11 | ||
| 12 | -if (($^O eq 'MSWin32') || ($^O eq 'msys')) | ||
| 13 | -{ | ||
| 14 | - $td->emphasize("temporarily skipping fuzz tests in Windows"); | ||
| 15 | - $td->report(0); | ||
| 16 | - exit(0); | ||
| 17 | -} | ||
| 18 | - | ||
| 19 | my @files = glob("../qpdf_fuzzer_seed_corpus/*"); | 12 | my @files = glob("../qpdf_fuzzer_seed_corpus/*"); |
| 20 | my $n_test_files = 27; | 13 | my $n_test_files = 27; |
| 21 | my $n_orig_files = 2559; | 14 | my $n_orig_files = 2559; |