зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1869332 - Temporarily disable libaom fuzzing. r=pehrsons
We're going to reevaluate which AV1 library we're using anyways, and we're not using libaom anymore for decode, we're using libdav1d. This is tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1869986 Differential Revision: https://phabricator.services.mozilla.com/D196406
This commit is contained in:
Родитель
536849cb5f
Коммит
6f779e1ee4
|
@ -119,10 +119,11 @@ LOCAL_INCLUDES += [
|
|||
'/third_party/aom',
|
||||
]
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'Linux':
|
||||
# For fuzzing, We only support building on Linux currently.
|
||||
include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
||||
if CONFIG['FUZZING_INTERFACES']:
|
||||
TEST_DIRS += [
|
||||
'test/fuzztest'
|
||||
]
|
||||
# Disabled for now, see https://bugzilla.mozilla.org/show_bug.cgi?id=1869986
|
||||
# if CONFIG['OS_TARGET'] == 'Linux':
|
||||
# # For fuzzing, We only support building on Linux currently.
|
||||
# include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
||||
# if CONFIG['FUZZING_INTERFACES']:
|
||||
# TEST_DIRS += [
|
||||
# 'test/fuzztest'
|
||||
# ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче