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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af18037c9e10
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38eaba970c7c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 26, 2016

  1. Copy the full SHA
    afc9939 View commit details

Commits on Nov 3, 2016

  1. Merge pull request #4248 from etehtsea/remove-pend-peeraddr

    UNIXSocket#peeraddr was fixed some time ago
    kares authored Nov 3, 2016
    Copy the full SHA
    38eaba9 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 test/jruby/test_socket.rb
2 changes: 0 additions & 2 deletions test/jruby/test_socket.rb
Original file line number Diff line number Diff line change
@@ -332,8 +332,6 @@ def test_unix_socket_peeraddr
ssrv = server.accept

assert_equal ["AF_UNIX", ""], ssrv.peeraddr
# TODO doesn't work as expected :
pend "UNIXSocket#peeraddr #{cli.peeraddr.inspect} does not include path: #{path.inspect}"
assert_equal ["AF_UNIX", path], cli.peeraddr

ssrv.close