Bug 1715553 - Disable logalloc-replay check on code-coverage builds. r=firefox-build-system-reviewers,nalexander

It was already disabled for fuzzed code-coverage in bug 1695331. My
guess is that fuzzed code-coverage tripped on the extra allocations
due to the code-coverage runtime, but the code-coverage builds didn't
trip it because they also triggered an exception, which further
triggered a bug in the code with python3 (and somehow the fuzzed ccov
builds didn't trigger that). That bug effectively masked the failure.

Differential Revision: https://phabricator.services.mozilla.com/D117383
This commit is contained in:
Mike Hommey 2021-06-10 03:55:46 +00:00
Родитель d8c6fe9d4d
Коммит 8f9b77aa0b
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2,11 +2,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
ifdef FUZZING
ifdef MOZ_CODE_COVERAGE
SKIP = 1
endif
endif
ifdef CROSS_COMPILE
SKIP = 1