Commit 2c81eec45e8b8b3e1a20c5954289ee33e421b16a

Authored by Jay Berkenbilt
1 parent 1763957c

Re-enable fuzzer testing in Windows

Showing 2 changed files with 0 additions and 8 deletions
@@ -2,7 +2,6 @@ OSS-Fuzz @@ -2,7 +2,6 @@ OSS-Fuzz
2 ======== 2 ========
3 3
4 * Fix open issues from https://oss-fuzz.com 4 * Fix open issues from https://oss-fuzz.com
5 -* Get fuzzer tests to pass in Windows  
6 5
7 Next ABI 6 Next ABI
8 ======== 7 ========
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;