Following README file orientation, I do:
- .\configure
- make
- make test
Then it returns:
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_attr.rb …
test_autoload.rb …bootstraptest.tmp.rb:4:in block in <main>': undefined method
ok’ for ZZZ:Class (NoMethodError)
F…
test_block.rb …
test_class.rb …
test_eval.rb …
test_exception.rb …
test_finalizer.rb .
test_flip.rb .
test_flow.rb …
test_fork.rb …
test_gc.rb …
test_io.rb …
test_jump.rb …
test_literal.rb
…
test_load.rb …
test_marshal.rb .
test_massign.rb …
test_method.rb
…
test_objectspace.rb …
test_proc.rb …
test_struct.rb .
test_syntax.rb
…
test_thread.rb …
#11 test_autoload.rb:54:in `<top (required)>’:
open(“zzz.rb”, “w”) {|f| f.puts “class ZZZ; def
self.ok;:ok;end;end”}
autoload :ZZZ, “./zzz.rb”
t1 = Thread.new {ZZZ.ok}
t2 = Thread.new {ZZZ.ok}
[t1.value, t2.value].join
#=> “” (expected “okok”)
FAIL 1/933 tests failed
make: *** [yes-btest-ruby] Error 1
Someone can help e tell what i’m doing wrong and what a do to correct e
finish the installation process??