Commit Graph

1536 Commits

Author SHA1 Message Date
Phil Race
a03cf6fef1 Merge 2016-04-05 09:17:15 -07:00
Sergey Bylokhov
0cd8d72e1d 8144166: [macosx] Test java/awt/Component/CompEventOnHiddenComponent/CompEventOnHiddenComponent.java fails
Reviewed-by: alexsch
2016-04-05 18:11:12 +03:00
Phil Race
90f3c81ae0 Merge 2016-04-05 07:51:12 -07:00
Sergey Bylokhov
fe992bb6cd 8152501: closed/javax/sound/sampled/FileWriter/WaveBigEndian.java failing
Reviewed-by: amenkov
2016-04-05 17:30:23 +03:00
Avik Niyogi
e4020fda7d 8137169: [macosx] Incorrect minimal heigh of JTabbedPane with more tabs
Reviewed-by: rchamyal, alexsch
2016-04-05 15:37:13 +05:30
Semyon Sadetsky
f0d7d7a5a8 8149631: rgb(...) CSS color values are not parsed properly
Reviewed-by: alexsch
2016-04-05 10:47:08 +03:00
Semyon Sadetsky
c4be81827a 8146301: Enter key does not work in a deserialized JFileChooser
Reviewed-by: alexsch, prr
2016-04-05 10:39:46 +03:00
Prem Balakrishnan
dc61e8176d 6897701: In Nimbus Disabled Menus and Menu Items don't look disabled
Reviewed-by: ssadetsky, alexsch
2016-04-04 11:26:14 +05:30
Aleksei Efimov
af2cc2413f 8153262: javax/xml/bind/marshal/8134111/UnmarshalTest.java fails
Reviewed-by: coffeys, amlu
2016-04-01 16:46:32 +03:00
Alexander Stepanov
fbd868d77c 8149028: [TEST] add test for TIFFDirectory
Reviewed-by: ssadetsky, yan
2016-04-01 13:52:04 +03:00
Aleksei Efimov
ea3318a1cb 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
Reviewed-by: lancea
2016-04-01 12:34:02 +03:00
Alexander Scherbatiy
79d5a1589a 8152159: LabelUI is not updated for TitledBorder
Reviewed-by: ssadetsky
2016-03-29 09:38:19 -07:00
Rajeev Chamyal
dc8fa87bb6 8150225: api/javax_swing/text/AbstractWriter/index_indent failed
Reviewed-by: serb, aniyogi
2016-03-29 14:43:05 +05:30
Phil Race
03bb7d11b7 Merge 2016-03-28 08:56:34 -07:00
Phil Race
6128f6ae11 Merge 2016-03-28 08:38:59 -07:00
Sergey Bylokhov
09e6249e38 8132782: RIFFReader does not support WAVE-Files greater than 2 GiB
Reviewed-by: amenkov
2016-03-28 17:59:54 +03:00
Aleksei Efimov
a7739ef564 8073872: Schemagen fails with StackOverflowError if element references containing class
Reviewed-by: lancea
2016-03-28 17:12:48 +03:00
Artem Smotrakov
2ffd1ace91 8152798: Mark WeakCipherSuite.java as intermittently failing
Reviewed-by: xuelei
2016-03-25 16:50:20 -07:00
Alexander Stepanov
92f7b367fa 8149558: [TEST] add regression test for JDK-8150154
Reviewed-by: serb, yan
2016-03-25 15:49:24 +03:00
Yuri Nesterenko
c0deba4235 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java
8151033: [TEST_BUG] typo in java/awt/MouseInfo/PointerInfoCrashTest.java: no sun.awt.peer
8151037: [TEST_BUG] javax/swing/Action/8133039/bug8133039.java requires @modules
8152301: [TESTBUG] Compilation errors in client lib test files

Reviewed-by: serb, alexsch
2016-03-25 12:31:16 +03:00
Semyon Sadetsky
eac3ddb88c 8139215: RTFEditorKit does not save alignment
Reviewed-by: alexsch
2016-03-24 20:19:26 +03:00
Semyon Sadetsky
6f4ce32ddb 8133864: Wrong display, when the document I18n properties is true
Reviewed-by: alexsch
2016-03-24 20:03:38 +03:00
Prem Balakrishnan
d7e70db394 6439354: Win L&F: TitledBorder colors are not from desktop
Reviewed-by: ssadetsky, rchamyal, serb
2016-03-24 16:56:13 +05:30
Avik Niyogi
d8f82c9477 8151282: [TEST_BUG] javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails with GTK LnF
Reviewed-by: serb, alexsch
2016-03-23 17:25:27 +05:30
Phil Race
03338de544 Merge 2016-03-22 13:10:07 -07:00
Chris Hegarty
a59bc4455b Merge 2016-03-22 16:02:25 +00:00
Chris Hegarty
ff2e79c118 Merge 2016-03-22 10:42:32 +00:00
Avik Niyogi
0e3d547866 8148555: [macosx] An uncaught exception was raised entering Emoji into JTextArea
Reviewed-by: serb, alexsch, rchamyal
2016-03-22 16:07:36 +05:30
Aleksei Efimov
f9bf9d5461 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
Reviewed-by: lancea
2016-03-21 21:58:50 +03:00
Phil Race
01d44b4e0d Merge 2016-03-21 09:36:54 -07:00
Xue-Lei Andrew Fan
cb8aa405a6 8152221: Use try-with-resource in test templates
Reviewed-by: weijun
2016-03-20 00:03:43 +00:00
Alan Bateman
db4d383614 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
2016-03-17 19:04:16 +00:00
Sergey Bylokhov
4333fe028f 8151857: [TEST_BUG] bug6544309.java fails intermittently
Reviewed-by: yan, avstepan
2016-03-16 15:36:06 +03:00
Alexander Scherbatiy
23d01d22cd 8149849: [hidpi] DnD issues (cannot DnD from JFileChooser to JEditorPane or other text component) when scale > 1
Reviewed-by: prr, serb
2016-03-15 22:40:38 -07:00
Alexander Scherbatiy
1d135a8780 8069348: SunGraphics2D.copyArea() does not properly work for scaled graphics in D3D
Reviewed-by: flar, serb
2016-03-11 21:57:43 +04:00
Prem Balakrishnan
4ea752f18e 7012008: JDesktopPane - Wrong background color with Win7+WindowsLnf
Reviewed-by: ssadetsky, aivanov
2016-03-11 11:02:54 +05:30
Rajeev Chamyal
34d87710df 8145896: JInternalFrame setMaximum before adding to desktop throws null pointer exception
Reviewed-by: serb, alexsch
2016-03-11 10:57:47 +05:30
David Dehaven
ddd9185c51 Merge 2016-03-07 16:38:23 -08:00
Xue-Lei Andrew Fan
741bd9b060 8144566: Custom HostnameVerifier disables SNI extension
Reviewed-by: mullan, wetmore
2016-04-22 09:27:35 +00:00
Sergey Bylokhov
2d1daacbc9 8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
Reviewed-by: alexp, aivanov
2016-03-02 18:28:42 +03:00
David Dehaven
2830a624b5 Merge 2016-02-29 09:00:35 -08:00
Prem Balakrishnan
98fc723fbf 7126823: JInternalFrame.getNormalBounds() returns bad value after iconify/deiconify
Reviewed-by: ssadetsky, rchamyal
2016-02-29 14:19:40 +05:30
Jamil Nimeh
572b48bca5 8145854: SSLContextImpl.statusResponseManager should be generated if required
Implement server-side lazy initialization of StatusResponseManagers in the SSLContextImpl class.

Reviewed-by: xuelei
2016-02-25 16:10:15 -08:00
Harsha Wardhana B
34ae7a246e 8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader
Reviewed-by: jbachorik
2016-03-01 09:48:49 +01:00
Ajit Ghaisas
42867443a4 8020039: SynthTableHeaderUI refers to possibly null parameter in cell renderer
Reviewed-by: rchamyal, serb
2016-02-25 10:22:22 +05:30
David Dehaven
f328f006fc Merge 2016-02-24 08:58:31 -08:00
Semyon Sadetsky
7234547f04 8081722: Provide public access to sun.awt.shell.ShellFolder methods which are required for implementing javax.swing.JFileChooser
Reviewed-by: prr, serb, alexsch
2016-02-24 14:36:53 +03:00
Xue-Lei Andrew Fan
7c15525950 8149417: Use final restricted flag
Reviewed-by: mullan, weijun, coffeys
2016-02-24 02:50:14 +00:00
David Dehaven
c067e0428b Merge 2016-02-23 09:11:19 -08:00
Sergey Bylokhov
717ad7019c 8038139: AudioInputStream.getFrameLength() returns wrong value for floating-point WAV
Reviewed-by: prr, amenkov
2016-02-18 22:11:29 +03:00
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