Skip to content

Instantly share code, notes, and snippets.

@mrkn
Created March 27, 2010 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrkn/345765 to your computer and use it in GitHub Desktop.
Save mrkn/345765 to your computer and use it in GitHub Desktop.
Script started on Sat Mar 27 15:02:22 2010
$ ruby -v
ruby 1.9.2dev (2010-03-26 trunk 27066) [x86_64-darwin10.2.0]
$ make test
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 ...........
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 .................................................
PASS all 962 tests
./miniruby -I../../src/ruby.git/lib -I.ext/common -I./- -r../../src/ruby.git/ext/purelib.rb ../../src/ruby.git/tool/runruby.rb --extout=.ext -- "../../src/ruby.git/bootstraptest/runner.rb" --ruby="ruby" ../../src/ruby.git/KNOWNBUGS.rb
2010-03-27 15:03:46 +0900
Driver is ruby 1.9.2dev (2010-03-26 trunk 27066) [x86_64-darwin10.2.0]
Target is ruby 1.9.2dev (2010-03-26 trunk 27066) [x86_64-darwin10.2.0]
KNOWNBUGS.rb .
PASS all 1 tests
$ exit
Script done on Sat Mar 27 15:04:00 2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment