mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Bug 652449 - Turn on jstests in |make check| on linux only (r=jimb)
This commit is contained in:
parent
003f619b7f
commit
5f49148d38
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user