mirror of https://github.com/google/oss-fuzz.git
harfbuzz moved the sample fonts from 'shaping' to 'shape' (#6208)
This commit is contained in:
parent
68eb27dd42
commit
3dc3309463
|
@ -100,7 +100,7 @@ RUN mkdir afl-testcases && cd afl-testcases/ && tar xf $SRC/afl_testcases.tgz &&
|
|||
zip -q $SRC/pngfuzzer_seed_corpus.zip afl-testcases/png*/full/images/*
|
||||
RUN svn export https://github.com/khaledhosny/ots/trunk/tests/fonts $SRC/sample-sft-fonts/ots
|
||||
RUN svn export https://github.com/unicode-org/text-rendering-tests/trunk/fonts/ $SRC/sample-sft-fonts/unicode-org
|
||||
RUN svn export https://github.com/harfbuzz/harfbuzz/trunk/test/shaping/data/in-house/fonts $SRC/sample-sft-fonts/harfbuzz
|
||||
RUN svn export https://github.com/harfbuzz/harfbuzz/trunk/test/shape/data/in-house/fonts $SRC/sample-sft-fonts/harfbuzz
|
||||
ADD https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/download/1.001/AdobeVFPrototype.otf $SRC/sample-sft-fonts/adobe
|
||||
RUN zip -qr $SRC/sftfuzzer_seed_corpus.zip $SRC/sample-sft-fonts
|
||||
ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \
|
||||
|
|
Loading…
Reference in New Issue