Created
May 28, 2009 13:39
-
-
Save flavorjones/119304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake test | |
(in /home/mike/code/nokogiri) | |
rake-compiler must be configured first to enable cross-compilation | |
cp tmp/i486-linux/nokogiri/nokogiri.so lib/nokogiri/nokogiri.so | |
/home/mike/code/nokogiri/test/helper.rb:11: libxml version info: {"nokogiri"=>"1.2.4", "warnings"=>[], "libxml"=>{"compiled"=>"2.6.31", "loaded"=>"2.6.31", "binding"=>"extension"}} | |
Loaded suite -e | |
Started | |
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ | |
Finished in 4.195493 seconds. | |
642 tests, 1510 assertions, 0 failures, 0 errors | |
$ NOKOGIRI_FFI=1 rake test # MRI FFI | |
(in /home/mike/code/nokogiri) | |
rake-compiler must be configured first to enable cross-compilation | |
/home/mike/code/nokogiri/test/helper.rb:11: libxml version info: {"nokogiri"=>"1.2.4", "warnings"=>[], "libxml"=>{"platform"=>"ruby", "binding"=>"ffi", "loaded"=>"2.6.31"}} | |
Loaded suite -e | |
Started | |
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ | |
Finished in 3.486287 seconds. | |
646 tests, 1516 assertions, 0 failures, 0 errors | |
$ ~/builds/jruby-1.3.0RC2/bin/jruby -S rake test | |
(in /home/mike/code/nokogiri) | |
JRuby limited openssl loaded. gem install jruby-openssl for full support. | |
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL | |
/home/mike/code/nokogiri/test/helper.rb:11: libxml version info: {"warnings"=>[], "nokogiri"=>"1.2.4", "libxml"=>{"loaded"=>"2.6.31", "binding"=>"ffi", "platform"=>"jruby"}} | |
Loaded suite -e | |
Started | |
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ | |
Finished in 3.793 seconds. | |
646 tests, 1494 assertions, 0 failures, 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment