Prasanta Sadhukhan
0aeed751e6
Merge
2020-01-22 13:29:03 +05:30
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00
Prasanta Sadhukhan
64a1b0599e
Merge
2020-01-21 07:29:48 +05:30
Jesper Wilhelmsson
b936939454
Merge
2020-01-20 18:05:07 +01:00
Weijun Wang
c4df79117d
8247907: XMLDsig logging does not work
...
Reviewed-by: mullan
2020-06-20 15:11:19 +08:00
Tejpal Rebari
861e1addda
8223788: [macos] JSpinner buttons in JColorChooser dialog may capture focus using TAB Key
...
Reviewed-by: serb, pbansal, psadhukhan
2020-01-13 18:27:31 +05:30
Vladislav Volodin
3899de42ae
8234913: Improve parsing of Length Units in javax/swing/text/html/CSS
...
Reviewed-by: serb, clanger
2020-01-10 13:08:18 +00:00
Sergey Bylokhov
b95d34698e
8236953: [macos] JavaFX SwingNode is not rendered on macOS
...
Reviewed-by: kcr, prr
2020-01-15 13:17:46 -08:00
Pankaj Bansal
cf468f1791
8224475: JTextPane does not show images in HTML rendering
...
Reviewed-by: serb, psadhukhan
2020-01-09 15:11:10 +05:30
Pankaj Bansal
4cb20ae300
8222759: com.sun.java.swing.plaf.gtk.GTKLookAndFeel has unnecessary casts to GTKStyleFactory
...
Reviewed-by: prr, jdv
2019-12-23 13:04:07 +05:30
Phil Race
9628324ae7
Merge
2019-12-19 12:28:56 -08:00
Lance Andersen
fb1c57789e
8235961: SyncResolverImpl does not throw SQLException as expected
...
Reviewed-by: joehw, bpb
2019-12-19 15:23:57 -05:00
Pankaj Bansal
ef14de54e7
8234733: We can't distinguish if the spinner button is pressed or unpressed
...
Reviewed-by: psadhukhan, prr
2019-12-19 11:57:58 +05:30
Lance Andersen
da03b15fac
8235961: SyncResolverImpl does not throw SQLException as expected
...
Reviewed-by: joehw, bpb
2019-12-23 17:18:32 -05:00
Sibabrata Sahoo
fca342f736
8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property
...
Corrected Cipher Suites ordering through system properties
Reviewed-by: xuelei
2019-12-16 00:23:50 -08:00
John Jiang
abac8b17a9
8235813: System property fullCipherSuites is not used by javax/net/ssl/compatibility/Compatibility.java
...
Reviewed-by: xuelei
2019-12-16 16:19:10 +08:00
Sibabrata Sahoo
58cce5fbf4
8234728: Some security tests should support TLSv1.3
...
Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei
2019-12-13 01:43:14 -08:00
Pankaj Bansal
e6b381faa2
8235744: PIT: test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in linux-x64
...
Reviewed-by: psadhukhan, prr
2019-12-13 12:08:10 +05:30
Prasanta Sadhukhan
614e78b7fa
Merge
2019-12-11 11:13:41 +05:30
John Jiang
c2f68eacaa
8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF"
...
Reviewed-by: xuelei
2019-12-11 11:29:03 +08:00
Phil Race
1a73baeb10
Merge
2019-12-06 12:06:09 -08:00
Ambarish Rapte
8fd8c5bf5d
4949105: Access Bridge lacks html tags parsing
...
Reviewed-by: serb, prr, pbansal
2019-12-06 16:37:09 +05:30
Sergey Bylokhov
36eb7510f8
7124307: JSpinner and changing value by mouse
...
Reviewed-by: prr, pbansal
2019-12-05 15:31:23 -08:00
Prasanta Sadhukhan
e9e86ffb30
8221903
: PIT: javax/swing/RepaintManager/IconifyTest/IconifyTest.java fails on ubuntu18.04
...
Reviewed-by: serb
2019-12-04 16:28:48 +05:30
Igor Ignatyev
e2240b714e
8236111: narrow allowSmartActionArgs disabling
...
Reviewed-by: dholmes, mullan, darcy, rriggs
2020-01-15 21:20:40 -08:00
Weijun Wang
ab280fcac4
8234267: DelegationPermission implementation doesn't completely follow the updated specification
...
Reviewed-by: xuelei
2019-12-05 10:36:46 +08:00
Prasanta Sadhukhan
50190491d7
Merge
2019-12-03 11:52:31 +05:30
Prasanta Sadhukhan
55f3fd95e6
8234149: Several regression tests do not dispose Frame at end
...
Reviewed-by: serb
2019-12-02 11:58:14 +05:30
Sibabrata Sahoo
b03ba9e300
8234723: javax/net/ssl/TLS tests support TLSv1.3
...
Missing TLSv1.3 test cases
Reviewed-by: xuelei
2019-11-28 22:29:07 -08:00
John Jiang
ec16834845
8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
...
Reviewed-by: xuelei
2019-11-29 14:07:16 +08:00
Pankaj Bansal
a5f4fa710f
8230235: Rendering HTML with empty img attribute and documentBaseKey cause Exception
...
Reviewed-by: serb, aivanov
2019-11-27 11:05:22 +05:30
Prasanta Sadhukhan
b690482e64
8193544: Regression automated test '/open/test/jdk/javax/swing/JDialog/Transparency/TransparencyTest.java' fails
...
Reviewed-by: serb
2019-11-25 11:20:14 +05:30
Jayathirth D V
51837b8a13
8233696: [TESTBUG]Some jtreg tests fail when CAPS_LOCK is ON
...
Reviewed-by: serb, prr
2019-11-22 11:35:26 +05:30
Tejpal Rebari
5cd9439695
8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
...
Reviewed-by: psadhukhan, pbansal, serb
2019-11-20 12:18:46 +05:30
Prasanta Sadhukhan
456fd9003e
8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
...
Reviewed-by: serb
2019-11-14 10:59:45 +05:30
Prasanta Sadhukhan
007a0fb232
8231084: Large performance regression in SwingMark TextArea in 14-b13
...
8231336
: Corrupted option dialog in JTHarness with JDK14b13
Reviewed-by: serb, prr
2019-11-06 11:05:28 +05:30
Prasanta Sadhukhan
5686851c12
8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
...
Reviewed-by: serb
2019-11-06 10:48:10 +05:30
Prasanta Sadhukhan
91a70aeb63
Merge
2019-11-05 11:00:42 +05:30
Ambarish Rapte
30a4739efa
8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
...
Reviewed-by: serb, psadhukhan
2019-10-30 16:59:40 +05:30
Weijun Wang
026a05d0c6
8231365: ServicePermission::equals doesn't comply to the spec
...
8231196: DelegationPermission allows to create an instance that thows NPE on ::equals call
Reviewed-by: mullan
2019-10-29 09:34:23 +08:00
Weijun Wang
49883054db
8232357: Compare version info of Santuario to legal notice
...
Reviewed-by: mullan
2019-10-17 07:31:35 +08:00
Prasanta Sadhukhan
cb13ea5977
Merge
2019-12-02 12:01:40 +05:30
Daniil Titov
0f1f9fe653
8231666: ThreadIdTable::grow() invokes invalid thread transition
...
Reviewed-by: dholmes, rehn
2019-10-08 09:39:10 -07:00
Prasanta Sadhukhan
3afd808de8
Merge
2019-09-23 13:08:20 +05:30
Jagjot Singh
6b80f1e7cd
8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel
...
Reviewed-by: psadhukhan
2019-09-18 07:18:44 -07:00
Tejpal Rebari
603689f760
8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails
...
Reviewed-by: jdv, arapte
2019-09-04 22:18:48 +05:30
Prasanta Sadhukhan
bcff4990ad
Merge
2019-08-29 15:09:48 +05:30
Frank Yuan
f85fe3a3d6
8230010: Remove jdk8037819/BasicTest1.java
...
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
Reviewed-by: joehw, vtewari
2019-08-28 11:00:55 +08:00
Dmitry Markov
1ea81a7cda
8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
...
Reviewed-by: psadhukhan, serb
2019-08-23 14:25:20 +01:00
Semyon Sadetsky
07e2ea8e44
8226513: JEditorPane is shown with incorrect size
...
Reviewed-by: prr, psadhukhan
2019-08-19 12:13:47 +05:30
Prasanta Sadhukhan
33bc0e3c6f
Merge
2019-07-22 11:08:27 +05:30
Mikael Vidstedt
f08a9de3b2
Merge
2019-07-17 04:33:37 -07:00
Sergey Bylokhov
768ef3cd20
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
...
Reviewed-by: prr
2019-07-15 16:25:23 -07:00
Mikael Vidstedt
cfcd0223a9
Merge
2019-07-12 02:50:43 -07:00
Valerie Peng
29215b987b
8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
...
Detect potential buffer overlap and use extra buffer if necessary
Reviewed-by: xuelei
2019-07-10 18:43:45 +00:00
Tejpal Rebari
fe80d6458c
8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work
...
Reviewed-by: jdv, psadhukhan
2019-07-04 12:28:34 +05:30
Valerie Peng
ded94368d1
Merge
2019-07-25 21:51:13 +00:00
Valerie Peng
6b662abe74
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
...
Change JCA Cipher class to create obj to ensure the mode and padding combination is supported
Reviewed-by: xuelei
2019-07-25 02:16:49 +00:00
Prasanta Sadhukhan
93f105e32a
Merge
2019-07-25 11:31:07 +05:30
Phil Race
bb7ac5cc11
Merge
2019-07-01 14:57:02 -07:00
Jaikiran Pai
178bf44f56
8226976: SessionTimeOutTests uses == operator for String value check
...
Use String.equals() instead of == operator
Reviewed-by: xuelei
2019-07-02 11:07:40 +05:30
John Jiang
df6fbdb2af
8224650: Add tests to support X25519 and X448 in TLS
...
Reviewed-by: xuelei
2019-06-28 05:29:54 +08:00
Phil Race
f9c491c478
8226783: GTK is not being returned as the System L&F on Gnome
...
Reviewed-by: serb, psadhukhan
2019-06-27 12:55:55 -07:00
Tejpal Rebari
be762d7ac8
8196467: javax/swing/JInternalFrame/Test6325652.java fails
...
Reviewed-by: jdv, psadhukhan
2019-06-25 14:13:33 +05:30
Xue-Lei Andrew Fan
a4277e56c8
8224829: AsyncSSLSocketClose.java has timing issue
...
Reviewed-by: jnimeh, dfuchs
2019-06-14 12:19:14 -07:00
Prasanta Sadhukhan
53ea90ebf6
Merge
2019-06-13 11:31:36 +05:30
Bradford Wetmore
118fd65d44
8171279: Support X25519 and X448 in TLS
...
Reviewed-by: xuelei, mullan
2019-06-12 18:58:00 -07:00
Prasanta Sadhukhan
93ed663cf0
Merge
2019-06-12 10:02:49 +05:30
Anthony Scarpino
94e1d7530f
8211018: Session Resumption without Server-Side State
...
Reviewed-by: xuelei, jnimeh, jjiang
2019-06-11 16:31:37 -07:00
Sergey Bylokhov
09efbc41ee
8225144: [macos] In Aqua L&F backspace key does not delete when Shift is pressed
...
Reviewed-by: psadhukhan
2019-06-11 10:15:30 -07:00
Prasanta Sadhukhan
7fc422dd93
8225511: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java fails in linux-x64
...
Reviewed-by: serb, prr
2019-06-11 11:01:22 +05:30
Sergey Bylokhov
4a53af6cbc
8222083: Support of "64-bit IEEE floating point" encoding for the AU file format
...
Reviewed-by: prr
2019-06-09 14:12:18 -07:00
Prasanta Sadhukhan
427e1e28b1
8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java fails on linux-x64
...
Reviewed-by: serb, jdv
2019-06-04 14:43:57 +05:30
Semyon Sadetsky
b5b24b904a
8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
...
Reviewed-by: serb
2019-06-03 08:13:18 -07:00
Prasanta Sadhukhan
f7e4fb87b2
8214702: Wrong text position for whitespaced string in printing Swing text
...
Reviewed-by: prr, serb
2019-05-21 14:41:43 +05:30
Rajan Halade
5fc46f3c50
8190492: Remove SSLv2Hello and SSLv3 from default enabled TLS protocols
...
Reviewed-by: mullan, wetmore, xuelei
2019-12-09 21:38:12 -08:00
Sergey Bylokhov
30576b1898
8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent
...
Reviewed-by: prr
2019-05-20 12:17:34 -07:00
Prasanta Sadhukhan
dfe0ca547b
Merge
2019-05-14 11:23:08 +05:30
Prasanta Sadhukhan
f7d8bb2c70
Merge
2019-04-23 14:22:34 +05:30
John Jiang
04bb71a004
8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible
...
Reviewed-by: xuelei
2019-04-23 10:08:52 +08:00
Sergey Bylokhov
c3b64599dc
8216008: -Djavax.accessibility.assistive_technologies empty list leads to exception
...
Reviewed-by: prr
2019-04-22 12:35:30 -07:00
Xue-Lei Andrew Fan
7aec6727ac
8221253: TLSv1.3 may generate TLSInnerPlainText longer than 2^14+1 bytes
...
Reviewed-by: jnimeh
2019-05-10 12:33:40 -07:00
Weijun Wang
31af27a1ee
8200400: Restrict Sasl mechanisms
...
Reviewed-by: mullan
2019-05-10 09:39:49 +08:00
Xue-Lei Andrew Fan
eb59ebb177
8216326: SSLSocket stream close() does not close the associated socket
...
Reviewed-by: jnimeh
2019-04-16 16:59:09 -07:00
Prasanta Sadhukhan
de2e2b119a
Merge
2019-04-10 10:46:53 +05:30
Sergey Bylokhov
092cead6c1
8221445: FastSysexMessage constructor crashes MIDI receiption thread
...
Reviewed-by: prr
2019-04-09 13:57:58 -07:00
Sergey Bylokhov
21d2f5139d
8221436: Incorrect check of package in Line.Info.toString()
...
Reviewed-by: prr
2019-03-29 23:14:37 -07:00
Xue-Lei Andrew Fan
d812742d68
8163326: Update the default enabled cipher suites preference
...
Reviewed-by: mullan
2019-04-04 14:19:29 -07:00
Prasanta Sadhukhan
702ee3db37
8212904: JTextArea line wrapping incorrect when using UI scale
...
Reviewed-by: serb, prr
2019-03-29 10:11:01 +05:30
Manajit Halder
ef50607763
8216971: [macosx swing] For JCheckBoxMenuItem actionPerformed() is called twice, when apple.laf.useScreenMenuBar=true and modifier is InputEvent.META_DOWN_MASK
...
Reviewed-by: psadhukhan, kaddepalli
2019-03-27 12:24:28 +05:30
Prasanta Sadhukhan
83e8947b90
Merge
2019-03-20 16:07:43 +05:30
Jamil Nimeh
de75770ce9
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
...
Reviewed-by: apetcher
2019-03-18 15:26:59 -07:00
Sergey Bylokhov
ecce7fb2d0
7106851: Test should not use System.exit
...
Reviewed-by: aivanov, psadhukhan, kaddepalli
2019-03-16 17:50:24 -07:00
Prasanta Sadhukhan
00d6c3e825
8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT
...
Reviewed-by: serb
2019-03-08 14:07:10 +05:30
Krishna Addepalli
f4831978d1
8218674: HTML Tooltip with "img=src" on component doesn't show
...
Reviewed-by: serb, psadhukhan
2019-03-07 12:51:02 +05:30
Sergey Bylokhov
b5998aadf0
8213110: Remove the use of applets in automatic tests
...
Reviewed-by: prr
2019-02-27 18:46:55 -08:00
Prasanta Sadhukhan
11bb82baca
Merge
2019-02-26 11:17:12 +05:30
Prasanta Sadhukhan
f3c10c8049
8213781: web page background renders blue in JEditorPane
...
4895924: Strings in format #rgb not handled by Color.decode() (affects CSS / Swing)
Reviewed-by: serb, sveerabhadra
2019-02-26 11:08:07 +05:30
Prasanta Sadhukhan
0b13339d0c
8219156: RTFEditorKit writes background color but doesn't read
...
Reviewed-by: serb
2019-02-21 10:33:24 +05:30
Xue-Lei Andrew Fan
1d7db01371
8219389: Delegated task created by SSLEngine throws BufferUnderflowException
...
Reviewed-by: ascarpino
2019-02-20 10:20:48 -08:00
Anthony Scarpino
5a97e73e5a
8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
...
Reviewed-by: jnimeh
2019-02-12 14:08:07 -08:00
Prasanta Sadhukhan
c45e97f1e3
Merge
2019-02-04 11:01:04 +05:30
Jesper Wilhelmsson
b2d0be746a
Merge
2019-02-02 00:11:54 +01:00
Sean Mullan
f5a411ea53
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
...
Reviewed-by: jnimeh, clanger
2019-01-30 15:42:47 -05:00
Prasanta Sadhukhan
8d08255ca9
Merge
2019-01-29 11:06:19 +05:30
John Jiang
655cf14138
8228967: Trust/Key store and SSL context utilities for tests
...
Reviewed-by: xuelei
2019-09-05 14:55:21 +08:00
Daniel Fuchs
f71db3074c
8230435: Replace wildcard address with loopback or local host in tests - part 22
...
Fixes tests to use the loopback address whenever possible. It also fixes some safe publishing issues, or add diagnostics in some of the tests.
Reviewed-by: michaelm
2019-09-04 18:10:07 +01:00
Vikrant Agarwal
37a7f89c34
8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception
...
Reviewed-by: serb
2019-01-22 08:44:33 -08:00
Sean Mullan
9d9edee86e
8217878: ENVELOPING XML signature no longer works in JDK 11
...
8218629: XML Digital Signature throws NAMESPACE_ERR exception on OpenJDK 11, works 8/9/10
Backout and restore previous XML signature marshalling implementation
Reviewed-by: weijun
2019-03-05 08:24:58 -05:00
Xue-Lei Andrew Fan
25f0d60a58
8215430: Remove the internal package com.sun.net.ssl
...
Reviewed-by: chegar, mullan, wetmore
2019-03-01 08:35:14 -08:00
John Jiang
06befcd14a
8219723: javax/net/ssl/compatibility/Compatibility.java failed on some SNI cases
...
Re-generates RSA and ECDSA certificates and set longer validity period
Reviewed-by: xuelei
2019-02-28 13:37:03 +08:00
Prasanta Sadhukhan
f6fcaf0f7d
Merge
2019-01-07 11:02:11 +05:30
Jesper Wilhelmsson
5622c425c1
Merge
2019-01-18 23:07:48 +01:00
John Jiang
365de9f2bc
8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
...
Reviewed-by: xuelei
2019-01-18 14:25:34 +08:00
Goetz Lindenmaier
084f0b75bd
8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests
...
Also cleanup some switches over OSes and use File.pathSeparator.
Reviewed-by: dholmes, mdoerr
2019-01-14 00:00:00 +01:00
Krishna Addepalli
9767b537ee
6714324: Removing a component from a JTabbedPane does not clear its accessibleParent
...
Reviewed-by: serb, sveerabhadra
2018-12-17 14:19:06 +05:30
Jayathirth D V
74ffdff736
8214876: Add "intermittent" key for imageio/stream/StreamCloserLeak/run_test.sh
...
Reviewed-by: psadhukhan
2018-12-11 11:45:43 +05:30
Sean Mullan
95b848fa61
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
...
Reviewed-by: jnimeh, clanger
2019-01-29 10:24:38 -05:00
Dean Long
57dc039131
8214583: AccessController.getContext may return wrong value after JDK-8212605
...
Reviewed-by: mchung, redestad
2018-12-18 16:36:26 -08:00
Xue-Lei Andrew Fan
3933c8477b
8214339: SSLSocketImpl erroneously wraps SocketException
...
Reviewed-by: ascarpino, jnimeh
2018-12-14 19:39:39 -08:00
Prasanta Sadhukhan
a5ed4e3e73
8214943: PIT: javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java errors out in mac
...
Reviewed-by: kaddepalli, serb
2018-12-07 09:38:07 +05:30
Sergey Bylokhov
9c836369af
8198398: Test javax/swing/JColorChooser/Test6199676.java fails in mach5
...
Reviewed-by: kaddepalli, prr
2018-12-04 13:09:20 -08:00
Prasanta Sadhukhan
249d8e9d98
8214470: PIT: javax/swing/JPopupMenu/7154841/bug7154841.java errors out on mac10.13
...
Reviewed-by: jdv, serb
2018-11-30 10:55:42 +05:30
Sergey Bylokhov
a11452c9ed
8198339: Test javax/swing/border/Test6981576.java is unstable
...
Reviewed-by: kaddepalli, psadhukhan
2018-11-29 16:22:49 -08:00
Prasanta Sadhukhan
a51bf4d7e6
8213843: Changing L&F from Nimbus to Window L&F causes NPE in SwingSet2
...
8213121: javax/swing/GraphicsConfigNotifier/StalePreferredSize.java fails on mac10.13
Reviewed-by: serb
2018-11-27 10:45:54 +05:30
Prasanta Sadhukhan
01267bb7ca
Merge
2018-11-26 10:49:53 +05:30
Jayathirth D V
8d8d2d8bdd
8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException
...
Reviewed-by: serb, kaddepalli
2018-11-20 15:53:54 +05:30
Jayathirth D V
b9bf598fe7
8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458
...
Reviewed-by: serb, kaddepalli
2018-11-20 14:37:24 +05:30
Jayathirth D V
53ed0c129a
8212116: IIOException "tEXt chunk length is not proper" on opening png file
...
Reviewed-by: serb
2018-11-14 01:29:34 +05:30
Alexandre Iline
a4b9ae8bb3
8186549: move ExtendedRobot closer to tests
...
Reviewed-by: serb
2018-11-13 07:11:50 -08:00
Prasanta Sadhukhan
046262a0f5
Merge
2018-11-12 11:10:16 +05:30
Sergey Bylokhov
cc3756b342
8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails
...
Reviewed-by: psadhukhan
2018-11-10 18:41:43 -08:00
Sergey Bylokhov
bd9a9d591b
8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable
...
Reviewed-by: prr, psadhukhan
2018-11-10 09:52:59 -08:00
Xue-Lei Andrew Fan
3e9941ea2b
8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
...
Reviewed-by: mullan, chegar
2018-11-09 08:24:38 -08:00
Prasanta Sadhukhan
b553485436
8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows
...
Reviewed-by: prr
2018-11-08 12:09:06 +05:30
Sergey Bylokhov
245a72938a
8211822: Some tests fail after JDK-8210039
...
8202886: [macos] Test java/awt/MenuBar/8007006/bug8007006.java fails on MacOS
Reviewed-by: prr, iignatyev, jdv, kaddepalli
2018-11-06 17:57:17 -08:00
Prasanta Sadhukhan
c03cdce50e
8213261: test javax/swing/plaf/nimbus/AllSwingComponentsBaselineTest.java fails
...
Reviewed-by: serb
2018-11-03 09:50:22 +05:30
Phil Race
7613af50d9
Merge
2018-10-31 13:26:06 -07:00
Sergey Bylokhov
e496d67042
8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos
...
Reviewed-by: prr, denis
2018-10-31 10:01:23 -07:00
Pankaj Bansal
0e04de0f9c
8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS
...
Reviewed-by: prr, psadhukhan
2018-10-31 14:22:48 +05:30
Prasanta Sadhukhan
b29bab7522
8192888: AllSwingComponentsBaselineTest fails with NullPointerException for NimbusLookAndFeel
...
Reviewed-by: serb
2018-10-25 13:07:42 +05:30
Sean Mullan
7727e4ca2f
8211883: Disable anon and NULL cipher suites
...
Reviewed-by: jnimeh
2018-10-25 13:55:28 -04:00
Jayathirth D V
3e85467bc6
Merge
2018-10-16 23:21:05 +05:30
Jamil Nimeh
137e3161c4
8211806: TLS 1.3 handshake server name indication is missing on a session resume
...
Reviewed-by: xuelei, wetmore
2018-10-19 18:05:50 -07:00
John Jiang
75489d717e
8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
...
Javax/net/ssl/TLSCommon/CipherSuite.java supports key exchange algorithms
Reviewed-by: xuelei
2018-10-18 07:56:55 +08:00
Sergey Bylokhov
518f32791a
8210739: Calling JSpinner's setFont with null throws NullPointerException
...
Reviewed-by: psadhukhan
2018-10-16 15:47:53 -07:00
Jayathirth D V
eb1b046a1d
Merge
2018-10-16 14:26:22 +05:30
Prasanta Sadhukhan
2491c32fcd
6828982: UIDefaults.getUI swallows original exception
...
Reviewed-by: kaddepalli, prr
2018-10-11 14:19:36 +05:30
John Jiang
4fe2edae59
8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary
...
Move SimpleSSLContext.java and testkeys to test/lib/jdk/test/lib/net
Reviewed-by: chegar
2018-10-15 22:47:03 +08:00
Krishna Addepalli
995f6963b3
8182041: File Chooser Shortcut Panel folders under on JDK 9 8062648: FileSystemView.getDefaultDirectory() should check read access on Unix systems
...
Reviewed-by: serb, prr, psadhukhan
2018-10-05 14:35:24 +05:30