Re: number.t not skipped on OS X

2004-04-11 Thread Leopold Toetsch
Jeff Clites [EMAIL PROTECTED] wrote:

 In my patch submission I had an updated file for the PPC case for
 t/native_pbc/number.t

That was integer_3.pbc - but no problem, I'll update it.

leo


number.t not skipped on OS X

2004-04-10 Thread Michael Scott
I notice that on OS X t/native_pbc/number.t is no longer skipped and is 
failing. I'm wondering if this is intentional?

Looking into this I noticed that 'make pdump' fails because it needs 
ICU.

Here's a patch for config/gen/makefiles/root.in.



root_in.patch
Description: Binary data




Mike


Re: number.t not skipped on OS X

2004-04-10 Thread Leopold Toetsch
Michael Scott [EMAIL PROTECTED] wrote:

 I notice that on OS X t/native_pbc/number.t is no longer skipped and is
 failing. I'm wondering if this is intentional?

It's already disabled. Changed string PBC format makes native_pbc tests
failing as well as make testr.

 Looking into this I noticed that 'make pdump' fails because it needs
 ICU.

Not only pdump. All utils built by make world. I'd suggest to include
an $(ALL_PARROT_LIBS) to each target.

 + $(LIBPARROT) $(LIBICUCORE) $(LIBICUDATA) $(C_LIBS)

instead of that.

 Mike

leo


Re: number.t not skipped on OS X

2004-04-10 Thread Michael Scott
On 10 Apr 2004, at 15:04, Leopold Toetsch wrote:

Not only pdump. All utils built by make world. I'd suggest to include
an $(ALL_PARROT_LIBS) to each target.
+	$(LIBPARROT) $(LIBICUCORE) $(LIBICUDATA) $(C_LIBS)
instead of that.


Ok. I'll do that and commit it.

Mike



Re: number.t not skipped on OS X

2004-04-10 Thread Jeff Clites
On Apr 10, 2004, at 6:04 AM, Leopold Toetsch wrote:

Michael Scott [EMAIL PROTECTED] wrote:

I notice that on OS X t/native_pbc/number.t is no longer skipped and 
is
failing. I'm wondering if this is intentional?
It's already disabled. Changed string PBC format makes native_pbc tests
failing as well as make testr.
In my patch submission I had an updated file for the PPC case for 
t/native_pbc/number.t (that's why that was the only one outside of a 
SKIP)--it looks like it was missed when Dan was committing. Here it it 
again:



number_3.pbc
Description: Binary data


JEff