File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/appengine/private/components/upload-testcase Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 274274 } ,
275275 'pdf' :
276276 {
277- 'Linux' : 'libfuzzer_pdfium_asan' ,
278- 'Windows' : 'libfuzzer_pdfium_asan' ,
279- 'Mac' : 'libfuzzer_pdfium_asan' ,
280- 'Android' : 'libfuzzer_pdfium_asan'
277+ 'Linux' : 'libfuzzer_chrome_asan' ,
278+ 'Windows' : 'windows_libfuzzer_chrome_asan' ,
279+ 'Mac' : 'mac_libfuzzer_chrome_asan' ,
280+ // android doesn't have libfuzzer builds, so we just stick with the linux one.
281+ 'Android' : 'libfuzzer_chrome_asan'
281282 }
282283 }
283284
290291 if ( jobMapping [ fileTypeKey ] && jobMapping [ fileTypeKey ] [ platform ] ) {
291292 let newJob = jobMapping [ fileTypeKey ] [ platform ] ;
292293 this . set ( 'uploadParams.job' , newJob ) ;
293- if ( newJob . includes ( 'pdfium' ) ) {
294+ if ( fileTypeKey == 'pdf' ) {
294295 this . set ( 'uploadParams.target' , 'pdfium_xfa_fuzzer' )
295296 }
296297 return newJob ;
You can’t perform that action at this time.
0 commit comments