Re: [abc] test run results

From: Aske Simon Christensen <aske@brics.dk>
Date: Fri Sep 24 2004 - 15:10:05 BST

Quoting Ganesh Sittampalam <Ganesh.Sittampalam@comlab.ox.ac.uk>:

> Lost:
> 274: errors - StackOverFlowException with circular +implements's.

abc and ajc behave identically on this one. They give an error on the same line.
The test description had been changed to expect a different set of error
messages. I will change it back, and then it will pass.

> 724: new - declare class implements class

ajc fails this one. <class> implements <class> is not legal according to this
test case, but ajc accepts it. Which one should we follow - ajc or the test?

I think <class> implements <class> does not make sense...

> Gained:
> 991: abctests/bugs - declare parents causes interface to implement itself

When an interface extends itself, it is now an error. I will change it to be a
noop, and only be an error if it extends a proper subinterface. That should
take care of the atrack case.

-Aske
Received on Fri Sep 24 15:10:09 2004

This archive was generated by hypermail 2.1.8 : Fri Sep 24 2004 - 15:30:01 BST