Bug 652449 - Turn on jstests in |make check| on linux only (r=jimb)

This commit is contained in:
Paul Biggar 2011-04-28 06:45:18 -07:00
parent e4d6748cc4
commit a987ff3fd1

View File

@ -693,24 +693,14 @@ check-jstests:
# FIXME:
# We want to run check-jstests as part of |make check| on all platforms, on
# tinderbox. However, some configurations don't work quite right just yet.
# Rather than risking regressions in major configurations while fixing these
# secondary configuration, we work around them and fix the bugs later.
# Rather than risking regressions in working configurations while fixing other
# configurations, we work around them and fix the bugs later.
#
# Bug 652154: On Windows, SM(!m !t) don't work because of path problems with
# their unusual directory layout
#
# Bug 652155: On Mac, SM(d) doesn't work for unknown reasons
# Bug 652154: On Windows, the jstests.py script throws a MemoryError.
# Bug 652155: On Mac, regress-360969-{02,04}.js fail intermittently.
ifeq ($(OS_ARCH),WINNT)
ifdef ENABLE_METHODJIT
ifdef ENABLE_TRACEJIT
#check:: check-jstests
endif
endif
else
ifndef HAVE_DTRACE
#check:: check-jstests
endif
ifeq ($(OS_ARCH),Linux)
check:: check-jstests
endif
DIST_GARBAGE = config.cache config.log config.status \