Commit Graph

1536 Commits

Author SHA1 Message Date
Avik Niyogi
8372c1c09a 8146321: [macosx] JInternalFrame frame icon in wrong position on Mac L&F if icon is not ImageIcon
Reviewed-by: serb, alexsch, rchamyal
2016-02-17 11:44:07 +05:30
Vikrant Agarwal
5b56cd34c1 8131751: [TEST_BUG] Test javax/swing/plaf/gtk/crash/RenderBadPictureCrash.java fails UnsupportedOperationException
Reviewed-by: alexsch, ssadetsky
2016-02-11 12:24:28 +03:00
Phil Race
c43521be07 Merge 2016-02-08 09:41:53 -08:00
Alexander Stepanov
5b2d0bfd39 8145780: create a simple test for TIFF tag sets
Reviewed-by: bpb, yan
2016-02-04 14:27:16 +03:00
Prem Balakrishnan
cec9811981 8062946: Transparent JDialog will lose transparency upon iconify/deiconify sequence
Reviewed-by: arapte, alexsch
2016-02-04 11:16:23 +05:30
Joe Darcy
ec868b477b 8148983: Fix extra comma in changes for JDK-8148916
Reviewed-by: jjg
2016-02-03 13:56:19 -08:00
Joe Darcy
63f14a633b 8148916: Mark bug6400879.java as intermittently failing
Reviewed-by: serb
2016-02-03 12:52:27 -08:00
David Dehaven
eea8ffde47 Merge 2016-02-02 12:12:52 -08:00
David Dehaven
4ba2917e46 Merge 2016-02-02 10:03:14 -08:00
Jayathirth D V
25f9c2a196 8022640: ServiceRegistry (used by ImageIO) lack synchronization
Reviewed-by: prr, psadhukhan
2016-02-01 15:39:02 +05:30
Joe Darcy
f7858fa5e1 8148497: Mark SSLSocketSSLEngineTemplate.java as failing intermittently
Reviewed-by: xuelei
2016-01-28 18:08:53 -08:00
Alan Bateman
3573d65040 8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
2016-01-25 19:01:19 +00:00
Alexander Stepanov
08f0edbf5a 8146881: [TEST] update some imageio plugins tests to affect TIFF format
Reviewed-by: serb, ssadetsky
2016-01-22 13:37:46 +03:00
David Dehaven
8969d1404a Merge 2016-01-21 14:49:02 -08:00
Rajeev Chamyal
66b2ad7877 8146276: Right aligned ToolBar component does not appear
Reviewed-by: alexsch, psadhukhan
2016-01-21 13:41:02 +05:30
Rajeev Chamyal
b0c250a189 8139213: [macosx] Mac OS X Aqua Look and Feel: JOptionPane can truncate the first button
Reviewed-by: alexsch, psadhukhan
2016-01-21 13:27:56 +05:30
Rajeev Chamyal
9c3a40427c 7104635: HTMLEditorKit fails to write down some html files
Reviewed-by: serb, alexsch
2016-01-21 13:09:17 +05:30
Bhanu Prakash Gopularam
298315e8f8 8133085: Avoid creating instances of security providers when possible
Reviewed-by: mullan
2016-01-20 09:21:57 -08:00
Sergey Bylokhov
173e79ac66 8147407: Provide support of WaveExtensible sound format
Reviewed-by: prr, amenkov
2016-01-14 23:14:01 +03:00
Severin Gehwolf
4f725a93a8 8147857: RMIConnector logs attribute names incorrectly
Fix order of arguments to Collectors.joining

Reviewed-by: andrew, dfuchs, jbachorik
2016-01-22 17:43:21 +00:00
Sergey Bylokhov
d19138e94b 8064800: AudioSystem/WaveFileWriter can't write PCM_FLOAT, but writes it anyway
Reviewed-by: prr, amenkov
2016-01-07 23:50:00 +03:00
Sergey Bylokhov
ad8f08fbf6 6459818: Audio A-law and law decoder skip() method not implemented
Reviewed-by: amenkov
2016-01-12 23:33:45 +03:00
Sergey Bylokhov
e5820d08ec 8146144: Incorrect behaviour of AudioSystem.getTargetFormats/getTargetEncodings/isConversionSupported
Reviewed-by: amenkov
2016-01-12 23:27:23 +03:00
Sergey Bylokhov
762d2c555e 8131974: AudioFileReader incorrectly handle EOFException
Reviewed-by: amenkov
2016-01-01 18:33:53 +03:00
Avik Niyogi
46f6e32652 8015748: [macosx] JProgressbar with Aqua LaF ignores JProgressbar#applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) call
Reviewed-by: rchamyal, alexsch
2016-01-20 16:57:53 +05:30
Jayathirth D V
a757640460 8143562: JPEG reader returns null for getRawImageType()
Reviewed-by: prr, arapte
2016-01-19 11:11:20 +05:30
Avik Niyogi
e6db69be04 8016665: [macosx] JComponent behaviour doesn't comply API documentation (setComponentOrientation method), Aqua LAF
Reviewed-by: serb, alexsch
2016-01-18 14:27:12 +05:30
Avik Niyogi
9578f1aecb 8041894: [macosx] Test javax/swing/JSpinner/8008657/bug8008657.java failed on Mac
Reviewed-by: serb, alexsch
2016-01-18 14:20:39 +05:30
Peter Brunet
355c7d8dfe 8145735: Tests api/javax_swing/JTabbedPane/AccessibleJTabbedPane/* are failing
Try indexOfComponent before indexOfTabComponent

Reviewed-by: van, alexsch
2016-01-14 18:59:11 -06:00
Alexander Stepanov
5a0d7f856f 8145776: [TEST] add a test checking multipage tiff creation
Reviewed-by: bpb, serb, ssadetsky
2016-01-14 16:22:31 +03:00
Rajeev Chamyal
dddc64dfeb 4769772: JInternalFrame.setIcon(true) before JDesktopPane.add(JIF) causes wrong state
Reviewed-by: alexsch, aivanov
2016-01-13 11:56:46 +05:30
David Dehaven
83802373ee Merge 2016-01-12 13:13:16 -08:00
Xue-Lei Andrew Fan
26616a3176 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
Reviewed-by: weijun, wetmore
2016-01-12 08:05:16 +00:00
Joe Darcy
a4b38b4a43 8146745: Problem list SessionCacheSizeTests.java
Reviewed-by: xuelei
2016-01-11 10:13:29 -08:00
Rajeev Chamyal
7b016fd85d 8145060: Minimizing a JInternal frame not shifting focus to frame below it
Reviewed-by: serb, alexsch
2016-01-06 14:17:14 +05:30
Phil Race
a951b32503 Merge 2016-01-05 10:38:10 -08:00
Xue-Lei Andrew Fan
da96e1d07a 8139565: Restrict certificates with DSA keys less than 1024 bits
Reviewed-by: mullan
2016-02-18 02:36:38 +00:00
Amy Lu
8cb5467269 8149922: Remove intermittent key from security tests
8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList

Reviewed-by: xuelei
2016-02-18 09:46:07 +08:00
Joe Darcy
bf048683fc 8148914: BitDepth.java test fails
Reviewed-by: bpb, prr
2016-02-17 12:47:35 -08:00
Weijun Wang
7852a473da 8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions
Reviewed-by: mullan
2016-02-17 11:23:48 +08:00
Phil Race
5ef8950655 Merge 2016-02-16 09:30:57 -08:00
Goetz Lindenmaier
32687876fa 8149529: Adapt SAP copyrights to new company name in jdk repository
Reviewed-by: simonis, chegar
2016-01-27 10:35:49 +01:00
Xue-Lei Andrew Fan
e12c18f143 8146197: SignatureAlgorithms.java after push of JDK-8146192
Reviewed-by: henryjen, jnimeh, mullan
2015-12-28 00:02:06 +00:00
Xue-Lei Andrew Fan
37fa4dba28 8146192: Add test for JDK-8049321
Reviewed-by: mullan
2015-12-24 15:22:04 +00:00
Phil Race
84c2303502 Merge 2015-12-22 10:59:51 -08:00
Phil Race
52a03c2f27 Merge 2015-12-22 09:14:16 -08:00
Alexander Scherbatiy
77fff4497e 8133039: Provide public API to sun.swing.UIAction#isEnabled(Object)
Reviewed-by: serb, azvegint
2015-12-22 05:34:49 +04:00
Olivier Lagneau
1a8918d371 8058865: JMX Test Refactoring
Reviewed-by: jbachorik
2015-12-18 17:42:06 +01:00
Semyon Sadetsky
ef1f126b92 8144488: Compilation fails on Jake for regtest javax/swing/JMenu/8067346/bug8067346.java
Reviewed-by: alexsch, serb
2015-12-18 17:02:42 +03:00
Jaroslav Bachorik
41477d597a 8143047: Re-examine javax/management/ImplementationVersion/ImplVersionTest.java
Reviewed-by: alanb, emcmanus
2016-01-06 17:59:20 +01:00
Laurent Bourgès
8d70fa8891 8145608: PNG writer should permit setting compression level and iDAT chunk maximum size
Reviewed-by: serb, prr
2015-12-16 15:29:57 -08:00
Phil Race
2a51a0bf5e 8146508: 6488522 was committed with incorrect author attribution
Reviewed-by: bpb
2015-12-16 15:22:56 -08:00
Phil Race
20a2e2f7eb 6488522: PNG writer should permit setting compression level and iDAT chunk maximum size
Reviewed-by: serb, prr
2015-12-16 14:36:37 -08:00
Xue-Lei Andrew Fan
2f861a9225 8144773: Further reduce use of MD5
Reviewed-by: mullan, wetmore, jnimeh, ahgross
2015-12-15 12:59:00 +00:00
Phil Race
e601b5cebe Merge 2015-12-14 14:12:17 -08:00
Chris Hegarty
a979586dce 8144995: Move sun.misc.HexDumpEncoder to sun.security.util
Reviewed-by: psandoz, mchung
2015-12-14 19:24:33 +00:00
Phil Race
6447b5bb8b Merge 2015-12-14 10:36:12 -08:00
Artem Smotrakov
3d4ea51ab1 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
Reviewed-by: mullan
2015-12-11 19:06:40 -08:00
Brian Burkhalter
5b1765f25d 8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java
Reset stream position after abort; change IAEs to NPEs.

Reviewed-by: prr, serb
2015-12-11 11:38:18 -08:00
Sergei Kovalev
5b80991fea 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
Reviewed-by: martin
2015-12-11 16:35:59 +03:00
Prasanta Sadhukhan
946e0bc9cc 8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException
Reviewed-by: jdv, prr
2015-12-10 16:09:42 +03:00
Avik Niyogi
7d9d3a4699 8139169: [macosx] Action registered for keyboard shortcut is called twice
Reviewed-by: serb, alexsch
2015-12-10 14:21:44 +03:00
Sergey Bylokhov
3144cc4a27 8143909: Behavior of null arguments not specified in javax.sound.midi.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-12-09 18:56:59 +03:00
Rajeev Chamyal
3096b2cc2f 8067660: JFileChooser create new folder fails silently
Reviewed-by: alexsch, psadhukhan
2015-12-04 09:56:50 +04:00
Phil Race
3c2bc66bb7 Merge 2015-12-03 11:56:10 -08:00
Chris Hegarty
ebceee6674 8144480: Remove test dependencies on sun.misc.BASE64Encoder and BASE64Decoder
Reviewed-by: alanb, amlu, psandoz, weijun
2015-12-03 11:57:14 +00:00
Phil Race
26a709b671 Merge 2015-12-02 16:45:03 -08:00
Jiri Vanek
854c765186 8144071: ImageIO does not reset stream if an exception is thrown
Reset the I/O stream in a finally block

Reviewed-by: andrew
2015-12-02 21:23:59 +00:00
Phil Race
c410a92fed Merge 2015-12-02 11:22:27 -08:00
Lana Steuck
af7402f069 Merge 2015-12-02 09:34:55 -08:00
Phil Race
214c48d9d2 Merge 2015-12-02 09:15:12 -08:00
Xue-Lei Andrew Fan
29582aaee4 8144313: Test SessionTimeOutTests can be timeout
Reviewed-by: mullan
2015-12-02 15:22:50 +00:00
Vinnie Ryan
a63d39ad89 8144093: JEP 244/8051498 - TLS Application-Layer Protocol Negotiation Extension
Reviewed-by: wetmore, xuelei, mullan, coffeys
2015-12-02 03:37:29 +00:00
Jayathirth D V
2b89c8529d 8041501: ImageIO reader is not capable of reading JPEGs without JFIF header
Reviewed-by: prr, psadhukhan
2015-12-02 00:52:49 +05:30
Jayathirth D V
3a2b32b707 6967419: IndexOutOfBoundsException when drawing PNGs
Reviewed-by: prr, psadhukhan
2015-12-02 00:47:36 +05:30
Jayathirth D V
e300345cc8 8074967: [macosx] JPEGImageReader incorrectly identifies YCbCr JPEGs as RGB in standard metadata
Reviewed-by: prr, psadhukhan
2015-12-02 00:34:35 +05:30
Semyon Sadetsky
39b6389c6d 8030702: Deadlock between subclass of AbstractDocument and UndoManager
Reviewed-by: alexsch, azvegint
2015-12-01 19:21:40 +03:00
Jesper Wilhelmsson
a5b3e891de Merge 2015-11-30 18:40:06 +01:00
Iris Clark
70e00d742f Merge 2015-11-29 20:29:45 -08:00
Miroslav Kos
4eb501e6d8 8131334: SAAJ Plugability Layer: using java.util.ServiceLoader
Reviewed-by: lancea
2015-11-27 11:30:46 +01:00
Alexander Kulyakhtin
59b496f94a 8143121: javax/management/remote/mandatory/loading/MethodResultTest.java fails intermittently
Changing the test to retry if the connection fails

Reviewed-by: jbachorik
2015-11-26 15:12:32 +03:00
Sergey Bylokhov
08c1fe55c0 8135100: Behavior of null arguments not specified in javax.sound.sampled.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-11-22 17:27:33 +03:00
Rajeev Chamyal
dda3e3761d 8037575: JFrame on Windows doesn't animate when setting ICONIFIED state
Reviewed-by: azvegint, alexsch
2015-11-20 16:44:33 +04:00
Alexander Scherbatiy
b0439e6dbf 8081411: Add an API for painting an icon with a SynthContext
Reviewed-by: serb, azvegint
2015-11-18 19:13:42 +04:00
Avik Niyogi
1e176777db 8132770: Test javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails in MacOSX
Reviewed-by: rchamyal, alexsch
2015-11-17 19:29:04 +04:00
Avik Niyogi
2e94af3f3d 7124218: Space should select cell in the JTable
Reviewed-by: rchamyal, alexsch
2015-11-17 19:09:37 +04:00
Iris Clark
6568d3457b Merge 2015-11-16 17:10:20 -08:00
Rajeev Chamyal
7d7c956397 6288609: JInternalFrame.setDefaultCloseOperation() interferes with "close" behavior
Reviewed-by: psadhukhan, alexsch
2015-11-16 15:03:17 +04:00
Prasanta Sadhukhan
2603ac8fdb 8081491: The case print incomplete
Reviewed-by: alexsch, rchamyal
2015-11-16 10:56:21 +03:00
Rajeev Chamyal
00b0a8c46b 8079253: Test javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java fails
Reviewed-by: serb, alexsch
2015-11-13 18:46:16 +04:00
Peter Brunet
7b6f3bbed8 8134116: Add more comprehensive fix and regression test for JDK-8133897
Use getTitleAt instead of Page.title field; add regression test

Reviewed-by: alexsch, serb
2015-11-12 12:27:36 -06:00
David Dehaven
4e50c75aa6 Merge 2015-11-03 12:04:12 -08:00
David Dehaven
c0215a77a2 Merge 2015-11-03 09:45:39 -08:00
Rajeev Chamyal
e0f0f10478 8138881: Bug in OSInfo.java
Reviewed-by: serb, alexsch
2015-11-02 17:52:40 +04:00
Iris Clark
321ddf167f Merge 2015-11-01 09:49:05 -08:00
Semyon Sadetsky
b4d43d3a34 8134828: Scrollbar thumb disappears with Nimbus L&F
Reviewed-by: alexsch, alexp
2015-10-29 18:43:21 +03:00
Sergey Bylokhov
2b10aff433 8011541: [TEST_BUG] closed/javax/swing/plaf/metal/MetalUtils/bug6190373.java fails NPE since 7u25b03
Reviewed-by: azvegint, yan
2015-10-28 15:41:42 +03:00
Iris Clark
b7cb99d927 Merge 2015-10-25 19:16:39 -07:00
Phil Race
6ca895574e Merge 2015-10-23 10:50:34 -07:00
Jayathirth D V
bfcf012a01 7182758: BMPMetadata returns invalid PhysicalPixelSpacing
Reviewed-by: serb, vadim
2015-10-20 22:46:29 +03:00
Aleksei Efimov
ef3d646119 8073519: schemagen does not report errors while generating xsd files
Reviewed-by: dfuchs
2015-10-16 19:05:49 +03:00
Jayathirth D V
059474a6ee 8066904: NullPointerException when calling ImageIO.read(InputStream) with corrupt BMP
Reviewed-by: serb, prr
2015-10-13 14:59:44 +03:00
David Dehaven
0dfc929625 Merge 2015-10-06 12:51:55 -07:00
Iris Clark
3e5db5fac5 Merge 2015-10-05 20:55:53 -07:00
David Dehaven
1d92a8874c Merge 2015-10-05 13:45:50 -07:00
Rajeev Chamyal
8ec737728d 8067346: Swing submenu has a changed starting offset
Reviewed-by: serb, alexsch
2015-10-02 17:12:47 +04:00
Artem Smotrakov
4880e22424 8129389: javax/net/ssl/DTLS tests fail intermittently
Reviewed-by: xuelei
2016-05-20 09:40:29 -07:00
Artem Smotrakov
2100b2e6c2 8134267: javax/net/ssl/TLS/TestJSSE.java fails intermittently with BindException: Address already in use
Reviewed-by: chegar
2016-05-19 09:16:59 -07:00
Aleksei Efimov
4417a1f36f 8072579: XjcOptionalPropertyTest.java creates files in test.src
Reviewed-by: joehw
2016-05-19 16:08:39 +03:00
Aleksei Efimov
0516c0ca0c 8157096: [TEST_BUG] test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java is skipped by jtreg
Reviewed-by: shade, joehw
2016-05-19 15:58:44 +03:00
Iris Clark
d0bbb6c588 Merge 2015-09-29 11:46:31 -07:00
David Dehaven
5636c168b4 Merge 2015-09-28 08:14:42 -07:00
Amy Lu
25a239c820 8137232: Mark 3 more core-libs tests as intermittently failing
Reviewed-by: chegar
2015-09-28 16:39:12 +03:00
Sergey Bylokhov
da9e27a018 8135160: Endless Loop in RiffReader
Reviewed-by: prr, amenkov
2015-09-27 00:51:27 +03:00
Amanda Jiang
1e3b7fe1c2 8050427: LoginContext tests to cover JDK-4703361
Reviewed-by: weijun
2015-09-24 10:23:01 +08:00
Valerie Peng
500cb7ea83 8137068: Tests added in JDK-8048604 fail to compile
Fixed the 2 tests with correct jprt tags

Reviewed-by: xuelei
2015-09-24 01:45:44 +00:00
Tristan Yan
6b149df3f8 8048604: Tests for strong crypto ciphers
SQE test co-location effort

Reviewed-by: valeriep
2015-09-23 21:28:14 +00:00
Jaroslav Bachorik
dc711078d4 8139727: Define ConstructorParameters annotation type for MXBeans
Reviewed-by: alanb, mchung, dfuchs, abuckley, plevart, mr
2015-09-23 14:25:02 +02:00
Lance Andersen
07f5079718 8134426: Add serialVersionUID field to relevant javax.transaction classes
Reviewed-by: joehw, alanb
2015-10-01 09:59:16 -04:00
Renjith Alexander
69e41447a6 8132380: Do not create LaF instance in javax/swing/plaf/windows/6921687/bug6921687.java
Reviewed-by: yan, ssadetsky
2015-09-22 12:26:50 +03:00
Iris Clark
01c0b611a3 Merge 2015-09-21 21:40:23 -07:00
Amanda Jiang
39ca61ab1d 8050461: Tests for syntax checking of JAAS configuration file
Reviewed-by: weijun
2015-09-22 09:34:01 +08:00
Phil Race
68a1bc4701 Merge 2015-09-18 11:31:15 -07:00
Phil Race
ec5f966a54 Merge 2015-09-18 09:18:17 -07:00
Semyon Sadetsky
31f16f421e 8133108: [PIT] Container size is wrong in JEditorPane
Reviewed-by: alexsch, azvegint
2015-09-16 10:11:14 +03:00
Iris Clark
2bfa80503f Merge 2015-09-14 10:00:25 -07:00
Rajeev Chamyal
9c7443b15a 8025082: The behaviour of the highlight will be lost after clicking the set button
Reviewed-by: serb, alexsch
2015-09-11 17:12:16 +04:00
Alejandro Murillo
556157743b Merge 2015-09-10 14:55:20 -07:00
Rajeev Chamyal
08da3be647 8032568: Test javax/swing/JInternalFrame/8020708/bug8020708.java fails on Windows virtual hosts
Reviewed-by: serb, alexsch
2015-09-10 17:02:30 +04:00
Shilpi Rastogi
5ecb0a7e9e 8005914: [TEST_BUG] The last column header does not contain "..."
Reviewed-by: alexsch, serb
2015-09-09 10:31:59 +03:00
Phil Race
f39c6aeb63 Merge 2015-09-08 14:40:44 -07:00
Phil Race
d69a0641fd Merge 2015-09-08 11:47:07 -07:00
Iris Clark
9e0d78c661 Merge 2015-09-08 10:25:11 -07:00
Jesper Wilhelmsson
a97c863c3d Merge 2015-09-08 16:10:36 +02:00
Shilpi Rastogi
61cfd94c6c 8135176: Moving test from javax/swing/plaf/basic/BasicHTML/4960629 to test/javax/swing/plaf/basic/BasicHTML/4960629
Reviewed-by: azvegint, alexsch
2015-09-08 16:01:29 +04:00
Sergey Bylokhov
36dd709439 8134947: [macosx] Various memory leaks in Aqua look and feel
Reviewed-by: azvegint, alexsch
2015-09-07 23:57:21 +03:00
Martin Buchholz
1ca92688c1 8135048: XSLT.java test fails after changes for JDK-8134984
Hg revert -r 'c22b7e41adf3^' test/javax/xml/jaxp/parsers/8032909

Reviewed-by: darcy
2015-09-03 18:36:42 -07:00
Martin Buchholz
24742f7b1d 8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner

Reviewed-by: chegar, sherman
2015-09-02 14:11:50 -07:00
Sergey Bylokhov
16bdae5274 8133677: Specification of AudioFileReader should be clarifed
Reviewed-by: prr, amenkov
2015-09-02 16:13:14 +03:00
Alexander Scherbatiy
783e0bf4bf 8134721: NPE in SwingUtilities2.drawChars after JDK-6302464
Reviewed-by: serb, azvegint
2015-09-01 09:40:16 +04:00
Dmitry Samersoff
4f6a5ef9c3 Merge 2015-08-31 21:48:00 +03:00
Phil Race
4abc68cead Merge 2015-08-31 11:29:55 -07:00
Alejandro Murillo
a088fb343d Merge 2015-08-31 11:26:11 -07:00
Sergey Bylokhov
d29ef0223b 4339584: Adding a getUI public method to JComponent
Reviewed-by: azvegint, alexsch
2015-08-29 12:58:14 +03:00
Joe Darcy
dc85decead 8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
Reviewed-by: prr
2015-08-27 18:12:45 -07:00
Alejandro Murillo
b4c388e6ce Merge 2015-08-27 14:40:21 -07:00
David Dehaven
7436faa3d1 Merge 2015-08-26 09:07:21 -07:00
Alexander Scherbatiy
c177fba43e 8051548: JColorChooser should have a way to disable transparency controls
Reviewed-by: prr, serb
2015-08-26 17:21:01 +04:00
Iris Clark
7c55ca4ce4 Merge 2015-08-25 14:45:26 -07:00
David Dehaven
5fe6ba60cb Merge 2015-08-25 14:32:08 -07:00
David Dehaven
eedfee9bfa Merge 2015-08-25 12:19:46 -07:00
Alexander Scherbatiy
d14c028db9 6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform
Reviewed-by: serb, azvegint
2015-08-24 16:06:36 +04:00
Sergey Bylokhov
49091ccf1d 8133926: No frame icon for InternalFrame in Windows LaF
Reviewed-by: azvegint, alexsch
2015-08-21 20:59:07 +03:00
Svetlana Nikandrova
72ddd6cff7 8050460: JAAS login/logout tests with LoginContext
Reviewed-by: xuelei
2015-08-20 11:16:54 -07:00
Nadeesh TV
891a84dd0c 8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75
Reviewed-by: alexsch, serb
2015-08-18 20:42:02 +03:00
Sergey Bylokhov
58cd114398 8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Reviewed-by: alexsch, amenkov
2015-08-18 15:51:23 +03:00
Iris Clark
8db18e0442 Merge 2015-08-17 13:02:48 -07:00
David Dehaven
75e42535c3 Merge 2015-08-17 10:12:16 -07:00
Dmitry Samersoff
8b0d0cea27 Merge 2015-08-17 12:45:16 +03:00
Rajan Halade
ec15b70de5 8048624: Tests for SealedObject
Reviewed-by: valeriep
2015-08-13 06:42:05 +03:00
David Dehaven
0cf20fdd7b Merge 2015-08-11 12:32:10 -07:00
Iris Clark
7546fcdcc8 Merge 2015-08-10 19:59:08 -07:00
Stuart Marks
0e680c10d5 8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types
Reviewed-by: prr, serb
2015-08-13 13:30:15 -07:00
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
David Dehaven
d3d5d40154 Merge 2015-08-12 09:36:43 -07:00
Alexander Zvegintsev
23438be9c4 8014212: Robot captures black screen
Reviewed-by: alexsch, serb
2015-08-11 16:32:13 +03: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
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
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
David Dehaven
1942bcfa90 Merge 2015-08-04 11:31:19 -07:00
Semyon Sadetsky
b215a2b390 8132136: [PIT] RTL orientation in JEditorPane is broken
Reviewed-by: alexsch, serb
2015-08-04 13:14:28 +03:00
David Dehaven
726f626bd7 Merge 2015-08-03 16:33:06 -07:00
Iris Clark
959eee3901 Merge 2015-08-03 09:26:18 -07:00
Alejandro Murillo
972e5ce0a3 Merge 2015-07-31 10:15:03 -07:00
Sergey Bylokhov
7e31b6a900 6206439: JInternalFrame.setLayer(Integer layer) should throw NullPointerException when layer=null
Reviewed-by: ant, alexsch
2015-07-30 19:10:23 +03:00
Alexander Scherbatiy
dfc226cfb6 8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
Reviewed-by: serb
2015-07-30 12:40:45 +04:00
Dmitry Cherepanov
85c4b3c082 Merge 2015-07-29 11:33:02 +04:00
Dmitry Cherepanov
9fb2a2c094 Merge 2015-07-29 09:47:54 +04:00
Sergey Bylokhov
5e745d9ef1 8013586: audioInputStream.close() does not release the resource
8130305: AudioSystem behavior depends on order that providers are located

Reviewed-by: prr, amenkov
2015-07-28 22:31:54 +03:00
Jaroslav Bachorik
aa572f2749 Merge 2015-07-24 20:45:30 +02:00
Alejandro Murillo
6f041557c8 Merge 2015-07-24 00:54:07 -07:00
Iris Clark
636d3c2d95 Merge 2015-07-23 13:19:54 -07:00
Alejandro Murillo
7662ef83e5 Merge 2015-07-29 11:05:02 -07:00
Rajan Halade
ef917cec15 8130031: Remove the intermittent keyword for this test
Reviewed-by: xuelei
2015-07-22 11:08:35 +03:00
Katja Kantserova
b66a26f3b1 8132094: Mark intermittently failuring core-svc tests
Reviewed-by: jbachorik, sspitsyn
2015-07-22 09:51:40 +02:00
Iris Clark
1e2a3f72d1 8132003: Update javax/management regression test for Verona (versioning)
Reviewed-by: dfuchs, jbachorik, sjiang
2015-07-21 10:28:32 -07:00
Jaroslav Bachorik
d5644aff56 8132059: com/sun/jdi/BreakpointTest.java fails with java.lang.IllegalArgumentException: Bad line number
Reviewed-by: dcubed
2015-07-21 18:38:09 +02:00
Katja Kantserova
29a5a845e9 8075658: Mark intermittently failuring core-svc tests
Reviewed-by: jbachorik, olagneau, darcy
2015-07-20 13:14:47 +02:00
Katja Kantserova
fb1eda4698 8037957: [TEST_BUG] javax/management/mxbean/LeakTest.java misses MerlinMXBean & TigerMXBean in @run build tag
Reviewed-by: jbachorik
2015-07-20 13:12:00 +02:00
Dmitry Cherepanov
5cea10f338 Merge 2015-07-20 10:21:01 +04:00
Artem Smotrakov
558789b9d8 8074784: Additional tests for XML DSig API
Reviewed-by: mullan
2015-07-16 21:48:20 +03:00
Konstantin Shefov
6bd7772a30 8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu
Reviewed-by: vinnie
2015-07-16 21:39:49 +03:00
Artem Smotrakov
26b5d4f29a 8049814: Additional SASL client-server tests
Reviewed-by: weijun
2015-07-16 09:20:39 +08:00
David Dehaven
572a316307 Merge 2015-07-15 10:00:15 -07:00
Alexey Ivanov
a5956d494c 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
Reviewed-by: serb, alexsch
2015-07-15 15:48:32 +03:00
David Dehaven
bf10dfe7fe Merge 2015-07-14 15:26:34 -07:00
David Dehaven
267d60654e Merge 2015-07-14 15:18:26 -07:00
Semyon Sadetsky
58be04ef9d 8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
Reviewed-by: alexsch, azvegint
2015-07-14 13:57:16 +03:00
Alejandro Murillo
5bb28e9381 Merge 2016-01-18 20:22:13 -08:00
Miroslav Kos
6c65f77517 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
Reviewed-by: chegar
2016-01-18 15:21:34 +01:00
Xue-Lei Andrew Fan
92b9b68225 8146669: Test SessionTimeOutTests fails intermittently
Reviewed-by: mullan
2016-01-16 00:18:33 +00:00
Ivan Gerasimov
9d40f3ec9b 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
Reviewed-by: mullan, valeriep
2016-01-15 11:49:36 +03:00
Alejandro Murillo
92c707e680 Merge 2016-01-14 20:57:33 -08:00
Amanda Jiang
751dd7f031 8145849: ALPN: getHandshakeApplicationProtocol() always return null
Reviewed-by: wetmore, vinnie
2016-01-13 17:36:01 -08:00
Alejandro Murillo
70a4694f73 Merge 2016-01-12 11:31:48 -08:00
Joseph Provino
32ec535805 Merge 2016-01-07 20:06:51 +00:00
Harsha Wardhana B
d47aca611a 7065236: To interpret case-insensitive string locale independently
Reviewed-by: jbachorik
2016-01-04 13:45:39 +01:00
Alexey Ivanov
ddb2c7d163 8130772: Util.hitMnemonics does not work: getSystemMnemonicKeyCodes() returns ALT_MASK rather than VK_ALT
Reviewed-by: serb, alexsch
2015-07-09 15:26:37 +03:00
Yuri Nesterenko
c02e703138 8130430: [TEST_BUG] remove unnecessary internal calls from javax/swing/JRadioButton/8075609/bug8075609.java
Reviewed-by: alexsch
2015-07-09 12:34:12 +03:00
David Dehaven
79324abda0 Merge 2015-07-07 12:26:59 -07:00
Semyon Sadetsky
4b60e58507 8129940: JRadioButton does not honor non-standard FocusTraversalKeys
Reviewed-by: alexsch, azvegint
2015-07-07 09:56:53 +03:00
Semyon Sadetsky
dfbb82e3f9 8081484: [TEST_BUG]Test javax/swing/plaf/basic/6866751/bug6866751.java fails
Reviewed-by: alexsch, azvegint
2015-07-07 09:51:30 +03:00
Yuri Nesterenko
a26c73956c 8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update
Reviewed-by: serb, alexsch
2015-07-03 17:37:40 +03:00
Phil Race
322bf5d364 Merge 2015-06-30 10:37:48 -07:00
Phil Race
d3ecdcca36 Merge 2015-06-30 08:51:16 -07:00
Semyon Sadetsky
11e135e30e 8129830: JTree drag/drop on lower half of last child of container incorrect
Reviewed-by: alexsch, azvegint
2015-06-30 18:26:38 +03:00
Xue-Lei Andrew Fan
a1b2aad080 8130460: Increase the stability of DTLS test CipherSuite.java
Reviewed-by: wetmore
2015-07-08 23:52:15 +00:00
Weijun Wang
6632bf6c50 8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
Reviewed-by: xuelei
2015-06-29 15:04:43 +08:00
Aleksei Efimov
a643b89ee2 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
Reviewed-by: igerasim
2015-06-28 23:05:46 +03:00
Artem Smotrakov
c537edfa2d 8129575: Equal DelegationPermission instances may return different hash codes
Reviewed-by: mullan, weijun
2015-06-25 20:20:41 +08:00
Konstantin Shefov
fe481eaf1f 8129595: New DTLS tests need @modules
Reviewed-by: alanb
2015-06-24 18:50:19 +03:00
Yuri Nesterenko
bdc20e1849 8076468: Add @modules to tests in jdk_desktop test group
Reviewed-by: yan, alexsch
2015-06-23 11:59:27 +03:00
Phil Race
f6492e9394 Merge 2015-06-22 13:28:57 -07:00
Amanda Jiang
aee58f70c2 8050409: Test for JAAS getPrivateCredentials
Reviewed-by: weijun
2015-06-19 14:06:24 +08:00
Alejandro Murillo
f55c892a65 Merge 2015-06-30 11:20:43 -07:00
Alejandro Murillo
3ada1489fb Merge 2015-06-26 19:11:19 -07:00
Jesper Wilhelmsson
4fadd61148 Merge 2015-06-24 13:10:49 +02:00
Alexander Kulyakhtin
dc2bada880 8062045: Update svc regression tests to extend the default security policy instead of override
Changed main/othervm/policy to main/othervm/java.security.policy in the tests from the jdk_svc tests group

Reviewed-by: jbachorik
2015-06-16 16:36:27 +03:00
Jesper Wilhelmsson
a15fb7f8d5 Merge 2015-06-15 13:48:28 +02:00
Konstantin Shefov
0561e64cb1 8085979: Make some DTLS feature functional tests work also for TLS protocol
Reviewed-by: xuelei
2015-06-10 12:44:57 +03:00
Sean Mullan
e37ef5fefc 8056179: Store permissions in concurrent collections in PermissionCollection subclasses
8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class

Reviewed-by: weijun
2015-06-09 09:18:07 -04:00
Katja Kantserova
a977dfe41f 8085973: The targeted processes in javax/management tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
Reviewed-by: sspitsyn
2015-06-08 15:27:37 +02:00
Konstantin Shefov
07f5fc8dee 8072515: Test Task: Develop new tests for JEP 219: Datagram Transport Layer Security (DTLS)
Reviewed-by: xuelei, asmotrak, rhalade
2015-06-05 12:22:36 +03:00
Yuri Nesterenko
cadfa093b6 8081306: [TEST_BUG] remove imports of the internal API from some regression tests
Reviewed-by: serb
2015-06-18 11:05:33 +03:00
Phil Race
fd974c3567 Merge 2015-06-16 13:00:37 -07:00
Phil Race
ded46b191f Merge 2015-06-16 10:52:39 -07:00
Peter Brunet
24f072762d 8055160: Support loading of Assistive Technology from service provider
Load assistive technolgy via service provider

Reviewed-by: mchung, prr, alanb, ihse, serb
2015-06-15 12:36:35 -05:00
Semyon Sadetsky
2fe980e041 8078269: JTabbedPane UI Property TabbedPane.tabAreaBackground no longer works
Reviewed-by: serb, alexsch
2015-06-09 18:57:54 +03:00
Phil Race
259cdd9d8f Merge 2015-06-08 11:31:09 -07:00
Shobhit Gupta
6277fe3fae 8079450: [TESTBUG] javax/swing/plaf/nimbus/8041642/bug8041642.java fails
Reviewed-by: alexsch
2015-06-08 18:30:41 +03:00
David Dehaven
6f766feacd Merge 2015-06-03 18:26:06 -07:00
David Dehaven
22fa775a7e Merge 2015-06-03 18:11:45 -07:00
Xue-Lei Andrew Fan
0f1698f906 8043758: Datagram Transport Layer Security (DTLS)
Reviewed-by: jnimeh, weijun, mullan, wetmore
2015-06-02 04:01:04 +00:00
Alexander Scherbatiy
435c40f71b 8081019: Check peer to null in CPlatformWindow.checkZoom()
Reviewed-by: serb, azvegint
2015-06-01 17:46:28 +04:00
Prasanta Sadhukhan
58c413e2d4 8080086: Test javax/imageio/plugins/png/ItxtUtf8Test.java fails on Linux with G1 GC
Reviewed-by: prr, serb
2015-06-01 13:40:43 +03:00
Aleksei Efimov
d78a5bc2c1 8081392: getNodeValue should return 'null' value for Element nodes
Reviewed-by: joehw
2015-05-29 12:28:46 +03:00
Mandy Chung
53a97cbeb3 8081347: Add @modules to jdk_core tests
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: alanb, joehw, lancea
2015-05-28 10:54:48 -07:00
David Dehaven
41bdaeb5a2 Merge 2015-05-26 15:18:09 -07:00
Alejandro Murillo
fa672c31d0 Merge 2015-05-26 09:22:39 -07:00
Artem Smotrakov
91b74f4fdc 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently
Reviewed-by: xuelei
2015-05-26 18:42:08 +03:00