Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: dd9cf5f96b43
Choose a base ref
...
head repository: jruby/jruby
compare: f8c218c53a06
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 26, 2015

  1. exclude OpenSSL test that connects to https://www.paypal.com/ and ass…

    …umes ca_file
    
    this is an artificial failure that very likely started hapenning due PP's site https updates
    
    ... fails the same way under MRI 1.9.3 :
    ```
    OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/http.rb:800:in `connect'
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/http.rb:800:in `block in connect'
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/timeout.rb:55:in `timeout'
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/timeout.rb:100:in `timeout'
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/http.rb:800:in `connect'
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/http.rb:756:in `do_start'
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/net/http.rb:745:in `start'
    	from (irb):32
    	from /opt/local/rvm/rubies/ruby-1.9.3-p551/bin/irb:12:in `<main>'
    ```
    kares committed Mar 26, 2015
    Copy the full SHA
    184a4a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f8c218c View commit details
    Browse the repository at this point in the history