From a987ff3fd1244381eae432ce7872d18ada2934b3 Mon Sep 17 00:00:00 2001 From: Paul Biggar Date: Thu, 28 Apr 2011 06:45:18 -0700 Subject: [PATCH] Bug 652449 - Turn on jstests in |make check| on linux only (r=jimb) --- js/src/Makefile.in | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/js/src/Makefile.in b/js/src/Makefile.in index c5f2eabc1a9..7e21045d7fd 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -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 \