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
State Changed From-To: open->closed Committed, thanks