Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 02:49:22 GMT
From:      Dan Rench <citric@cubicone.tmetic.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94765: lang/spidermonkey update to make buggy test suite optional
Message-ID:  <200603210249.k2L2nM2g043366@www.freebsd.org>
Resent-Message-ID: <200603210250.k2L2oFo5052930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94765
>Category:       ports
>Synopsis:       lang/spidermonkey update to make buggy test suite optional
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 02:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Rench
>Release:        6.0-STABLE
>Organization:
>Environment:
FreeBSD shocklee.i.dren.ch 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan  8 00:29:43 CST 2006     root@shocklee.i.dren.ch:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The test suite added last August is buggy (it only breaks at certain times of day depending on TZ) so this patch only runs them if WITH_TEST is set.
>How-To-Repeat:
n/a
>Fix:
diff -urN spidermonkey.orig/Makefile spidermonkey/Makefile
--- spidermonkey.orig/Makefile  Mon Mar 20 03:58:33 2006
+++ spidermonkey/Makefile       Mon Mar 20 04:06:15 2006
@@ -19,7 +19,7 @@

 CONFLICTS=     njs-[0-9]*

-.if !defined(WITHOUT_TEST)
+.if defined(WITH_TEST)
 USE_PERL5_BUILD=test harness
 PATCHFILES=    spidermonkey-patch-tests-ecma.bz2       \
                spidermonkey-patch-tests-timezone.bz2   \

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603210249.k2L2nM2g043366>