зеркало из 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 Depends on D196063 Differential Revision: https://phabricator.services.mozilla.com/D196406
This commit is contained in:
Родитель
430957a2aa
Коммит
6beb933f68
|
@ -119,10 +119,11 @@ LOCAL_INCLUDES += [
|
||||||
'/third_party/aom',
|
'/third_party/aom',
|
||||||
]
|
]
|
||||||
|
|
||||||
if CONFIG['OS_TARGET'] == 'Linux':
|
# Disabled for now, see https://bugzilla.mozilla.org/show_bug.cgi?id=1869986
|
||||||
# For fuzzing, We only support building on Linux currently.
|
# if CONFIG['OS_TARGET'] == 'Linux':
|
||||||
include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
# # For fuzzing, We only support building on Linux currently.
|
||||||
if CONFIG['FUZZING_INTERFACES']:
|
# include('/tools/fuzzing/libfuzzer-config.mozbuild')
|
||||||
TEST_DIRS += [
|
# if CONFIG['FUZZING_INTERFACES']:
|
||||||
'test/fuzztest'
|
# TEST_DIRS += [
|
||||||
]
|
# 'test/fuzztest'
|
||||||
|
# ]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче