Commit Graph

1056 Commits

Author SHA1 Message Date
Lance Andersen
db7c757726 8066188: BaseRowSet default value for escape processing is not correct
Reviewed-by: alanb
2014-11-29 11:14:20 -05:00
Alexander Scherbatiy
6c2369366c 8065098: JColorChooser no longer supports drag and drop between two JVM instances
Reviewed-by: serb, pchelko
2014-11-27 14:27:46 +03:00
Daniel Fuchs
6026dc63ea 8065748: Add a test to verify that non ascii characters in Encodings.properties do not cause issues
Reviewed-by: joehw
2014-11-26 20:10:48 +01:00
Phil Race
9f11366ec6 Merge 2014-11-25 12:14:42 -08:00
Phil Race
9d88d91ecc Merge 2014-11-25 10:41:40 -08:00
Sean Mullan
ca85e583e9 8046949: Generify the javax.xml.crypto API
Reviewed-by: xuelei
2014-11-21 15:23:36 -05:00
Yuri Nesterenko
005c56c6e3 8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing
8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases
8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease

Reviewed-by: alexsch, pchelko
2014-11-21 16:11:03 +03:00
Petr Pchelko
4fda3e56f4 8058193: [macosx] Potential incomplete fix for JDK-8031485
Reviewed-by: alexsch, serb
2014-11-19 16:42:19 +04:00
Phil Race
9a4645749f Merge 2014-11-17 12:32:27 -08:00
Anton Nashatyrev
5b4a9bc976 8059739: Dragged and Dropped data is corrupted for two data types
Reviewed-by: serb, pchelko
2014-11-14 17:53:46 +03:00
David Dehaven
1ce0119e15 Merge 2014-11-12 09:36:25 -08:00
David Dehaven
ba945b418e Merge 2014-11-12 09:20:12 -08:00
Yuri Nesterenko
41d2bc7e75 8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
Reviewed-by: pchelko, serb
2014-11-10 16:37:40 +03:00
Lance Andersen
900872016c 8064356: Add BaseRowSet, SQLInputImpl, and SQLOutputImpl tests
Reviewed-by: joehw, rriggs
2014-11-09 17:59:06 -05:00
Joe Wang
6c7132bcc9 8059327: XML parser returns corrupt attribute value
Reviewed-by: lancea
2014-11-07 13:23:36 -08:00
Sergey Bylokhov
2476a824bd 7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed
Reviewed-by: azvegint, alexsch
2014-11-05 18:33:28 +03:00
Pavel Rappo
85ea78c191 8062759: Update test/javax/naming/spi/providers/InitialContextTest.java to use classpath
Reviewed-by: mchung
2014-11-05 11:11:27 +00:00
Alexander Scherbatiy
5b517ee996 8062561: Test bug8055304 fails if file system default directory has read access
Reviewed-by: serb
2014-11-05 12:46:39 +04:00
Joe Wang
47f9eb6c50 6770436: Entity callback order differs between Java1.5 and Java1.6
Reviewed-by: lancea
2014-11-04 09:14:01 -08:00
Phil Race
6a06509d40 Merge 2014-11-03 10:11:10 -08:00
Xue-Lei Andrew Fan
83143ef7f8 8061210: Issues in TLS
Reviewed-by: jnimeh, mullan, wetmore, ahgross, asmotrak
2014-11-03 08:30:18 +00:00
Lance Andersen
ff54f6ff54 8062558: Add javax/sql/rowset/spi tests
Reviewed-by: joehw
2014-10-31 13:21:51 -04:00
Shanliang Jiang
bf6938cb8c 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
Reviewed-by: dfuchs
2014-12-12 14:31:26 +01:00
Stuart Marks
b633764a63 8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails
Reviewed-by: lancea
2014-12-08 14:32:31 -08:00
Zaiyao Liu
34372ab223 8049432: New tests for TLS property jdk.tls.client.protocols
Reviewed-by: xuelei
2014-12-08 07:15:49 +00:00
Martin Buchholz
ccb65f43ee 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
Improve support for supplementary characters

Reviewed-by: joehw
2014-10-30 07:30:33 -07:00
Alexander Scherbatiy
565125c84c 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
Reviewed-by: serb
2014-10-31 00:40:14 +04:00
Phil Race
d52bcdadf7 Merge 2014-10-28 13:31:06 -07:00
Phil Race
eca9e72c00 Merge 2014-10-28 11:38:00 -07:00
Lance Andersen
178193aa93 8062288: Minor re-org of java/sql testing tests
Reviewed-by: joehw, rriggs
2014-10-28 19:55:20 -04:00
Lance Andersen
1457a8cc93 8062198: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
Reviewed-by: joehw
2014-10-27 16:57:59 -04:00
Sergey Bylokhov
71ae76123c 7154054: [macosx] Can't distinguish the focus move to next cell
Reviewed-by: azvegint, alexsch
2014-10-24 11:41:08 +04:00
Phil Race
171ef0e7a3 Merge 2014-10-20 12:04:12 -07:00
Florian Weimer
569ddab868 8061464: A typo in CipherTestUtils test
Reviewed-by: xuelei
2014-10-20 13:31:44 +00:00
Pavel Rappo
4bf024dde1 8044627: Update JNDI to work with modules
Reviewed-by: alanb, chegar
2014-10-16 12:34:07 +01:00
David Dehaven
bfcb15c211 Merge 2014-10-14 14:29:21 -07:00
David Dehaven
883d16c219 Merge 2014-10-14 10:47:45 -07:00
Abhijit Saha
357f837d89 Merge 2014-10-10 09:09:06 -07:00
Joe Wang
495821f1b2 8036951: Xerces Update: XMLSchemaValidator.java and XMLSchemaLoader.java
Reviewed-by: lancea
2014-10-13 14:11:20 -07:00
Alan Bateman
7467e9bd34 8060166: javax/management/MBeanInfo/NotificationInfoTest.java fails with modular image
Reviewed-by: dfuchs
2014-10-13 17:35:19 +01:00
Dmitry Markov
3497cea76c 8058120: Rendering / caret errors with HTMLDocument
Reviewed-by: alexp, alexsch
2014-10-10 11:36:26 +04:00
Alexey Ivanov
22976b941e 7170310: ScrollBar doesn't become active when tabs are created more than frame size
Reviewed-by: alexp, alexsch
2014-10-10 11:26:51 +04:00
Vivi An
9a11bfa822 8033699: Incorrect radio button behavior
Reviewed-by: azvegint, alexsch
2014-10-09 14:51:12 -07:00
Alexander Potochkin
08fb482e41 8054543: Setting a border on a JLayer causes an Exceptions
Reviewed-by: serb, alexsch
2014-10-09 20:51:39 +04:00
Alexander Scherbatiy
067e0eee97 8058305: BadLocationException is not thrown by javax.swing.text.View.getNextVisualPositionFrom() for invalid positions
Reviewed-by: serb, azvegint
2014-10-07 18:03:58 +04:00
Lance Andersen
35f55998f2 8059870: RowsetFactoryTests & RowSetProviderTests failing
Reviewed-by: dfuchs
2014-10-08 11:51:36 -04:00
Lance Andersen
0898c94aac 8059882: Disable RowSetFactory and RowSetProviderTests which are failing due to agentvm mode
Reviewed-by: darcy
2014-10-07 14:03:43 -04:00
Lance Andersen
9547e0ff45 8059570: Addition of tests for RowSetFactory and RowSetProvider
Reviewed-by: dfuchs
2014-10-06 12:56:54 -04:00
Phil Race
ac20afc6be 8059219: javax.print.PrintServiceLookup allows to register null service
Reviewed-by: bae, jgodinez
2014-10-05 10:23:13 -07:00
Sergey Bylokhov
7a259eeb29 8058115: Some of MidiDeviceProviders do not follow the specification
Reviewed-by: prr, azvegint
2014-09-30 17:39:04 +04:00
Phil Race
fee4fbec38 Merge 2014-09-25 14:18:32 -07:00
Miroslav Kos
0a17643e73 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
Reviewed-by: coffeys
2014-09-25 13:03:27 +02:00
Phil Race
686ab34a2e Merge 2014-09-19 11:19:38 -07:00
Yuri Nesterenko
13c109280f 8058726: Update regtests using sun.awt.OSInfo, part 1
Reviewed-by: alexsch
2014-09-18 17:34:44 +04:00
Shanliang Jiang
83a26602a9 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
Reviewed-by: dfuchs, dholmes
2014-09-18 16:16:07 +02:00
Shanliang Jiang
797b24f7a0 8042205: javax/management/monitor/*: some tests didn't get all the notifications
Reviewed-by: dfuchs
2014-09-16 09:01:57 +02:00
Phil Race
563ee3119b Merge 2014-09-15 09:15:21 -07:00
Yuri Nesterenko
f00468aa40 8056991: Provide OSInfo functionality to regression tests
Reviewed-by: alexsch
2014-09-15 17:27:15 +04:00
Andrew Brygin
bce59468e0 8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
Reviewed-by: serb, prr
2014-09-12 13:04:18 +01:00
Dmitry Markov
ece4386179 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
Reviewed-by: alexp, alexsch
2014-09-12 10:40:07 +04:00
Phil Race
3454cc7623 Merge 2014-09-08 10:24:45 -07:00
Lance Andersen
fc36466f8f 8059411: RowSetWarning does not chain warnings
Reviewed-by: darcy, smarks, mchung
2014-10-21 13:41:22 -04:00
Phil Race
fd17be8db7 Merge 2014-09-02 12:38:17 -07:00
Raghu Nair
e0e332bdac 8049429: Tests for java client server communications with various TLS/SSL combinations
Reviewed-by: xuelei
2014-09-02 05:48:55 +00:00
Lance Andersen
1300729887 8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory
Reviewed-by: rriggs
2014-09-04 12:23:01 -04:00
Phil Race
1b9cab9346 Merge 2014-09-12 10:33:32 -07:00
Joe Wang
c0411e6736 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
Reviewed-by: lancea
2014-08-29 11:59:34 -07:00
Michael McMahon
77d0374290 8055299: HttpsURLConnection.equals() broken
Reviewed-by: chegar, xuelei
2014-08-28 10:17:55 +01:00
David Dehaven
a011738cac Merge 2015-01-20 11:23:03 -08:00
Shanliang Jiang
cf89eaf43d 8068774: CounterMonitorDeadlockTest.java timed out
Reviewed-by: jbachorik, dfuchs
2015-01-13 14:35:39 +01:00
Dmitriy Ermashov
288d75cbc3 8055360: Move the rest part of AWT ShapedAndTranslucent tests to OpenJDK
Reviewed-by: alexsch
2014-08-26 15:04:49 +04:00
Jaroslav Bachorik
3c1daad18d 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
Reviewed-by: dfuchs, sjiang
2014-08-21 15:22:07 +02:00
Jaroslav Bachorik
2967241e3e 8058089: api/javax_management/loading/MLetArgsSupport.html\#MLetArgsSupportTest0001 fails because of java.lang.IllegalArgumentException (argument type mismatch)
Reviewed-by: dfuchs
2014-09-11 12:54:02 +02:00
Alexander Scherbatiy
bd7970ecb9 8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
Reviewed-by: serb, pchelko
2014-08-08 16:19:36 +04:00
Alexander Scherbatiy
2d07a3650d 8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
Reviewed-by: serb, pchelko
2014-08-08 16:13:15 +04:00
Alexander Potochkin
f7855341e8 8041982: Use of animated icon in JLayer causes CPU spin
Reviewed-by: alexsch
2014-08-06 21:46:17 +04:00
Phil Race
87529a143b Merge 2014-08-05 12:14:11 -07:00
Xue-Lei Andrew Fan
ef6f1e0e2e 8052406: SSLv2Hello protocol may be filter out unexpectedly
Reviewed-by: weijun
2014-08-01 12:05:05 +00:00
Aleksei Efimov
5be9b5e8ec 8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
2014-07-31 11:31:57 +04:00
Dmitriy Ermashov
602ce6a6d1 8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3)
Reviewed-by: alexsch
2014-07-30 14:29:36 +04:00
David Dehaven
39082eb3c0 Merge 2014-07-29 09:09:55 -07:00
Pavel Rappo
5a7fabe3e0 8051422: Remove JNDI dependency on java.applet.Applet
Reviewed-by: alanb, chegar
2014-07-28 16:24:38 +01:00
Jaroslav Bachorik
924b9f9fde 8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
Reviewed-by: dfuchs, egahlin, olagneau
2014-07-25 15:07:49 +02:00
Aleksei Efimov
d20e70b9cc 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
Reviewed-by: joehw
2014-07-22 22:06:52 +04:00
Phil Race
afd9788ce7 Merge 2014-07-21 09:04:24 -07:00
Weijun Wang
bfa19ebfbc 8043071: Expose session key and KRB_CRED through extended GSS-API
Reviewed-by: mullan
2014-07-19 10:20:42 +08:00
Phil Race
faa69ed489 Merge 2014-07-16 15:12:24 -07:00
Phil Race
250c5c42e6 Merge 2014-07-16 12:48:42 -07:00
Joe Wang
36d328ec5f 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
Reviewed-by: lancea
2014-07-16 18:22:09 -07:00
Phil Race
d7f59acb44 8048328: CUPS Printing does not report supported printer resolutions
Reviewed-by: bae, jgodinez
2014-07-11 11:12:59 -07:00
Alexey Ivanov
7144d3a4fd 8046559: NPE when changing Windows theme
Reviewed-by: pchelko, anthony
2014-07-08 12:20:06 +04:00
Anton Nashatyrev
2dbe14ef7e 8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar
Reviewed-by: alexp, alexsch
2014-07-03 18:47:42 +04:00
Phil Race
bf3d4b5bc7 Merge 2014-07-01 12:02:30 -07:00
Phil Race
82cd8b6ece Merge 2014-07-01 10:20:56 -07:00
Jamil Nimeh
2edd214440 8015081: javax.security.auth.Subject.toString() throws NPE
Reviewed-by: xuelei, weijun
2014-07-01 09:46:20 -07:00
Dmitry Markov
b45831b5b5 8048506: [macosx] javax.swing.PopupFactory issue with null owner
Reviewed-by: pchelko, alexsch
2014-06-30 16:23:18 +04:00
David Dehaven
fee9c1b0cc Merge 2014-06-23 13:05:27 -07:00
Mikhail Cherkasov
cb14edb87e 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
Reviewed-by: prr, bae
2014-07-10 18:46:40 +04:00
Joe Wang
61ad72b44a 5077522: Duration.compare incorrect for some values
Reviewed-by: lancea, dfuchs
2014-06-23 10:40:20 -07:00
Dmitriy Ermashov
cbef61567d 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository
Reviewed-by: pchelko, alexsch
2014-06-20 16:48:30 +04:00
Jaroslav Bachorik
8bca223cbd 8047073: Some javax/management/ fails with JFR
Reviewed-by: egahlin, dfuchs
2014-06-24 19:58:03 +02:00
Shanliang Jiang
0a5b921c13 8038321: RMIConnector_NPETest.java can't start rmid if running on fastdebug or Solaris-sparc
Reviewed-by: sla, jbachorik
2014-06-24 11:09:57 +02:00
Sergey Bylokhov
c450cf57a3 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
Reviewed-by: alexsch, anthony
2014-06-12 00:43:14 +04:00
Sergey Bylokhov
652e8b5ffb 8029455: [JLightweightFrame] support scaled painting
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Sergey Malenkov
e0716258fc 8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
Reviewed-by: alexsch, serb
2014-05-30 15:24:42 +04:00
Yuri Nesterenko
a666497db8 8044172: [TEST_BUG] Move regtests for 4523758 and AltPlusNumberKeyCombinationsTest to jdk
Reviewed-by: pchelko
2014-05-30 14:23:25 +04:00
Xue-Lei Andrew Fan
9c20c6fd5f 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
Reviewed-by: wetmore, ahgross, asmotrak
2014-05-29 04:24:10 +00:00
Sergey Malenkov
13c62bc476 8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
Reviewed-by: alexsch, serb
2014-05-26 18:01:59 +04:00
Phil Race
52b0d5e413 Merge 2014-05-23 11:13:54 -07:00
Phil Race
6a13c2cf98 Merge 2014-05-23 09:05:24 -07:00
Petr Pchelko
e6130c49cd 8031485: [macosx] Combo box consuming escape key events
Reviewed-by: serb, alexsch
2014-05-23 19:48:25 +04:00
Petr Pchelko
d454bf5946 8043610: Sorting columns in JFileChooser fails with AppContext NPE
Reviewed-by: anthony, alexsch
2014-05-23 19:43:14 +04:00
Miroslav Kos
4cac8137e0 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
Reviewed-by: chegar
2014-05-23 16:35:10 +02:00
Sergey Malenkov
57d0476f97 8043627: NPE in SynthContext in plugin mode
Reviewed-by: alexsch, serb, pchelko
2014-05-22 21:05:30 +04:00
Alexander Scherbatiy
74511c3cf5 8041561: Inconsistent opacity behaviour between JCheckBox and JRadioButton
Reviewed-by: malenkov
2014-05-21 14:13:17 +04:00
Lance Andersen
ae0d3204f0 8043278: Add initial unit tests for javax.sql.rowset.serial
Reviewed-by: rriggs
2014-05-16 14:48:34 -04:00
Anton Litvinov
5b7ccb7c0a 8041725: Nimbus JList selection colors persist across L&F changes
Reviewed-by: alexsch, alexp
2014-05-15 20:21:17 +04:00
Andrew Brygin
a89eab1dc7 6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
Reviewed-by: prr, serb
2014-05-14 18:19:14 +04:00
Phil Race
349b9794b1 Merge 2014-05-12 09:38:27 -07:00
Anton Nashatyrev
6e71a0cb82 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
Reviewed-by: serb, alexsch
2014-05-12 18:21:15 +04:00
Katja Kantserova
0c78d5f9e3 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, alanb
2014-05-09 15:24:57 +02:00
Phil Race
835658f99d Merge 2014-05-05 12:49:13 -07:00
Sergey Malenkov
e787680bf1 8041917: unexcepted behavior of LineBorder while using Boolean variable true
Reviewed-by: alexsch, serb
2014-04-30 19:28:05 +04:00
Vivi An
c7f7685c50 8036819: JAB: mneumonics not read for textboxes
Reviewed-by: alexsch
2014-04-28 11:03:52 -07:00
Xue-Lei Andrew Fan
f2e9e43cc4 8042449: Issue for negative byte major record version
Convert byte to positive integer before making comparison. Also reviewed by Florian Weimer <fweimer@redhat.com>.

Reviewed-by: wetmore
2014-05-07 02:24:01 +00:00
Sean Mullan
104aba1340 Merge 2014-05-02 10:05:57 -04:00
Sean Mullan
1d776850f2 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
Reviewed-by: xuelei
2014-05-02 10:01:46 -04:00
Shanliang Jiang
70dbc1d222 8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
Reviewed-by: dfuchs
2014-05-02 14:40:52 +02:00
Alexander Scherbatiy
6b14d69b60 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
Reviewed-by: serb, pchelko
2014-04-24 16:15:08 +04:00
Sergey Malenkov
781d6564c9 8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
Reviewed-by: alexsch, serb
2014-04-23 21:11:25 +04:00
Thomas Ng
c4745c1830 Merge 2014-04-16 12:42:40 -07:00
Sean Mullan
127af4062a Merge 2014-04-16 09:49:45 -04:00
Sean Mullan
e67420cefc 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
Reviewed-by: xuelei
2014-04-16 09:46:49 -04:00
Dmitry Markov
26041134a8 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
Reviewed-by: alexp, alexsch
2014-04-16 12:51:25 +04:00
Thomas Ng
404c4add66 Merge 2014-04-15 22:57:02 -07:00
Phil Race
bf84755d46 Merge 2014-04-14 12:59:50 -07:00
Sergey Malenkov
717bcde5f3 8039750: KSS: Replace MetalLazyValue with lambda
Reviewed-by: alexsch, serb
2014-04-10 22:26:43 +04:00
Alexander Scherbatiy
9048f36c38 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
Reviewed-by: serb, pchelko
2014-04-10 13:22:23 +04:00
Weijun Wang
87cb02ac81 8039575: liberate two manual kerberos tests
Reviewed-by: xuelei
2014-04-10 10:31:05 +08:00
Weijun Wang
8962e7ee34 8035986: KerberosKey algorithm names are not specified
Reviewed-by: xuelei
2014-04-09 17:19:19 +08:00
Miroslav Kos
5eb8520ff1 8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
2014-04-08 11:25:56 +01:00
Sergey Bylokhov
bb75caf509 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
Reviewed-by: pchelko, flar
2014-04-07 15:34:27 +04:00
Phil Race
bc431c1b98 Merge 2014-04-04 10:24:11 -07:00
Miroslav Kos
8b0c2a9c00 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
Reviewed-by: chegar
2014-04-03 10:53:35 +02:00
Miroslav Kos
fa37e2a252 8039899: Missing licence headers in test for JDK-8033113
Reviewed-by: chegar
2014-04-11 09:25:36 +01:00
Xue-Lei Andrew Fan
401673e81f 8037557: test SessionCacheSizeTests.java timeout
Reviewed-by: weijun
2014-04-11 03:10:44 +00:00
Phil Race
ee35591283 Merge 2014-04-01 11:53:08 -07:00
Phil Race
7639b17cc9 Merge 2014-04-01 09:12:51 -07:00
Konstantin Shefov
2d916472f4 8002148: [TEST_BUG] The four lines printed are not the bold typeface
Reviewed-by: pchelko, serb
2014-03-31 17:59:25 +04:00
Miroslav Kos
01cbfbd0c3 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
Reviewed-by: chegar
2014-03-31 15:08:17 +02:00