Skip to content

Instantly share code, notes, and snippets.

@mrkn
Created July 28, 2011 02:27
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/1110798 to your computer and use it in GitHub Desktop.
Save mrkn/1110798 to your computer and use it in GitHub Desktop.
ruby-1.9.2 に r32628 をバックポートしたもの用いて Lion で 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 934 tests
./miniruby -I../lib -I.ext/common -I./- -r../ext/purelib.rb ../tool/runruby.rb --extout=.ext -- "../bootstraptest/runner.rb" --ruby="ruby" ../KNOWNBUGS.rb
2011-07-28 10:32:36 +0900
Driver is ruby 1.9.2p290 (2011-07-09 revision 32478) [x86_64-darwin11.0.0]
Target is ruby 1.9.2p290 (2011-07-09 revision 32478) [x86_64-darwin11.0.0]
KNOWNBUGS.rb .
PASS all 1 tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment