зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d8c6fe9d4d
Коммит
8f9b77aa0b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче