Pooja Chopra
298ef6a50e
8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX
...
Reviewed-by: alexsch, azvegint
2015-08-13 16:26:17 +03:00
Mikhail Cherkasov
5896a1bf4a
8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
...
Reviewed-by: alexsch, serb
2015-08-13 15:29:03 +03:00
Yuri Nesterenko
565373e1bc
8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine
...
Reviewed-by: alexsch, serb
2015-08-13 14:20:36 +03:00
David Dehaven
d3d5d40154
Merge
2015-08-12 09:36:43 -07:00
Brian Burkhalter
5924c95500
8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
...
Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.
Reviewed-by: chegar
2015-08-12 07:55:24 -07:00
Vinnie Ryan
cdb7f50a4b
8133318: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier
...
Reviewed-by: mullan
2015-08-12 14:38:09 +01:00
David Dehaven
0cf20fdd7b
Merge
2015-08-11 12:32:10 -07:00
Alexander Zvegintsev
23438be9c4
8014212: Robot captures black screen
...
Reviewed-by: alexsch, serb
2015-08-11 16:32:13 +03:00
Alejandro Murillo
29ad7ba848
Merge
2015-08-10 18:58:25 -07:00
Brian Burkhalter
eb79060337
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
...
Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
2015-08-10 17:26:55 -07:00
Joe Darcy
c32cc2b967
8133231: Mark TimeoutLockLoops.java as failing intermittently
...
Reviewed-by: lancea
2015-08-10 16:28:31 -07:00
Brian Burkhalter
aabba04bda
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
...
Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
2015-08-10 10:50:24 -07:00
Mario Torre
f0f77d2b23
8075584: test for 8067364 depends on hardwired text advance
...
The test incorrectly included values that depend on the installed fonts
Reviewed-by: serb, prr
2015-08-10 14:42:07 +02:00
Brian Burkhalter
e0803f5e68
8133207: ParallelProbes.java test fails after changes for JDK-8080115
...
Do not run in othervm mode.
Reviewed-by: darcy, rriggs
2015-08-07 16:09:10 -07:00
Brian Burkhalter
f0c2f24793
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
...
Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
2015-08-07 07:10:44 -07:00
Naoto Sato
b9a10bbf8d
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
...
Reviewed-by: okutsu
2015-08-06 18:20:11 -07:00
Alejandro Murillo
aa37ecbc21
Merge
2015-08-06 13:00:45 -07:00
Brian Burkhalter
ba6e733ede
8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
...
Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar
2015-08-06 12:35:59 -07:00
Roger Riggs
e2f7de320c
8133022: Instant.toEpochMilli() silently overflows
...
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
2015-08-06 14:35:04 -04:00
Joe Darcy
be08ff7407
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
...
Reviewed-by: mullan
2015-08-06 10:34:25 -07:00
Xueming Shen
360600731c
8022224: Rare bug in JISAutodetect charset detected by FindDecoderBugs test
...
To update JISAutodetect decoder to return overflow appropriately.
Reviewed-by: chegar, martin
2015-08-06 10:15:55 -07:00
Alexander Fomin
c1ef47c427
8080108: [TEST_BUG] ERROR: No IPv6 address returned from platform
...
Reviewed-by: chegar, rriggs
2015-08-06 19:01:40 +03:00
Daniel Fuchs
6af81451d1
8132550: java/util/logging/LoggingDeadlock2.java times out
...
LogManager must also use the configurationLock when reading its primordial configuration.
Reviewed-by: joehw
2015-08-06 16:36:47 +02:00
Prasanta Sadhukhan
924b4ad5ff
8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
...
Reviewed-by: prr, flar
2015-08-06 11:36:52 +03:00
Jamil Nimeh
e7f31340a0
8046321: OCSP Stapling for TLS
...
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
2015-08-05 12:19:38 -07:00
Joe Darcy
16655aecb0
8133060: Problem list BasicLauncherTest until fix for JDK-8132648 propagates
...
Reviewed-by: dsamersoff
2015-08-05 11:06:49 -07:00
Alexander Stepanov
fed9b961cb
8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations
...
Reviewed-by: alexsch
2015-08-05 19:11:27 +03:00
Naoto Sato
3513b81516
8132494: Wrong CLDR resource bundle names for legacy ISO language codes
...
Reviewed-by: okutsu
2015-08-05 07:41:28 -07:00
Nadeesh TV
418139cec1
8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails
...
Reviewed-by: alexsch, azvegint
2015-08-05 16:35:41 +03:00
Alejandro Murillo
ddb63861a3
Merge
2015-08-04 22:02:12 -07:00
David Dehaven
1942bcfa90
Merge
2015-08-04 11:31:19 -07:00
Joe Darcy
9c9b37de81
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
...
Reviewed-by: psandoz
2015-08-04 11:26:51 -07:00
Alejandro Murillo
5a76b5c4e6
Merge
2015-08-04 10:59:31 -07:00
Alexander Stepanov
de09603863
8131055: bean annotations: add a test checking if a user-defined BeanInfo is top-priority as compared with the annotations
...
Reviewed-by: alexsch, serb
2015-08-04 14:03:49 +03:00
Semyon Sadetsky
b215a2b390
8132136: [PIT] RTL orientation in JEditorPane is broken
...
Reviewed-by: alexsch, serb
2015-08-04 13:14:28 +03:00
Alexander Zvegintsev
861ba88c86
8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
...
Reviewed-by: prr, serb
2015-08-04 12:34:08 +03:00
Naoto Sato
9166dacb21
8129881: JDK-8008577 breaks Nashorn test
...
8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors
8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
Reviewed-by: tbell, okutsu
2015-08-03 21:47:50 -07:00
David Dehaven
726f626bd7
Merge
2015-08-03 16:33:06 -07:00
Olivier Lagneau
e4c4b49bdf
8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
...
Run test with traces even when timeout occurs.
Reviewed-by: jbachorik, sspitsyn
2015-08-03 15:31:29 +02:00
Weijun Wang
31e49478d4
8132111: Do not request for addresses for forwarded TGT
...
Reviewed-by: mullan
2015-08-03 09:25:02 +08:00
Joe Darcy
3efa371123
8132500: Add imageio test to tier 3
...
Reviewed-by: prr
2015-07-31 16:03:48 -07:00
Jiangli Zhou
47e90bb79c
Merge
2015-07-31 16:00:29 -04:00
Alejandro Murillo
972e5ce0a3
Merge
2015-07-31 10:15:03 -07:00
Brian Burkhalter
8c92994887
8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
...
Add 8065556 to list of IDs in the @bug tag list.
Reviewed-by: alanb
2015-07-31 07:48:34 -07:00
Brian Burkhalter
8a369f2f2c
8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
...
Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.
Reviewed-by: alanb
2015-07-31 07:15:59 -07:00
Jaroslav Bachorik
71f82b9db5
8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector
...
Reviewed-by: dfuchs
2015-07-31 15:29:34 +02:00
Vinnie Ryan
c1cd222df9
8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
...
Reviewed-by: mullan
2015-07-31 14:29:25 +01:00
Volker Simonis
bc9c07ed47
8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
...
Reviewed-by: rriggs, alanb
2015-07-31 15:19:15 +02:00
Yuri Nesterenko
791267a096
6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows
...
Reviewed-by: serb
2015-07-31 13:13:30 +03:00
Stuart Marks
791c9bdc4d
8132745: minor cleanup of java/util/Scanner/ScanTest.java
...
Reviewed-by: darcy, sherman
2015-07-30 22:21:56 -07:00