Dmitry Samersoff
|
3e3dcfb635
|
8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout
The test chaged to use testlibrary
Reviewed-by: sla
|
2014-08-28 05:04:58 -07:00 |
|
Michael McMahon
|
7c8053cd97
|
8055747: Move SimpleSSLContext to jdk/testlibrary
Reviewed-by: chegar
|
2014-08-26 10:10:58 +01:00 |
|
Staffan Larsen
|
657f94c1e5
|
8055673: test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption
Reviewed-by: jbachorik
|
2014-08-20 16:10:13 +02:00 |
|
Jaroslav Bachorik
|
dea2dc0312
|
8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently
Reviewed-by: sla
|
2014-07-29 15:37:54 +02:00 |
|
Felix Yang
|
d1ee28b070
|
8043836: Need new tests for AES cipher
Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider
Reviewed-by: valeriep
|
2014-08-08 17:47:50 +00:00 |
|
Sean Mullan
|
5b89cb1b70
|
7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
Reviewed-by: xuelei
|
2014-08-05 10:00:27 -04: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 |
|
Pavel Rappo
|
58366bce32
|
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
|
5079b7bbd4
|
8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
Reviewed-by: duke
|
2014-06-17 13:57:01 +01:00 |
|
Rajan Halade
|
44c5f51ddf
|
8041781: Need new regression tests for PBE keys
Reviewed-by: xuelei
|
2014-07-10 03:07:48 +00:00 |
|
Weijun Wang
|
cdbe91ef12
|
7150092: NTLM authentication fail if user specified a different realm
Reviewed-by: michaelm
|
2014-07-09 15:10:42 +08:00 |
|
Staffan Larsen
|
0139a3b9e7
|
8046883: com/sun/jdi/ProcessAttachTest.sh gets "java.io.IOException: Invalid process identifier" on windows
Reviewed-by: dcubed, dsamersoff, allwin
|
2014-07-02 08:41:59 +02:00 |
|
Katja Kantserova
|
f377795d11
|
8048892 : TEST_BUG: shell script tests need to be change to not use retired @debuggeeVMOptions mechanism
Reviewed-by: sla, jbachorik
|
2014-07-01 21:23:54 +02:00 |
|
Valerie Peng
|
edc85c8e4c
|
8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics
Reduce buffer allocation and do multiple cipher encryption/decryption calls.
Reviewed-by: xuelei, ascarpino
|
2014-07-01 20:35:43 +00:00 |
|
Sean Coffey
|
19c07ee15b
|
7095856: OutputStreamHook doesn't handle null values
Reviewed-by: lancea, msheppar
|
2014-07-01 16:51:44 +01:00 |
|
Jaroslav Bachorik
|
e614cf24ef
|
8048193: [tests] Replace JPS and stdout based PID retrieval by Process.getPid()
Reviewed-by: sla
|
2014-07-01 15:00:33 +02:00 |
|
Staffan Larsen
|
4b31ce4a17
|
8048687: [TESTBUG] com/sun/jdi/ExclusiveBind.java "Could not find or load main class"
Reviewed-by: jbachorik, egahlin, dholmes
|
2014-07-01 10:40:14 +02:00 |
|
Staffan Larsen
|
578fc51475
|
8044772: TempDirTest.java still times out with -Xcomp
Reviewed-by: dholmes
|
2014-06-23 15:51:41 +02:00 |
|
Staffan Larsen
|
b608314245
|
8046778: Better error messages when starting JMX agent via attach or jcmd
Reviewed-by: dholmes
|
2014-06-18 09:04:20 +02:00 |
|
Staffan Larsen
|
9158c1d9b6
|
6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure
Use jtreg "@run driver" for the JDI tests
Reviewed-by: sspitsyn, dholmes
|
2014-06-17 10:01:16 +02:00 |
|
Staffan Larsen
|
855f7c421e
|
8044135: Add API to start JMX agent from attach framework
Reviewed-by: alanb
|
2014-06-11 15:47:53 +02:00 |
|
Rob McKenna
|
9be082f402
|
8042857: 14 stuck threads waiting for notification on LDAPRequest
Reviewed-by: vinnie
|
2014-05-23 16:24:43 +01:00 |
|
Dmitry Samersoff
|
c82d0f2418
|
8043716: JDI test com/sun/jdi/ProcessAttachTest.sh and other 3 jdi tests failed in nightly
InetAddress.getLocalHost() returns configured host name instead of localhost.
Reviewed-by: dcubed
|
2014-05-22 13:03:10 -07:00 |
|
Katja Kantserova
|
c3d3305c76
|
8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, egahlin
|
2014-05-22 11:05:36 +02:00 |
|
Dmitry Samersoff
|
878ab77469
|
8041435: Make JDWP socket connector accept only local connections by default
Bind to localhost only if no address specified. Require * to bind to all available addresses
Reviewed-by: dcubed, sspitsyn
|
2014-05-20 06:11:05 -07:00 |
|
Staffan Larsen
|
192bd8a421
|
8043382: TempDirTest.java times out
Remove explicit timeout
Reviewed-by: alanb
|
2014-05-18 20:42:10 +02: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 |
|
Weijun Wang
|
79cdf6ad7f
|
8039951: com.sun.security.auth.module missing classes on some platforms
Reviewed-by: mullan
|
2014-05-08 22:30:31 +08:00 |
|
Staffan Larsen
|
8ad7b17ffd
|
8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun
|
2014-04-25 17:19:49 +02:00 |
|
Jaroslav Bachorik
|
c1922ce784
|
8042123: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn
|
2014-04-30 11:28:05 +02:00 |
|
Jaroslav Bachorik
|
0d7c3da5fe
|
8042096: Backout JDK-8042091
Reviewed-by: sla
|
2014-04-29 14:37:02 +02:00 |
|
Jaroslav Bachorik
|
2db0164863
|
8031195: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn, dcubed
|
2014-04-29 11:15:21 +02:00 |
|
Staffan Larsen
|
2b893e5d98
|
8041948: Build broken by fix of 8033104
Reviewed-by: darcy
|
2014-04-25 18:28:51 +02:00 |
|
Staffan Larsen
|
18d53e7b87
|
8033104: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun
|
2014-04-25 17:19:49 +02:00 |
|
Staffan Larsen
|
ec7f5007ee
|
8038947: HotSpotDiagnosticMXBean/CheckOrigin.java 'NewSize' should have origin 'ERGONOMIC' but had 'DEFAULT'
Reviewed-by: mchung, jbachorik
|
2014-04-25 08:55:34 +02:00 |
|
Mandy Chung
|
da3781e49b
|
8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
Reviewed-by: alanb, vinnie, sherman, msheppar
|
2014-04-22 15:16:37 -07:00 |
|
Alexandre Iline
|
e613bf3290
|
8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.
Reviewed-by: alanb, mchung, chegar
|
2014-04-21 13:16:32 -07:00 |
|
Weijun Wang
|
59b6040f1b
|
8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie
|
2014-04-21 10:25:40 +08:00 |
|
Staffan Larsen
|
6ca57a22ca
|
8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
Reviewed-by: dcubed, jbachorik
|
2014-04-02 12:03:25 +02:00 |
|
Xue-Lei Andrew Fan
|
2f501cd8a5
|
8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: ahgross, ascarpino, asmotrak
|
2014-04-09 12:49:51 +00:00 |
|
Shanliang Jiang
|
f963ced878
|
6815126: intermittent SimulResumerTest.java failure
Reviewed-by: jbachorik, sla
|
2014-04-08 17:36:13 +02:00 |
|
Alan Bateman
|
f046294abc
|
8039253: Remove undocumented com.oracle.net
Reviewed-by: chegar
|
2014-04-07 13:16:17 +01:00 |
|
Staffan Larsen
|
e7aed74165
|
8037345: com/sun/jdi/* tests can fail, with race condition on log files
Reviewed-by: sspitsyn, dcubed
|
2014-03-31 11:28:03 +02:00 |
|
Chris Hegarty
|
efd4316d45
|
8038438: Review comments from 8034181
Reviewed-by: alanb
|
2014-03-26 20:57:49 +00:00 |
|
Chris Hegarty
|
6f3216994c
|
8034181: SIGBUS in SctpChannelImpl receive
Reviewed-by: alanb, dsamersoff
|
2014-03-25 09:31:37 +00:00 |
|
Mark Sheppard
|
6202e3a60d
|
8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
Intermittent test failure leaves server process - add server pid to test's kill -9 command
Reviewed-by: chegar
|
2014-03-20 15:25:57 +00:00 |
|
Rajan Halade
|
56b41822fb
|
8033271: Manual security tests have @ignore rather than @run main/manual
Reviewed-by: xuelei, wetmore
|
2014-03-18 15:04:59 -07:00 |
|
Phil Race
|
f20478bb72
|
Merge
|
2014-03-07 10:53:58 -08:00 |
|
Staffan Larsen
|
70af1402f4
|
8036132: Tab characters in test/com/sun/jdi files
Reviewed-by: alanb, mikael
|
2014-03-05 16:55:38 +01:00 |
|
Xue-Lei Andrew Fan
|
521f9a2048
|
8032473: Restructure JSSE regression test hierarchy in jdk test
Reviewed-by: weijun
|
2014-03-05 07:24:34 +00:00 |
|