зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1693786 - Run memory/replace/logalloc/replay on ccov builds since it no longer fails. r=glandium DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D105748
This commit is contained in:
Родитель
97bb51e783
Коммит
ca6a10dd3e
|
@ -3,7 +3,6 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
ifndef CROSS_COMPILE
|
||||
ifndef MOZ_CODE_COVERAGE
|
||||
|
||||
ifeq ($(OS_TARGET),WINNT)
|
||||
LOGALLOC_VAR = MOZ_REPLACE_MALLOC_LIB
|
||||
|
@ -39,4 +38,3 @@ check:: $(srcdir)/replay.log expected_output.log $(srcdir)/expected_output_minim
|
|||
MALLOC_LOG=1 MALLOC_LOG_MINIMAL=1 $(LOGALLOC) ./$(PROGRAM) < $< | sed -n '/jemalloc_stats/,$$p' | $(PYTHON3) $(srcdir)/logalloc_munge.py | diff -w - $(srcdir)/expected_output_minimal.log
|
||||
|
||||
endif
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче