Commit Graph

3 Commits

Author SHA1 Message Date
jonathanmetzman 806d1a0620
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.

Related: #6180
2021-08-24 15:24:47 -07:00
Alex Deymo 682007210b
libjxl: make the fuzzer corpus generation step quiet (#5913)
fuzzer_corpus generators emits two lines per test case generated and the
following zip command emits another line for each generated test case.

This patch makes both commands quiet which facilitates spotting error
messages.
2021-06-11 15:15:53 +01:00
Alex Deymo 7853af59c1
libjxl: New JPEG XL library project. (#5876)
libjxl is the reference implementation encoder and decoder for JPEG XL.
This patch adds the main decoder fuzzer (djxl_fuzzer) and a few other
fuzzers for internal parts of the decoder.

There's no encoder fuzzer support.
2021-06-05 08:40:09 -07:00