Stephen Bannasch | 13 May 19:25

errors running make test

I updated to revision 16403 and now compiling and running ruby1.9 
works [thanks Nobu].

I get the errors below running: make test -- I haven't been working 
with 1.9 before and am not certain just what error is being reported 
below.  Is the failure that ends the tests below in sample/eval.rb?

$ make test
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  -I. 
-rrbconfig ./tool/compile_prelude.rb \
		./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c.new
./tool/ifchange "prelude.c" "prelude.c.new"
prelude.c unchanged

sample/test.rb:assignment 
.............................................................................................................................................................................................................................................................................................................................................
sample/test.rb:condition ..
sample/test.rb:if/unless ...
sample/test.rb:case .....
sample/test.rb:while/until ........
sample/test.rb:exception .......
sample/test.rb:array .......................................
sample/test.rb:hash ...........................
sample/test.rb:iterator 
...............................................................................................................
sample/test.rb:float 
................................................................................
sample/test.rb:bignum ...............................
sample/test.rb:string & char 
..............................................................
(Continue reading)

ts | 14 May 11:01

Re: errors running make test

Stephen Bannasch wrote:
> not ok signal 1 -- ./sample/test.rb:1681:in `<main>'
> not ok signal 2 -- ./sample/test.rb:1692:in `<main>'

 What is your OS ? if it's "la chose", it's probably
 normal.

Guy Decoux

Stephen Bannasch | 14 May 17:45

Re: errors running make test

At 6:01 PM +0900 5/14/08, ts wrote:
>Stephen Bannasch wrote:
>> not ok signal 1 -- ./sample/test.rb:1681:in `<main>'
>> not ok signal 2 -- ./sample/test.rb:1692:in `<main>'
>
> What is your OS ? if it's "la chose", it's probably
> normal.

macos 10.5.2

ts | 14 May 17:56

Re: errors running make test

Stephen Bannasch wrote:
> 
> macos 10.5.2
> 

 it's "la chose" :-)

 it was reported previously the failure of signal
 with it

Guy Decoux


Gmane