Hi Isaac,

On Fri, Jan 04, 2008 at 09:00:26AM -0500, Isaac Dupree wrote:
> okay I only realized one thing: this test of running unboxed tuples of 
> course won't currently work with the `ghci` mode.  Does the test need to 
> be specially notated in any way because of that?

Yup:

test('read004', expect_broken_for(1257, ['ghci']), compile_and_run, [''])

> Also my other test, parser/should_compile/read063, (and probably others) 
> seem to be getting a failure for optimization mode just because of a 
> NOTE in stderr? :

If that note is meant to happen then the test should know about it (I
don't know if there's an easy way to do that just for optimisation ways
at the moment). If it's not meant to happen then the test should be
marked as broken for the appropriate ways. Without having even looked at
the test, I'd guess it's not meant to happen in this case.


Thanks
Ian

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to