Commit Graph

209 Commits

Author SHA1 Message Date
Amanda Jiang 7b3977be09 8031661: java/net/Authenticator/B4769350.java failed intermittently
Reviewed-by: michaelm
2017-10-06 06:51:07 -07:00
Chris Hegarty 15ba41a7e8 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
Reviewed-by: alanb
2017-06-27 14:00:39 +01:00
Sean Coffey faddbc421a 8182672: Java 8u121 on Linux intermittently returns null for MAC address
Reviewed-by: michaelm, chegar, clanger, msheppar, vtewari
2017-06-27 13:57:47 +01:00
Michael McMahon 72c69c5c8e 8035653: InetAddress.getLocalHost crash
Reviewed-by: chegar
2017-04-27 23:06:51 +02:00
Svetlana Nikandrova 44726ec9c6 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
Test update to explicitly cover problematic scenario.

Reviewed-by: chegar
2016-08-12 20:14:25 +03:00
Svetlana Nikandrova 95bf6250f1 8035158: Remove dependency on sun.misc.RegexpPool and friends
Reviewed-by: chegar, michaelm
2014-03-26 19:53:07 +00:00
Felix Yang 1fd4eb2824 8048052: Permission tests for setFactory
Add RuntimePermission tests for setFactory

Reviewed-by: weijun, mullan
2014-10-13 17:55:14 +08:00
Ramanand Patil 0fb40c6a5b 8135259: InetAddress.getAllByName only reports "unknown error" instead of actual cause
Using a function call directly "gai_strerror(gai_error)" instead of using the function pointer which was declared but not initialized.

Reviewed-by: chegar, coffeys, igerasim
2016-02-17 10:46:21 +05:30
Svetlana Nikandrova 8997841fd0 8047031: Add SocketPermission tests for legacy socket types
8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently

Reviewed-by: coffeys, chegar
2016-02-17 14:20:45 +03:00
Ivan Gerasimov af8076b5a6 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
Reviewed-by: chegar
2015-10-29 22:41:34 +03:00
Abhijit Saha fd2fa9192c Merge 2015-10-18 23:05:57 -07:00
Rob McKenna d8072bd842 8135305: InetAddress.isReachable reports true when loopback interface is specified
Reviewed-by: michaelm
2015-10-14 13:28:29 +01:00
Rob McKenna 88e8e5bca2 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
Reviewed-by: michaelm
2015-10-14 13:24:12 +01:00
Abhijit Saha 1aeacbec59 Merge 2015-09-24 10:08:47 -07:00
Abhijit Saha 2ce954fc0a Merge 2015-09-13 22:12:08 -07:00
Ivan Gerasimov f6ba74ed00 8072466: Deadlock when initializing MulticastSocket and DatagramSocket
Reviewed-by: chegar
2015-09-11 16:53:09 +03:00
Sean Coffey 6e9cec0fd4 8133196: HTTPS hostname invalid issue with InetAddress
Reviewed-by: chegar, xuelei
2015-09-01 09:37:34 -07:00
Chris Hegarty 0aa15bc0cb 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
Reviewed-by: alanb, igerasim
2015-01-29 20:45:30 +00:00
Sean Coffey 8afe0a1285 7178362: Socket impls should ignore unsupported proxy types rather than throwing
Reviewed-by: chegar
2015-02-25 11:44:53 +00:00
Rob McKenna 2017562561 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
Reviewed-by: chegar
2015-08-25 14:07:08 +01:00
Michael McMahon c557d4f43a 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
Reviewed-by: chegar
2014-10-17 13:51:03 +01:00
Mark Sheppard ba30f9f612 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
Changed hello.foo.bar to invalidhost.invalid

Reviewed-by: chegar
2014-10-01 17:01:30 +01:00
Chris Hegarty 78f2a91895 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
Reviewed-by: michaelm
2014-09-12 15:51:22 +01:00
Chris Hegarty e317c5b9e6 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
Reviewed-by: alanb
2014-07-02 18:12:59 +01:00
Yekaterina Kantserova 97e991f4d6 8043529: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, jbachorik
2014-05-22 11:23:46 +02:00
Michael McMahon a095595592 8034170: Digest authentication interop issue
Reviewed-by: chegar
2014-05-19 12:15:49 +01:00
Claes Redestad d20066c866 8040747: Improve performance of IP address parsing
Co-authored-by: Bernd Eckenfels <bernd-2014@eckenfels.net>
Reviewed-by: mduigou, chegar
2014-04-22 16:21:43 +02:00
Michael McMahon 9e606323ce 8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
Reviewed-by: chegar
2014-05-06 10:16:40 +01:00
Vladimir Kozlov d38814a134 Merge 2014-03-13 14:55:50 -07:00
Chris Hegarty 910c9dc349 8035897: Better memory allocation for file descriptors greater than 1024 on macosx
Reviewed-by: michaelm, alanb
2014-03-02 19:27:43 +00:00
Vladimir Kozlov f6926a9870 Merge 2014-01-22 17:40:55 -08:00
Volker Simonis eb1ee0c0e8 8028537: PPC64: Updated the JDK regression tests to run on AIX
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
2014-01-17 21:54:30 +01:00
Lana Steuck 03b4e5d3ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Michael McMahon 8e5dcdfaf4 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
Reviewed-by: alanb, chegar
2013-12-09 13:05:09 +00:00
Mark Sheppard 0f8fe88155 8025211: Intermittent test failure: java/net/DatagramSocket/PortUnreachable.java
Modified test to execute in a single thread to eliminate potential race condition

Reviewed-by: alanb, chegar, dfuchs
2013-12-02 14:01:23 +00:00
Lana Steuck 33cd414e58 Merge 2013-11-25 09:40:25 -08:00
Lana Steuck 1a633e63a9 Merge 2013-11-15 07:14:23 -08:00
Tristan Yan d45f6482a3 8022212: Intermittent test failures in java/net
Reviewed-by: chegar
2013-11-21 13:42:54 +00:00
Michael McMahon 1beab3cc44 8028581: [TESTBUG] java/net/Socket/LingerTest.java failing
Reviewed-by: alanb
2013-11-19 17:49:57 +00:00
Chris Hegarty f9ecbb8f7d 8022213: Intermittent test failures in java/net/URLClassLoader
Reviewed-by: dxu, alanb
2013-11-13 16:44:12 +00:00
Sergey Bylokhov 9ab430a0d2 8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Michael McMahon 536e058b8b 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win)
Reviewed-by: alanb
2013-11-11 16:06:16 +00:00
Chris Hegarty 44a19639b3 8019834: InetAddress.getByName hangs for bad IPv6 literals
Reviewed-by: alanb
2013-11-08 15:15:48 +00:00
Tristan Yan 92076375e9 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface
Reviewed-by: chegar
2013-11-08 15:12:30 +00:00
Michael McMahon bffc06393b 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient
Reviewed-by: chegar
2013-11-07 10:22:11 +00:00
Michael McMahon 2d8325d244 8027687: The constructors of URLPermission class do not behave as described in javad
Reviewed-by: chegar, mduigou
2013-11-04 17:47:59 +00:00
Michael McMahon 9031374301 Merge 2013-10-30 18:38:20 +00:00
Michael McMahon 76f1c66ad5 8027570: NullPointerException in URLPermission.hashCode()
Reviewed-by: chegar
2013-10-30 18:37:50 +00:00
Dan Xu bdb08c592d 7122887: JDK ignores Gnome3 proxy settings
Fix GConf and add to use GProxyResolver to handle network proxy resolution

Reviewed-by: chegar
2013-10-23 22:30:35 -07:00
Chris Hegarty 28fc7fbaeb 8020758: HttpCookie constructor does not throw IAE when name contains a space
Reviewed-by: michaelm, msheppar
2013-10-23 14:38:22 +01:00