SSLSocketFactory.connect(Socket...) should allow port of -1
Brian Carlstrom authored
SSLSession.getPeerPort is supposed to return -1 when the port is
undefined so now we initialize it to that value.

	luni/src/main/java/org/apache/harmony/xnet/provider/jsse/OpenSSLSessionImpl.java

Avoid creating InetAddress to store the OpenSSLSessionImplWrapper host
and port arguments since it was causing an exception on an port value
of -1 and was just used to go back to the original host and port when
creating the SSLSession, which is allowed to return a port value of -1.

	luni/src/main/java/org/apache/harmony/xnet/provider/jsse/OpenSSLSocketImpl.java

Remove last of KnownFailures for SSLSocketFactory

	luni/src/test/java/javax/net/ssl/SSLSocketFactoryTest.java

Update classpath for newly seperated out junit jars

	run-core-tests

Change-Id: I646a8f23c3d6ae01f1dd38e40bc9c32d436e6254
a653cca0
Name Last commit Last update
dalvik Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
dom/src/test Merge commit '8812fdd7' into manualmerge
expectations Add an expectation for another bogus exception priority test.
include Make ScopedLocalRef more convenient, and use it more widely.
json Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
junit Moving junit out of core.jar and into core-junit.jar.
luni SSLSocketFactory.connect(Socket...) should allow port of -1
openssl/src/main Expand upon the old ScopedByteArray, and start removing some of the Get/ReleaseCritical calls.
sqlite-jdbc resolved conflicts for merge of dd53c703 to dalvik-dev
support Merge "Testing that URLConnection uses CookieManager for send and receive." into dalvik-dev
xml/src Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Android.mk Adapt to new location of libcore
AndroidManifest.xml auto import from //depot/cupcake/@135843
CleanSpec.mk Adapt to new location of libcore
JavaLibrary.mk Moving junit out of core.jar and into core-junit.jar.
NOTICE am 85948576: am 4ff253ff: Remove JSON License from NOTICE file
NativeCode.mk Enable -Wall -Wextra for libcore and cleanup all but one warning
run-core-tests SSLSocketFactory.connect(Socket...) should allow port of -1
run-core-tests-on-ri AI 144390: am: CL 144230 am: CL 144229 Modifying build of core-tests.jar version for