Google Groups Home
Help | Sign in
0.8.3 failure on ia64
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
gniibe  
View profile
 More options Jul 1, 3:30 am
From: gniibe <gni...@gmail.com>
Date: Tue, 1 Jul 2008 00:30:24 -0700 (PDT)
Local: Tues, Jul 1 2008 3:30 am
Subject: 0.8.3 failure on ia64
I have uploaded 0.8.3 on Debian unstable, and build daemon started to
build
for many archs.

On IA-64, it fails:
http://buildd.debian.org/fetch.cgi?pkg=sigscheme;ver=0.8.3-1;arch=ia6...
--


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gniibe  
View profile
 More options Jul 29, 12:14 am
From: gniibe <gni...@gmail.com>
Date: Mon, 28 Jul 2008 21:14:05 -0700 (PDT)
Local: Tues, Jul 29 2008 12:14 am
Subject: Re: 0.8.3 failure on ia64
On 7月1日, 午後4:30, gniibe <gni...@gmail.com> wrote:

It found that it's a bug in the test.  Akr found the bug.

Here is the fix.  I think that it also fix sparc issue too.

--- sigscheme-0.8.3.orig/test-c/test-gc-protect-coll.c
+++ sigscheme-0.8.3/test-c/test-gc-protect-coll.c
@@ -192,10 +192,10 @@
     for (i = 0; i < N_OBJS; i++)
         TST_TN_TRUE(scm_gc_protectedp(auto_objs[i]));

-#if TRY_TESTS_THAT_PASS_IN_MOST_CASES
     /* unprotect again */
     for (i = 0; i < N_OBJS; i++)
         scm_gc_unprotect(&auto_objs[i]);
+#if TRY_TESTS_THAT_PASS_IN_MOST_CASES
     for (i = 0; i < N_OBJS; i++)
         TST_TN_FALSE(scm_gc_protectedp(auto_objs[i]));
 #endif
@@ -227,7 +227,9 @@

 TST_CASE(tst_6, "GC indirect protection via on-heap object
reference")
 {
+#if TRY_TESTS_THAT_PASS_IN_MOST_CASES
     ScmObj lst;  /* unprotected */
+#endif

     TST_TN_FALSE(scm_gc_protected_contextp());


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google