This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: More Objective C @"string" bugs...


On Tue, 6 Mar 2001, Nicola Pero wrote:

> If that would help, I can write a couple of tests for each of the
> objc-specific constructs (probably using the list given in the specs).
> That would take me approximately half a day and give a round coverage of
> fairly most of Objective-C.  I already know we won't (shouldn't) get any
> new failures - but if having a comprehensive testsuite helps developers to
> check that they don't break objective-c when they make changes - I would
> be more than happy to produce such a set of tests. 
> 
> Can you confirm that you are interested in such a work - as I will not
> start writing a full set of tests if I am not sure they will be used.

I'm certainly interested in such tests - to give some assurance when I'm
(say) hacking the C parser that I'm not breaking ObjC in the process, and
also on the general principle that language features should have tests (I
won't want us to claim C99 implementation, even once all the features are
there, until the standards tests gcc.dg/c99-*.c thoroughly cover all the
new features without failures).  I can't guarantee the interest of someone
with authority to approve them though.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]