зеркало из https://github.com/mozilla/gecko-dev.git
Backout test case for registration order.
This commit is contained in:
Родитель
4d81503932
Коммит
45a979719d
|
@ -73,7 +73,6 @@ CPPSRCS = \
|
|||
TestVersionComparator.cpp \
|
||||
TestTextFormatter.cpp \
|
||||
TestPipe.cpp \
|
||||
TestRegistrationOrder.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
|
@ -140,13 +139,6 @@ libs::
|
|||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/test.properties $(DESTDIR)$(mozappdir)/res
|
||||
|
||||
ifeq (,$(filter-out WINNT WINCE, $(HOST_OS_ARCH)))
|
||||
swapslashes = $(shell echo $(1) | sed -e 's|/|\\|g')
|
||||
getnativepath = $(call swapslashes,$(call normalizepath,$(1)))
|
||||
else
|
||||
getnativepath = $(1)
|
||||
endif
|
||||
|
||||
check::
|
||||
@echo "Running TestVersionComparator tests"
|
||||
@$(PERL) -w $(srcdir)/TestVersionComparatorRunner.pl "$(RUN_TEST_PROGRAM) $(FINAL_TARGET)/TestVersionComparator$(BIN_SUFFIX)"
|
||||
|
@ -166,7 +158,3 @@ check::
|
|||
echo "Scriptable object marked nonscriptable by xpidl"; \
|
||||
exit 1; \
|
||||
fi
|
||||
@rm -f $(DIST)/bin/components/compreg.dat; \
|
||||
regOrderDir="$(call getnativepath,${srcdir}/regorder)"; \
|
||||
XPCOM_DEBUG_BREAK=stack-and-abort $(RUN_TEST_PROGRAM) \
|
||||
$(DIST)/bin/TestRegistrationOrder$(BIN_SUFFIX) "$$regOrderDir"
|
||||
|
|
Загрузка…
Ссылка в новой задаче