ports/94765: lang/spidermonkey update to make buggy test suite optional

Dan Rench citric at cubicone.tmetic.com
Tue Mar 21 02:50:19 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list