Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created December 14, 2014 17:28
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 luislavena/086d39660851ba49d70f to your computer and use it in GitHub Desktop.
Save luislavena/086d39660851ba49d70f to your computer and use it in GitHub Desktop.
ruby 2.2.0preview2 (2014-11-28 trunk 48628) [i386-mingw32]
15428 tests, 2501884 assertions, 7 failures, 0 errors, 144 skips
TestSprintf#test_float [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_sprintf.rb:222]:
[ruby-dev:42551].
<"0x1p+2"> expected but was
<"0x1p+1">.
TestSignal#test_trap_uncatchable_KILL [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_signal.rb:174]:
SIGKILL is not allowed to be caught.
[Errno::EINVAL] exception expected, not.
Class: <Errno::ENOENT>
Message: <"No such file or directory - SIGKILL">
---Backtrace---
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_signal.rb:174:in `trap'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_signal.rb:174:in `block (3 levels) in <class:TestSignal>'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/lib/test/unit/assertions.rb:73:in `assert_raise'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_signal.rb:174:in `block (2 levels) in <class:TestSignal>'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/lib/test/unit.rb:889:in `run_test'
---------------
TestOpenURISSL#test_validation_failure [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/open-uri/test_ssl.rb:52]:
exceptions on 1 threads:
#<Thread:0x945d158@C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/open-uri/test_ssl.rb:39 dead>:
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/lib/minitest/unit.rb:206:in `assert': <1> expected but was <0>. (MiniTest::Assertion)
from C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/lib/test/unit/assertions.rb:36:in `assert'
from C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/lib/test/unit/assertions.rb:288:in `assert_equal'
from C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/open-uri/test_ssl.rb:95:in `block in test_validation_failure'
from C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/open-uri/test_ssl.rb:42:in `call'
from C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/open-uri/test_ssl.rb:42:in `block (2 levels) in with_https'
TestMath#test_gamma [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_math.rb:237]:
Math.gamma(2147483648) should be INF.
Expected NaN to be infinite?.
TestNetHTTPS#test_certificate_verify_failure [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/net/http/test_https.rb:153]:
<1> expected but was
<0>.
IMAPTest#test_imaps_unknown_ca [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/net/imap/test_imap.rb:65]:
[OpenSSL::SSL::SSLError] exception expected, not.
Class: <Errno::ECONNRESET>
Message: <"An existing connection was forcibly closed by the remote host. - SSL_accept">
---Backtrace---
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby22_build/.ext/common/openssl/ssl.rb:236:in `accept'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby22_build/.ext/common/openssl/ssl.rb:236:in `accept'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/net/imap/test_imap.rb:436:in `block in imaps_test'
---------------
Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20141214-6276-6hda51.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_env_make: #<Tempfile:./siteconf20141214-6276-1sz0jna.rb (closed)>
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20141214-6276-15frn01.rb (closed)>
IMAPTest#test_imaps_post_connection_check [C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/net/imap/test_imap.rb:103]:
[OpenSSL::SSL::SSLError] exception expected, not.
Class: <Errno::ECONNABORTED>
Message: <"An established connection was aborted by the software in your host machine.">
---Backtrace---
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby22_build/.ext/common/openssl/buffering.rb:326:in `syswrite'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby22_build/.ext/common/openssl/buffering.rb:326:in `do_write'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby22_build/.ext/common/openssl/buffering.rb:423:in `print'
C:/Users/Luis/Code/oneclick/rubyinstaller/sandbox/ruby_2_2/test/net/imap/test_imap.rb:441:in `block in imaps_test'
---------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment