Backout 69f755d4f257 (bug 1103825) for test failures

xpcom/tests/unit/test_nsIProcess.js and
xpcom/tests/unit/test_nsIProcess_stress.js were failing with this commit
applied. Backout out.

CLOSED TREE

--HG--
extra : amend_source : 79cda414c263d97e77309da6ec6d58718b91d199
This commit is contained in:
Gregory Szorc 2014-11-25 19:18:08 -08:00
parent 1cbd522fd2
commit 6a02e81e2c
2 changed files with 4 additions and 10 deletions

View File

@ -11,16 +11,12 @@ NO_INTERFACES_MANIFEST = 1
include $(topsrcdir)/config/rules.mk
ifneq (,$(SIMPLE_PROGRAMS))
test_programs_FILES = $(SIMPLE_PROGRAMS)
test_programs_DEST := $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit
test_programs_TARGET := misc
INSTALL_TARGETS += test_programs
libs::
$(INSTALL) $(SIMPLE_PROGRAMS) $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit
endif
xpcomtest_FILES := $(DIST)/bin/components/xpcomtest.xpt
xpcomtest_DEST := $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit
xpcomtest_TARGET := misc
INSTALL_TARGETS += xpcomtest
libs::
$(INSTALL) $(DIST)/bin/components/xpcomtest.xpt $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit
ifeq (,$(filter-out WINNT, $(HOST_OS_ARCH)))
getnativepath = $(call normalizepath,$(1))

View File

@ -4,8 +4,6 @@
# 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/.
HAS_MISC_RULE = True
TEST_DIRS += [
'external',
'component',