gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Calling for top ten ANSI issues ...


From: Camm Maguire
Subject: Re: [Gcl-devel] Calling for top ten ANSI issues ...
Date: 25 Sep 2003 12:14:06 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  I'm committing a change now which removes the all the
remaining define-condition errors save these two:

=============================================================================
Test CL-TEST::CONDITION-20-SLOTS.2 failed
Form: (LET ((CL-TEST::*CONDITION-20/S1-VAL* 0)
            (CL-TEST::*CONDITION-20/S2-VAL* 10))
        (DECLARE (SPECIAL CL-TEST::*CONDITION-20/S1-VAL*
                          CL-TEST::*CONDITION-20/S2-VAL*))
        (LET ((CL-TEST::C
                  (MAKE-CONDITION 'CL-TEST::CONDITION-20 :I1
                      'CL-TEST::X)))
          (VALUES (CL-TEST::NOTNOT
                      (TYPEP CL-TEST::C 'CL-TEST::CONDITION-20))
                  (CL-TEST::CONDITION-20/S1 CL-TEST::C)
                  (CL-TEST::CONDITION-20/S2 CL-TEST::C)
                  CL-TEST::*CONDITION-20/S1-VAL*
                  CL-TEST::*CONDITION-20/S2-VAL*)))
Expected values: T
                 CL-TEST::X
                 11
                 0
                 11
Actual values: T
               CL-TEST::X
               12
               0
               12.
Test CL-TEST::CONDITION-20-SLOTS.3 failed
Form: (LET ((CL-TEST::*CONDITION-20/S1-VAL* 0)
            (CL-TEST::*CONDITION-20/S2-VAL* 10))
        (DECLARE (SPECIAL CL-TEST::*CONDITION-20/S1-VAL*
                          CL-TEST::*CONDITION-20/S2-VAL*))
        (LET ((CL-TEST::C
                  (MAKE-CONDITION 'CL-TEST::CONDITION-20 :I2
                      'CL-TEST::Y)))
          (VALUES (CL-TEST::NOTNOT
                      (TYPEP CL-TEST::C 'CL-TEST::CONDITION-20))
                  (CL-TEST::CONDITION-20/S1 CL-TEST::C)
                  (CL-TEST::CONDITION-20/S2 CL-TEST::C)
                  CL-TEST::*CONDITION-20/S1-VAL*
                  CL-TEST::*CONDITION-20/S2-VAL*)))
Expected values: T
                 1
                 CL-TEST::Y
                 1
                 10
Actual values: T
               2
               CL-TEST::Y
               2
               10.
=============================================================================

Paul, can you perhaps clarify the origin of this failure for me?

Pending these two and the known ansi-loop reordering problem, I
believe 1,2, 3 and 5 of Paul's top ten are done.  I'll try to tackle
4 next.  Anyone else working on these is encouraged to let me know
what you're doing to avoid duplication.

Down to:
957 out of 14000 total tests failed

Take care,

"Paul F. Dietz" <address@hidden> writes:

> Camm Maguire wrote:
> > Greetings!
> > OK just committed some work taking the failures down from ~1120 to
> > 998.  Comments most appreciated.
> 
> Ok!  I get 999 failures out of 14013 tests, but I have some tests
> that haven't been checked in yet.
> 
>       Paul
> 
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]