Rajan Halade
|
6c06d45280
|
8041781: Need new regression tests for PBE keys
Reviewed-by: xuelei
|
2014-07-10 03:07:48 +00:00 |
Andreas Eriksson
|
13285295e2
|
8149743: JVM crash after debugger hotswap with lambdas
Reviewed-by: sspitsyn, coleenp, dcubed
|
2016-02-18 16:15:15 +01:00 |
Konstantin Shefov
|
26c0effe3c
|
8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
Reviewed-by: coffeys
|
2016-02-15 14:43:31 +03:00 |
Dmitry Samersoff
|
35be7494ef
|
8074146: jdb has succeded to read an unreadable file
Remove this testcase
Reviewed-by: sla, egahlin
|
2016-01-22 18:06:43 +03:00 |
Mattias Tobiasson
|
6613ad5804
|
8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
Reviewed-by: dsamersoff, sla
|
2016-01-22 18:04:34 +03:00 |
Staffan Larsen
|
d53c921966
|
8036132: Tab characters in test/com/sun/jdi files
Reviewed-by: alanb, mikael
|
2016-01-22 17:58:06 +03:00 |
Dmitry Samersoff
|
ff4a1647ed
|
8002116: This JdbReadTwiceTest.sh gets an exit 1
Explicitly check readability of file in question
Reviewed-by: sla, dholmes, olagneau
|
2016-01-22 16:12:17 +03:00 |
Weijun Wang
|
78e2220c97
|
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
Reviewed-by: darcy
|
2015-07-02 13:20:46 +08:00 |
Weijun Wang
|
5b160aac1b
|
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
Reviewed-by: darcy
|
2015-07-02 09:19:42 +08:00 |
Stanislav Baiduzhyi
|
02c6b823b5
|
8074761: Empty optional parameters of LDAP query are not interpreted as empty
Reviewed-by: vinnie
|
2015-04-23 13:48:02 -04:00 |
Staffan Larsen
|
721778c6b5
|
8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
Reviewed-by: mgerdin, brutisso, iignatyev
|
2015-05-29 11:05:52 +02:00 |
Severin Gehwolf
|
68e6a5b22e
|
6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
Reviewed-by: michaelm, andrew, alanb, rriggs
|
2015-04-27 17:17:07 +01:00 |
Staffan Larsen
|
ecf9c02446
|
8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
Reviewed-by: jbachorik
|
2015-04-09 08:46:19 +02:00 |
Weijun Wang
|
d00342138e
|
8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env
8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
Reviewed-by: xuelei
|
2015-04-22 23:27:30 +08:00 |
Jaroslav Bachorik
|
6ddda30ede
|
8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
Reviewed-by: dholmes, sla
|
2015-02-16 10:53:49 +01:00 |
Fredrik Arvidsson
|
f8dfff2dfb
|
8076154: com/sun/jdi/InstanceFilter.java failing due to missing MethodEntryRequest calls
Some jdi tests are failing due to missing MethodEntryRequest events during the test execution.
Reviewed-by: sla, jbachorik
|
2015-03-27 12:36:01 +01:00 |
Rob McKenna
|
1763a11b32
|
8075039: (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
Reviewed-by: chegar
|
2015-03-20 17:07:15 +00:00 |
Jaroslav Bachorik
|
f058005ed3
|
8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
Reviewed-by: sspitsyn, sla
|
2015-02-18 17:50:41 +01:00 |
Rob McKenna
|
6c4a487b30
|
8067846: (sctp) InternalError when receiving SendFailedNotification
Reviewed-by: chegar
|
2015-02-16 22:57:17 +00:00 |
Anthony Scarpino
|
cbc81f56ac
|
8069072: GHASH performance improvement
Eliminate allocations and vectorize
Reviewed-by: mullan, ascarpino
|
2015-02-12 09:45:08 -08:00 |
Lev Priima
|
913967bd94
|
8068795: HttpServer missing tailing space for some response codes
Reviewed-by: chegar
|
2015-01-20 13:56:01 +00:00 |
Mark Sheppard
|
51ed2e9d1f
|
8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh
Changed TESTJAVA to COMPILEJAVA for javac and idlj paths.
Reviewed-by: chegar
|
2014-12-17 12:17:56 +00:00 |
Rob McKenna
|
ac90188e41
|
8065238: javax.naming.NamingException after upgrade to JDK 8
Reviewed-by: vinnie
|
2014-12-05 20:13:05 +00:00 |
Pavel Rappo
|
e53f84ec69
|
8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
Reviewed-by: vinnie
|
2014-11-07 15:12:04 +00:00 |
Jaroslav Bachorik
|
111c67af22
|
8042123: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn
|
2014-04-30 11:28:05 +02:00 |
Staffan Larsen
|
7aebe12b49
|
8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
Reviewed-by: mchung
|
2013-12-16 11:04:59 +01:00 |
Staffan Larsen
|
a7396e9236
|
8044135: Add API to start JMX agent from attach framework
Reviewed-by: alanb, dsamersoff, jbachorik
|
2014-06-11 15:47:53 +02:00 |
Weijun Wang
|
b4e64d6dab
|
7150092: NTLM authentication fail if user specified a different realm
Reviewed-by: michaelm
|
2014-07-09 15:10:42 +08:00 |
Pavel Rappo
|
41e562e405
|
8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
Reviewed-by: vinnie
|
2014-07-11 14:53:55 +01:00 |
Pavel Rappo
|
b643ee87ca
|
8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
Reviewed-by: vinnie
|
2014-06-17 13:57:01 +01:00 |
Sean Coffey
|
c502a5b400
|
7095856: OutputStreamHook doesn't handle null values
Reviewed-by: lancea, msheppar
|
2014-07-01 16:51:44 +01:00 |
Alejandro Murillo
|
6da3283d1e
|
Merge
|
2014-06-10 11:20:01 -07:00 |
Alejandro Murillo
|
0eecb048fd
|
Merge
|
2014-06-06 10:55:56 -07:00 |
Staffan Larsen
|
ee8e488c75
|
8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun
|
2014-04-25 17:19:49 +02:00 |
Rob McKenna
|
6be84b0710
|
8042857: 14 stuck threads waiting for notification on LDAPRequest
Reviewed-by: vinnie
|
2014-05-23 16:24:43 +01:00 |
Xue-Lei Andrew Fan
|
fa8308bccd
|
8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: ahgross, ascarpino, asmotrak
|
2014-05-07 01:17:11 +00:00 |
Weijun Wang
|
7086b5c633
|
8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie
|
2014-04-21 10:25:40 +08:00 |
Alejandro Murillo
|
ea1b79643d
|
Merge
|
2014-04-01 11:44:04 -07:00 |
Chris Hegarty
|
c3dcb7b328
|
8034181: SIGBUS in SctpChannelImpl receive
Reviewed-by: alanb, dsamersoff
|
2014-03-26 20:35:47 +00:00 |
Vladimir Kozlov
|
0a9698584d
|
Merge
|
2014-02-19 20:10:55 -08:00 |
Jaroslav Bachorik
|
2dbd539cab
|
6791551: ExclusiveBind.java has a race condition
Reviewed-by: sla, sjiang
|
2014-02-10 14:01:16 +01:00 |
Vladimir Kozlov
|
f6926a9870
|
Merge
|
2014-01-22 17:40:55 -08:00 |
Volker Simonis
|
eb1ee0c0e8
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
|
2014-01-17 21:54:30 +01:00 |
Shanliang Jiang
|
23c2ee4f9d
|
8029378: com/sun/jdi/BadHandshakeTest.java failed with java.util.concurrent.TimeoutException
Reviewed-by: dholmes, jbachorik
|
2014-01-17 15:58:18 +01:00 |
Lana Steuck
|
03b4e5d3ba
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar
|
2013-12-26 12:04:16 -08:00 |
Mattias Tobiasson
|
7d90d5b2de
|
6461635: [TESTBUG] BasicTests.sh test fails intermittently
Transform dummy class instead of BigInteger to avoid complication by -Xshare. Ported from script to java.
Reviewed-by: alanb
|
2013-12-03 17:06:23 +01:00 |
Shanliang Jiang
|
5e65bad007
|
8029063: test/com/sun/jmx/snmp/NoInfoLeakTest.java does not compile with OpenJDK builds
Reviewed-by: alanb, dfuchs
|
2013-12-03 08:53:23 +01:00 |
Jaroslav Bachorik
|
b77ba98513
|
6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS
Reviewed-by: mchung
|
2013-11-28 09:10:18 +01:00 |
Lana Steuck
|
33cd414e58
|
Merge
|
2013-11-25 09:40:25 -08:00 |
Lana Steuck
|
1a633e63a9
|
Merge
|
2013-11-15 07:14:23 -08:00 |
Valerie Peng
|
b04c80f960
|
Merge
|
2013-11-21 11:58:51 -08:00 |
Tristan Yan
|
4fe266b9f7
|
7036666: test/com/sun/net/httpserver/Test9a.java fails intermittently
Additional stacktrace information is printed on failure
Reviewed-by: alanb, dfuchs, chegar
|
2013-11-21 13:37:11 +00:00 |
Erik Gahlin
|
c3a4fe847a
|
6402201: ProcessAttachTest.sh needs better synchronization
Reviewed-by: alanb
|
2013-11-21 13:46:35 +01:00 |
Mark Sheppard
|
aae4ea0fe1
|
8028215: ORB.init fails with SecurityException if properties select the JDK default ORB
Check for default ORBImpl and ORBSingleton set via properties or System properties
Reviewed-by: alanb, coffeys, mchung
|
2013-11-21 11:36:39 +00:00 |
Erik Gahlin
|
bcfc0d5917
|
7141544: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails
Reviewed-by: sla
|
2013-11-20 12:32:13 +01:00 |
Valerie Peng
|
be7c03049b
|
8026943: SQE test jce/Global/Cipher/SameBuffer failed
Always use different input/output buffers when calling FeedbackCipher objects
Reviewed-by: mullan
|
2013-11-19 15:29:56 -08:00 |
Petr Pchelko
|
5f7b6dfb6c
|
8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108
Reviewed-by: anthony
|
2013-11-14 11:42:46 +04:00 |
Erik Gahlin
|
7e3d90db4a
|
6954510: TEST_BUG: Testcase failure com/sun/jdi/BreakpointWithFullGC.sh
Reviewed-by: sla, sspitsyn
|
2013-11-13 18:41:30 +01:00 |
Jaroslav Bachorik
|
d35ec75e4f
|
8004126: TEST_BUG: com/sun/jdi/BadHandshakeTest.java fails intermittently
Reviewed-by: dholmes, ykantser
|
2013-11-13 13:12:16 +01:00 |
Sergey Bylokhov
|
9ab430a0d2
|
8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
|
2013-11-12 20:24:25 +04:00 |
Lana Steuck
|
84da58d996
|
Merge
|
2013-11-08 17:36:14 -08:00 |
Tristan Yan
|
5d27126a44
|
8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine
Reviewed-by: chegar
|
2013-11-08 18:54:29 +00:00 |
Dan Xu
|
f7db4eb56b
|
8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
Reviewed-by: wetmore
|
2013-11-01 14:40:03 -07:00 |
Staffan Larsen
|
fdbeb8e0fb
|
8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
Reviewed-by: dcubed
|
2013-11-01 15:10:10 +01:00 |
Lana Steuck
|
ac6386468f
|
Merge
|
2013-10-31 16:44:18 -07:00 |
Lana Steuck
|
65797af67d
|
Merge
|
2013-10-25 10:39:13 -07:00 |
Staffan Larsen
|
a4c472645e
|
8027371: Add JDI tests for breakpointing and stepping in lambda code
Reviewed-by: mchung, sspitsyn
|
2013-10-29 08:10:32 +01:00 |
Mikael Auno
|
f99959f054
|
8009681: TEST_BUG: MethodExitReturnValuesTest.java may fail when there are unexpected background threads
Reviewed-by: sla, allwin
|
2013-10-15 12:53:54 +02:00 |
Sean Coffey
|
41dccdf751
|
5036554: unmarshal error on CORBA alias type in CORBA any
Reviewed-by: chegar, smarks
|
2013-10-23 16:53:42 +01:00 |
Erik Gahlin
|
eb1b9d5ad8
|
7105883: JDWP: agent crash if there exists a ThreadGroup with null name
Reviewed-by: sla, jbachorik
|
2013-10-23 10:50:34 +02:00 |
Shanliang Jiang
|
ef41b62611
|
8026028: [findbugs] findbugs report some issue in com.sun.jmx.snmp package
Reviewed-by: psandoz, dfuchs
|
2013-10-18 16:15:38 +02:00 |
Staffan Larsen
|
d8fad522ed
|
8021897: EXCEPTION_ACCESS_VIOLATION on debugging String.contentEquals()
Reviewed-by: alanb, sspitsyn
|
2013-10-18 11:52:24 +02:00 |
Lana Steuck
|
a076cb06a6
|
Merge
|
2013-10-11 14:19:50 -07:00 |
Yekaterina Kantserova
|
97e991f4d6
|
8043529: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, jbachorik
|
2014-05-22 11:23:46 +02:00 |
Lana Steuck
|
5db317fd23
|
Merge
|
2013-10-10 13:33:02 -07:00 |
Peter Allwin
|
3723c4691c
|
8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java
Reviewed-by: sla, mgronlun, dholmes, jbachorik, chegar
|
2013-10-10 10:14:54 +02:00 |
Leonid Romanov
|
e77075b022
|
8016551: JMenuItem in WindowsLookAndFeel can't paint default icons
Reviewed-by: alexsch, serb
|
2013-10-09 21:15:49 +04:00 |
Valerie Peng
|
ba9b938306
|
8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto
Removed OracleUcrypto provider regression tests from OpenJDK
Reviewed-by: xuelei
|
2013-10-08 11:35:29 -07:00 |
Valerie Peng
|
a5add24f51
|
8012900: CICO ignores AAD in GCM mode
Change GCM decryption to not return result until tag verification passed
Reviewed-by: xuelei
|
2013-10-08 11:17:53 -07:00 |
David Katleman
|
b4c28b3b28
|
Merge
|
2013-10-01 12:45:47 -07:00 |
Kumar Srinivasan
|
a210a6a74e
|
8020552: [launcher] changes to support removal of Solaris 32-bit distribution
8023495: [infra] create 64-bit solaris bits with symlinks
Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
|
2013-09-27 16:29:44 -07:00 |
Staffan Larsen
|
a066da5d4d
|
8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
Reviewed-by: dcubed
|
2013-09-20 10:15:02 +02:00 |
Staffan Larsen
|
6de8695342
|
8024985: com/sun/jdi/StepTest.java failed since jdk8b107
Reviewed-by: dcubed
|
2013-09-20 10:14:35 +02:00 |
Sean Coffey
|
e1619bcf81
|
8017195: Introduce option to setKeepAlive parameter on CORBA sockets
Reviewed-by: chegar, msheppar
|
2013-09-03 22:37:07 +01:00 |
Staffan Larsen
|
e838e31768
|
8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
Reviewed-by: alanb
|
2013-08-20 16:53:27 +02:00 |
Anthony Scarpino
|
6b3b53caa1
|
8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
Reviewed-by: mullan
|
2013-08-14 10:50:52 -07:00 |
Lana Steuck
|
d4db347ba0
|
Merge
|
2013-08-13 18:33:25 -07:00 |
Anthony Scarpino
|
7adae55d1d
|
8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
Reviewed-by: mullan
|
2013-08-12 11:25:42 -07:00 |
Lana Steuck
|
e395ecfccb
|
Merge
|
2013-08-07 12:03:37 -07:00 |
Leonid Romanov
|
bc37e5f4ad
|
8021815: Add regression test for JDK-8007267
Reviewed-by: serb
|
2013-08-01 01:26:57 +04:00 |
Shanliang Jiang
|
28502e7c19
|
8016221: A unit test should not use a fix port to run a jmx connector
Reviewed-by: jbachorik, dfuchs
|
2013-07-24 15:47:10 +02:00 |
Valerie Peng
|
cc8c381257
|
Merge
|
2013-07-11 17:52:04 -07:00 |
Jaroslav Bachorik
|
d7811f443c
|
8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
Reviewed-by: sjiang, dholmes, mchung
|
2013-07-11 09:21:09 +02:00 |
Anthony Scarpino
|
bc2fd2fe9c
|
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
Reviewed-by: valeriep, wetmore, xuelei
|
2013-07-08 10:20:46 -07:00 |
Valerie Peng
|
3c38993366
|
8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
Ensure the Cipher.doFinal() is called only once
Reviewed-by: xuelei
|
2013-07-05 13:53:37 -07:00 |
Lana Steuck
|
5ab44a5a66
|
Merge
|
2013-06-19 18:30:21 -07:00 |
Lana Steuck
|
25b7910613
|
Merge
|
2013-06-14 10:41:45 -07:00 |
Konstantin Shefov
|
1df3335d0d
|
7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
Reviewed-by: alexsch, serb
|
2013-06-11 14:20:37 +04:00 |
Frederic Parain
|
f405277c72
|
7150256: Add back Diagnostic Command JMX API
Reviewed-by: mchung, jbachorik
|
2013-06-05 08:41:02 -07:00 |
Jaroslav Bachorik
|
afee04d0fb
|
8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
Reviewed-by: chegar, smarks, dfuchs
|
2013-05-28 15:57:45 +02:00 |