Bug 94765 - lang/spidermonkey update to make buggy test suite optional
Summary: lang/spidermonkey update to make buggy test suite optional
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-21 02:50 UTC by Dan Rench
Modified: 2006-03-23 14:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Rench 2006-03-21 02:50:15 UTC
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.

Fix: 

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   \--G9opngVuATtPEqYTFik920C4Yv5oDDYQP1OHoOtFeE0hqpKv
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 @@
How-To-Repeat: n/a
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2006-03-23 14:25:00 UTC
State Changed
From-To: open->closed

Committed, thanks