Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] about eclipse Java compiler

Actually, using compiler from build 20020404, I cannot reproduce failures
for the following:
8.8-example-1
8.8.5-example-1
8.3.2-abrupt-6
8.3.2.3-legal-forward-instance-8
8.3.2.3-legal-forward-instance-9
...

Also for:
8.8.5.1-qualified-13
      We pass this one, and I think we are right. Our emulation is using
the synthetic
      constructor argument, where other compilers are using the non-yet
initialized
      synthetic field. I remember a similar case was debated on the Eclipse
newsgroup.

Have you been testing our latest compiler ?



                                                                                                                 
                      Philippe_Mulet@oti.                                                                        
                      com                         To:      jdt-core-dev@xxxxxxxxxxx                              
                      Sent by:                    cc:                                                            
                      jdt-core-dev-admin@         Subject: Re: [jdt-core-dev] about eclipse Java compiler        
                      eclipse.org                                                                                
                                                                                                                 
                                                                                                                 
                      04/08/2002 11:13 AM                                                                        
                      Please respond to                                                                          
                      jdt-core-dev                                                                               
                                                                                                                 
                                                                                                                 




Takashi,

Given you have ran jacks with our batch compiler, can you please describe
your setup in order to run them ?
Glancing through your nice results, there seems to be a couple obvious
failures we can tackle...

Philippe




                      Takashi Okamoto

                      <toraneko@xxxxxxxxx         To:
jdt-core-dev@xxxxxxxxxxx
                      >                           cc:

                      Sent by:                    Subject: Re:
[jdt-core-dev] about eclipse Java compiler
                      jdt-core-dev-admin@

                      eclipse.org



                      04/07/2002 01:48 PM

                      Please respond to

                      jdt-core-dev






From: Takashi Okamoto <toraneko@xxxxxxxxx>
Subject: Re: [jdt-core-dev] about eclipse Java compiler
Date: Sat, 06 Apr 2002 15:46:05 +0900 (JST)

> BTW, I tested eclipse java compiler with jacks which is free test
> suite for java compiler. It failed 60 tests. If you didn't try it yet,
> I could post the result.

Sorry, it was mistake. I show correct result here:

javac:  Total   3271    Passed  2949    Skipped 180     Failed  142

You can see full result at
http://yamaguch.sytes.net/~tora/tmp/eclipse-stdout.log.

regards,

Takashi Okamoto

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev






Back to the top