I am running it on Linux Platform.When I am typing make test it is
showing this...-----
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
...................................................
...........
sample/test.rb:assignment ..........
sample/test.rb:call ......
sample/test.rb:proc .........
sample/test.rb:signal ..
sample/test.rb:eval .............................
sample/test.rb:system .........
sample/test.rb:const .....
sample/test.rb:clone .....
sample/test.rb:marshal ....
sample/test.rb:pack ....
sample/test.rb:math ..
sample/test.rb:struct ......
sample/test.rb:variable ...........
sample/test.rb:trace ...
sample/test.rb:defined? ............
sample/test.rb:alias ......
sample/test.rb:path .......................
sample/test.rb:gc ....
test succeeded
test_syntax.rb
.................................................................
................................................................................
.....
test_struct.rb .
test_finalizer.rb .
test_thread.rb .....................F........................
test_objectspace.rb ...
test_jump.rb .........................
test_flip.rb .
test_gc.rb ..
test_attr.rb ..
test_class.rb ............................................
test_block.rb .......................................................
test_proc.rb .................................bootstraptest.tmp.rb:5:in
`<main>' : ok (RuntimeError)
.
test_io.rb .........................................................
test_flow.rb ............................................
test_eval.rb ...................................
test_massign.rb ..................................
test_autoload.rb ..........
test_load.rb ..
test_literal.rb
................................................................
................................................................................
....
test_method.rb
.................................................................
................................................................................
..........................................................................
test_exception.rb .................................
test_marshal.rb .
test_fork.rb .
#174 test_thread.rb:191:in `<top (required)>':
begin
100.times do |i|
begin
Thread.start(Thread.current) {|u| u.raise }
raise
rescue
ensure
end
end
rescue
100
end
#=> "" (expected "100") [ruby-dev:31371]
FAIL 1/948 tests failed
make: *** [btest-ruby] Error 1
What should I do now?..
--
Posted via http://www.ruby-forum.com/.