Weijun Wang
2bcc0c7789
8074018: Named extension not recognized in keytool -ext honored after 8073182
...
Reviewed-by: mullan
2015-02-28 10:47:07 +08:00
Sean Coffey
79240eab9b
8071447: IBM1166 Locale Request for Kazakh characters
...
Reviewed-by: sherman
2015-02-26 09:36:30 +00:00
Weijun Wang
c12ac1b4cc
8073853: KeyToolTest.java has too many too long lines
...
Reviewed-by: mullan
2015-02-26 08:08:52 +08:00
Xueming Shen
ece4e20848
8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
...
To enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Reviewed-by: alanb, mchung
2015-02-25 13:04:31 -08:00
Weijun Wang
b505d5ad05
8073182: keytool may generate duplicate extensions
...
Reviewed-by: mullan
2015-02-25 18:30:29 +08:00
Weijun Wang
ed25ae3aeb
8073181: keytool -ext honored not working correctly
...
Reviewed-by: mullan
2015-02-25 18:30:07 +08:00
Jason Uh
9a2cc32b19
8072663: Remove the sun.security.acl package which is not used in the JDK
...
Reviewed-by: mullan, alanb, mchung
2015-02-23 11:40:48 -08:00
Mandy Chung
638c2d5f82
8062750: Separate SNMP messages from sun.management.resources.agent
...
Reviewed-by: alanb, dfuchs, erikj
2015-02-23 08:46:07 -08:00
Chris Hegarty
b7d0702188
8064924: Update java.net.URL to work with modules
...
Reviewed-by: alanb, plevart, psandoz
2015-02-23 15:48:20 +00:00
Dmitry Samersoff
eaa8d1e0f3
8072395: sun/tools/jmap/heapconfig/LingeredAppTest.java and sun/tools/jmap/heapconfig/JMapHeapConfigTest.java fail due to LingeredApp ERROR: java.io.IOException: Lock is too old. Aborting
...
Remove lock age check
Reviewed-by: sla, dholmes, kevinw
2015-02-18 03:45:06 -08:00
Dmitry Samersoff
7168bf102d
8072835: sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Key MaxHeapSize doesnt match
...
Make sure that maxheapsize is set explicitly in command line
Reviewed-by: sla, ykantser
2015-02-18 03:16:48 -08:00
Jason Uh
f7f4ab9df6
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
...
Reviewed-by: mullan
2015-02-17 10:48:24 -08:00
Anthony Scarpino
ad70e04133
8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
...
Reviewed-by: mullan
2015-02-13 10:44:53 -08:00
Rob McKenna
4c95aedcd9
8065553: Failed Java web start via IPv6 (Java7u71 or later)
...
Reviewed-by: xuelei
2015-02-10 23:32:48 +00:00
Alejandro Murillo
805200fc3e
Merge
2015-02-10 10:09:33 -08:00
Xueming Shen
81f4c6102a
8030179: java/nio/Buffer/Chars.java, testcases seems all pass but jtreg/testng failed with java.lang.AssertionError
...
Fix the surrogate corner case in SingleByte charset encoder
Reviewed-by: psandoz, alanb
2015-02-09 11:37:56 -08:00
Alejandro Murillo
b49ef0ce12
Merge
2015-02-05 14:57:53 -08:00
Aleksei Efimov
61473e39ce
8072042: (tz) Support tzdata2015a
...
Reviewed-by: coffeys, okutsu
2015-02-05 14:48:57 +03:00
Christian Tornqvist
f95f9bd5d1
Merge
2015-02-04 18:23:09 -08:00
Yuka Kamiya
64b36f8f63
8032446: Support Unicode 7.0.0 in JDK 9
...
8130889: Missing "@since 1.8" tags in j.l.Character.java
Reviewed-by: naoto, okutsu
2015-07-15 11:05:51 +09:00
Jaroslav Bachorik
d9fe0af048
8066708: JMXStartStopTest fails to connect to port 38112
...
Reviewed-by: smarks, dsamersoff, olagneau
2015-02-03 16:46:05 +01:00
Alejandro Murillo
e9c6fa1317
Merge
2015-01-30 16:56:08 -08:00
Yumin Qi
3f9b8313e3
Merge
2015-01-29 03:54:45 +00:00
Daniel Fuchs
b5f5424c83
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
...
Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla
2015-01-28 17:48:59 +01:00
Dmitry Samersoff
f5b35f790c
8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
...
Rewrite the test to jtreg
Reviewed-by: ykantser, jbachorik
2015-01-28 04:56:00 -08:00
Yumin Qi
7feb08a6b4
Merge
2015-01-27 20:03:45 -08:00
Weijun Wang
873b88dcc9
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check
...
Reviewed-by: mullan
2015-01-27 18:16:27 +08:00
Weijun Wang
6a34176e9c
8071562: TimestampCheck.java change removes a whitespace between command and args
...
Reviewed-by: alanb
2015-01-26 21:55:05 +08:00
Artem Smotrakov
1eeff6da6e
8049171: Additional tests for jarsigner's warnings
...
Reviewed-by: weijun
2015-01-26 18:13:42 +08:00
Weijun Wang
ddba00b834
8055045: StringIndexOutOfBoundsException while reading krb5.conf
...
Reviewed-by: mullan
2015-01-26 09:29:29 +08:00
Alexander Kulyakthin
167de7ae02
8067945: SVC jdk/test/* should be cleaned from JRE layout dependency
...
Reviewed-by: sla
2015-01-23 14:20:52 +01:00
Jamil Nimeh
3d738985d7
8044860: Vectors and fixed length fields should be verified for allowed sizes
...
Reviewed-by: xuelei
2015-01-22 20:19:42 -08:00
Vinnie Ryan
d80497254d
8069155: The value of 'KeyStore Type' isn't 'jks'
...
Reviewed-by: xuelei
2015-01-22 12:33:05 +00:00
Chris Hegarty
7dccb4a74e
8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
...
Reviewed-by: alanb, mchung, psandoz, xiaofeya
2015-01-15 10:56:24 +00:00
Srinivasan Raghavan
f080b654f5
8058793: Test sun/awt/datatransfer/DataFlavorComparatorTest.java fails with compilation error
...
Reviewed-by: alexsch, azvegint
2015-01-14 13:43:12 +03:00
Jason Uh
3793acecce
8059916: Change default criticality of policy mappings and policy constraints certificate extensions
...
Reviewed-by: mullan
2015-01-13 14:33:54 -08:00
Alejandro Murillo
800c634a8a
Merge
2015-01-13 08:58:07 -08:00
Artem Smotrakov
e268dee361
8048603: Additional tests for MAC algorithms
...
Reviewed-by: valeriep
2015-01-13 14:26:34 +03:00
Alejandro Murillo
c74ecba112
Merge
2015-01-08 17:11:49 -08:00
Dean Long
4454981c00
Merge
2015-01-08 17:45:15 -05:00
Valerie Peng
ac09164efa
8039921: SHA1WithDSA with key > 1024 bits not working
...
Removed the key size limits for all SHAXXXWithDSA signatures
Reviewed-by: weijun
2014-12-30 22:03:23 +00:00
Felix Yang
519a6f9477
8066085: Need a sanity test for rmic -iiop
...
Reviewed-by: smarks
2014-12-29 15:24:54 -08:00
Yumin Qi
c08e6d66cb
Merge
2014-12-24 20:23:31 +00:00
Brian Burkhalter
89ee032790
8067964: Native2ascii doesn't close one of the streams it opens
...
Change sun.tools.native2ascii.Main.convert() to use try-with-resources; also clean up code formatting.
Reviewed-by: chegar
2014-12-23 12:40:06 -08:00
Vinnie Ryan
befd7d1c25
8044445: JEP 229: Create PKCS12 Keystores by Default
...
Reviewed-by: mullan, weijun
2014-12-23 16:30:57 +00:00
Phil Race
22f59ce99e
Merge
2014-12-20 10:11:14 -08:00
Yumin Qi
5e2fcdcda0
Merge
2014-12-19 22:58:32 -08:00
Katja Kantserova
f1e461b61e
6977426: sun/tools tests can intermittently fail to find app's Java pid
...
Reviewed-by: dfuchs, jbachorik, egahlin, sjiang
2014-12-19 13:13:11 +01:00
Valerie Peng
dbe2f1349f
Merge
2014-12-16 22:33:43 +00:00
Alejandro Murillo
346b210c83
Merge
2014-12-16 13:10:34 -08:00
Aleksei Efimov
2a50c5f3c4
8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027
...
Reviewed-by: sherman
2014-12-16 23:59:57 +03:00
Phil Race
84ddb56140
Merge
2014-12-16 09:58:02 -08:00
Phil Race
020063e1f4
Merge
2014-12-16 08:14:50 -08:00
Alejandro Murillo
c88778bc25
Merge
2014-12-11 23:06:14 -08:00
Valerie Peng
86291780cb
8062170: java.security.ProviderException: Error parsing configuration with space
...
Updated to parse library path as a line which can contain quoted strings.
Reviewed-by: vinnie
2014-12-12 00:23:32 +00:00
Tatiana Pivovarova
94c6fd7bc6
8067173: remove Utils::fileAsList
...
Reviewed-by: kvn, iignatyev
2014-12-24 17:54:00 +03:00
Weijun Wang
26099e744a
8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes
...
Reviewed-by: valeriep
2014-12-09 18:28:26 +08:00
Alexey Ivanov
e209029c14
8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
...
Reviewed-by: alexsch, azvegint
2014-12-09 13:11:20 +03:00
Yumin Qi
3dff2ab063
Merge
2014-12-08 00:25:10 -08:00
Yuri Nesterenko
c08a28b218
8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2
...
Reviewed-by: serb, alexsch
2014-12-05 14:55:08 +03:00
Phil Race
96da55b65e
Merge
2014-12-03 11:52:40 -08:00
Chris Hegarty
43842f6349
Merge
2014-12-03 19:28:35 +00:00
Chris Hegarty
441905cdc7
8049367: Modular Run-Time Images
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
2014-12-03 14:22:58 +00:00
Sergey Bylokhov
52d7a1021d
6345095: regression test EmptyClipRenderingTest fails
...
Reviewed-by: azvegint, alexsch
2014-12-03 15:43:25 +03:00
Yuri Gaevsky
07b4a3626e
6364329: jstat displays "invalid argument count" with usage
...
Reviewed-by: jbachorik
2014-12-02 16:21:33 +01:00
Katja Kantserova
e325ce88cb
8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
...
Reviewed-by: jbachorik
2014-12-01 09:49:44 +01:00
Alejandro Murillo
e7d19b374a
Merge
2014-11-27 07:16:54 -08:00
Jesper Wilhelmsson
dcff994c52
Merge
2014-11-26 17:41:08 +01:00
Chris Hegarty
a6da554cfb
8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
...
Reviewed-by: dfuchs
2014-11-25 18:43:44 +00:00
Staffan Larsen
63cf080672
Merge
2014-11-24 09:57:03 +01:00
Mark Sheppard
e3e615d6bd
8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
...
Changed address.getHostName() to InetAddress.getLocalHost().getHostName() in URL construction in test's doClient method
Reviewed-by: chegar
2014-11-22 14:56:16 +00:00
Evgeniya Stepanova
71a33bf064
8062536: [TESTBUG] Conflicting GC combinations in jdk tests
...
Reviewed-by: brutisso, dholmes
2014-11-19 17:51:06 +03:00
Katja Kantserova
fb6b965e86
6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
...
Reviewed-by: sla, jbachorik, egahlin
2014-11-18 16:20:16 +01:00
David Kocher
15d4deb44a
8046777: apple.security.KeychainStore has a problem searching for identities
...
Reviewed-by: mullan
2014-11-11 20:11:34 +00:00
Alejandro Murillo
8b0ba26865
Merge
2014-11-11 11:29:20 -08:00
Alejandro Murillo
56d7a059c0
Merge
2014-11-07 06:35:24 -08:00
Aleksei Efimov
ee4d018bad
8064560: (tz) Support tzdata2014j
...
Reviewed-by: okutsu
2014-11-17 14:50:05 +03:00
Anthony Scarpino
1924ac8a18
8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
...
Reviewed-by: mullan, valeriep
2014-11-07 13:07:09 -08:00
Weijun Wang
ed9e73bb66
8057810: New defaults for DSA keys in jarsigner and keytool
...
Reviewed-by: vinnie
2014-11-05 17:15:09 +08:00
Pavel Chistyakov
cd0bc39ec5
8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData
...
Reviewed-by: dholmes, jbachorik
2014-11-04 18:37:24 -05: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
Richard Warburton
a065473cfc
4774077: Use covariant return types in the NIO buffer hierarchy
...
Reviewed-by: psandoz, alanb, mr, darcy
2014-10-29 14:10:34 +01:00
Florian Bruckner
9299e8a8a6
8062264: KeychainStore requires non-null password to be supplied when retrieving a private key
...
Reviewed-by: mullan
2014-10-29 11:53:37 +00:00
Phil Race
eca9e72c00
Merge
2014-10-28 11:38:00 -07:00
Mandy Chung
a76f56165c
8043277: Update jdk regression tests to extend the default security policy instead of override
...
Reviewed-by: alanb, mullan, chegar, sla
2014-10-27 13:45:39 -07: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
Sergey Bylokhov
18c6eadd5f
7148531: [macosx] In test, the window does not have time to resize before make a screenshot
...
Reviewed-by: alexsch, azvegint
2014-10-14 18:58:06 +04:00
Weijun Wang
cd3c6765c2
8044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential (Krb5ProxyCredential)
...
Reviewed-by: mullan
2014-10-14 10:08:32 +08:00
Weijun Wang
5468e30603
8029659: Keytool, print key algorithm of certificate or key entry
...
Reviewed-by: xuelei
2014-10-14 10:07:44 +08:00
Daniel Fuchs
d678e2c0dc
8042147: test sun/util/logging/SourceClassName.java failed: Unexpected source: java.util.Currency info
...
The test should allow for the possibility that something else than the test code itself might log during the test.
Reviewed-by: lancea
2014-10-10 12:05:32 +02:00
Dmitry Samersoff
696e681f41
8059037: JdpTest.sh hangs when trying to kill the test VM
...
Removed shell tests enable java ones
Reviewed-by: sla, miauno
2014-10-09 06:49:13 -07:00
Weijun Wang
76b1f8c99c
8060007: Keytool test can use bundled NSS lib on Mac
...
Reviewed-by: vinnie
2014-10-09 16:05:24 +08:00
Mandy Chung
cc65df9be1
8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME
...
Reviewed-by: darcy
2014-10-07 19:22:24 -07:00
Vinnie Ryan
3215ed2f0a
8059627: Enable PKCS11 tests on Mac
...
Reviewed-by: mullan
2014-10-06 16:44:57 +01:00
Vinnie Ryan
a8d4acac11
8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
...
Reviewed-by: mullan
2014-10-05 14:24:44 +01:00
Weijun Wang
4a99ec3dce
8059313: Enable keytool NSS test on Mac
...
Reviewed-by: vinnie
2014-09-28 10:42:50 +08:00
Masayoshi Okutsu
77dc5d3c63
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
...
Reviewed-by: naoto
2014-09-26 12:52:18 +09:00
Phil Race
6a281f9f56
Merge
2014-09-25 15:31:13 -07:00
Anton Nashatyrev
f4d35341de
8058473: "Comparison method violates its general contract" when using Clipboard
...
Reviewed-by: serb, bae
2014-09-25 15:57:37 +04:00
Jaroslav Bachorik
2d52d7e64d
8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
...
Reviewed-by: sla
2014-09-24 11:55:36 +02:00
Pooja Chopra
9dd233271c
8058635: [TEST_BUG] sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails with Compilation error
...
Reviewed-by: serb, alexsch
2014-09-19 13:00:17 +04:00
Weijun Wang
f18f44bce3
8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
...
Reviewed-by: valeriep, alanb
2014-09-17 13:55:12 +08:00
Jaroslav Bachorik
c603f42b91
8056143: interrupted java/lang/management/MemoryMXBean/LowMemoryTest.java leaves running process
...
Reviewed-by: sla, dholmes
2014-10-17 10:53:30 +02:00
Phil Race
1b9cab9346
Merge
2014-09-12 10:33:32 -07:00
Phil Race
3454cc7623
Merge
2014-09-08 10:24:45 -07:00
Staffan Larsen
13a51887f7
8057776: Misc cleanups of the attach code
...
Reviewed-by: alanb, dfuchs, jbachorik
2014-09-08 14:46:51 +02:00
Aleksei Efimov
5e87931875
8049343: (tz) Support tzdata2014g
...
Reviewed-by: mfang, okutsu
2014-09-07 23:04:09 +04:00
Phil Race
fd17be8db7
Merge
2014-09-02 12:38:17 -07:00
Katja Kantserova
2905bd08a6
8056994: sun/tools/jstatd/TestJstatdPortAndServer.java and sun/tools/jstatd/TestJstatdServer.java miss correct check of RMI server availability
...
Reviewed-by: jbachorik, dsamersoff
2014-09-02 11:05:41 +02:00
Yong Jeffrey Huang
95232def75
8055222: ISO 4217 Amendment #159
...
Reviewed-by: naoto
2014-09-04 00:32:43 -07:00
Jaroslav Bachorik
d7d41d2c0d
8057134: sun/management/jmxremote/startstop/JMXStartStopTest.java failing intermittently
...
Reviewed-by: sla, dfuchs
2014-09-03 17:08:58 +02:00
Jaroslav Bachorik
e4085cd0a6
8057150: Add more diagnostics to JMXStartStopTest
...
Reviewed-by: sla, dfuchs
2014-09-03 16:05:41 +02:00
Naoto Sato
2cbff3dfc4
8038436: Re-examine the mechanism to determine available localedata and cldrdata
...
Reviewed-by: alanb, mchung, okutsu
2014-09-02 14:11:38 -07:00
Peter Levart
4029366de9
8047769: SecureRandom should be more frugal with file descriptors
...
Introduce FileInputStreamPool to cache open FileInputStreams
Reviewed-by: wetmore, alanb, chegar
2015-01-21 12:49:53 +01:00
Felix Yang
c06b7a8915
8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
...
Reviewed-by: chegar
2015-01-20 13:49:28 +00:00
Andrew Brygin
305fd1b6c4
8040617: [macosx] Large JTable cell results in a OutOfMemoryException
...
Reviewed-by: serb, prr
2014-08-26 14:10:10 +01:00
Michael McMahon
6f990e0e65
8056065: sun/net/www/protocol/http/RedirectOnPost.java failing
...
Reviewed-by: alanb
2014-08-26 15:08:42 +01:00
Amy Lu
ff93fd2cce
8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
...
Reviewed-by: mchung, darcy
2014-08-22 14:56:09 -07:00
Ivan Gerasimov
13da43d0d4
8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
...
Reviewed-by: valeriep
2014-08-23 01:05:50 +04:00
Jaroslav Bachorik
c3ba2ec46d
8040692: [TESTBUG] sun/management/jmxremote/bootstrap/JvmstatCountersTest.java requires -XX:+UsePerfData option to pass on embedded platforms
...
Reviewed-by: sla
2014-08-21 14:36:49 +02:00
Weijun Wang
391a556d14
8054817: File ccache only recognizes Linux and Solaris defaults
...
Reviewed-by: mullan
2014-08-19 14:30:12 +08:00
Katja Kantserova
107a5ada42
8054278
: Refactor jps utility tests
...
Reviewed-by: jbachorik
2014-08-15 12:28:58 +02:00
John Rose
9c80853676
8050884: Intrinsify ValueConversions.identity() functions
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
f365de576b
8050877: Improve code for pairwise argument conversions and value boxing/unboxing
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
Vladimir Ivanov
0898161932
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
...
Reviewed-by: psandoz, iignatyev
2014-09-10 19:19:47 +04:00
Phil Race
3cc3d82ad9
8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
...
Reviewed-by: bae, serb
2014-07-30 11:08:41 -07:00
Erik Gahlin
c231764323
8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
...
Reviewed-by: jbachorik
2014-08-07 15:16:35 +02:00
Ivan Gerasimov
e3b86ec908
8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
...
Reviewed-by: mullan, valeriep
2014-08-07 15:32:23 +04:00
Vinnie Ryan
b572fc9aad
8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
...
Reviewed-by: mullan
2014-08-05 13:59:15 +01:00
Rob McKenna
96c0091bde
8031435: Ftp download does not work properly for ftp user without password
...
Reviewed-by: chegar
2014-08-01 15:36:23 +01:00
David Dehaven
39082eb3c0
Merge
2014-07-29 09:09:55 -07:00
Phil Race
afd9788ce7
Merge
2014-07-21 09:04:24 -07:00
Weijun Wang
d99124eadb
8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
...
Reviewed-by: mullan
2014-07-21 22:10:37 +08:00
Weijun Wang
0f6c52abb1
8049834: Two security tools tests do not run with only JRE
...
Reviewed-by: mullan
2014-07-21 22:09:38 +08: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
Claes Redestad
f697e160a1
8050114: Expose Integer/Long formatUnsigned methods internally
...
Reviewed-by: mduigou
2014-07-18 22:32:24 +02:00
Ivan Gerasimov
80448466d4
8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
...
Reviewed-by: valeriep
2014-07-18 17:04:10 +04:00
Phil Race
faa69ed489
Merge
2014-07-16 15:12:24 -07:00
Anton Nashatyrev
021ffcfbdf
8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
...
Reviewed-by: bae, prr
2014-07-08 16:42:23 +04:00
Erik Gahlin
7f1cf5327f
8028474: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh timeout, leaves looping process
...
Reviewed-by: sla, jbachorik, rriggs
2014-07-03 18:20:42 +02:00
Phil Race
82cd8b6ece
Merge
2014-07-01 10:20:56 -07:00
Jaroslav Bachorik
3962277490
8044427: [test] sun/management/jmxremote/startstop/JMXStartStopTest times out intermittently on Solaris/Sparcv9
...
Reviewed-by: sla
2014-07-01 17:58:14 +02: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
David Dehaven
fee9c1b0cc
Merge
2014-06-23 13:05:27 -07:00
Phil Race
b5769155b4
8042098: Test sun/java2d/AcceleratedXORModeTest.java fails on Windows
...
Reviewed-by: jgodinez
2014-06-20 12:37:08 -07:00
Weijun Wang
cc269950df
8029994: Support "include" and "includedir" in krb5.conf
...
Reviewed-by: mullan
2014-06-20 10:27:10 +08:00
Phil Race
c878d790d1
Merge
2014-06-18 13:14:15 -07:00
Weijun Wang
ea1882be4f
8048073: Cannot read ccache entry with a realm-less service name
...
Reviewed-by: xuelei
2014-06-25 18:49:02 +08:00
Jaroslav Bachorik
99a469d169
8038826: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "should report port in use"
...
Reviewed-by: sla
2014-06-25 09:43:47 +02:00
Jaroslav Bachorik
cc7e85e940
8048005: Add test timing information to JMXStartStopTest
...
Reviewed-by: egahlin, dfuchs
2014-06-24 19:59:26 +02:00
Vinnie Ryan
7d5e52ba49
8047085: PKCS11/NSS tests failing intermittently on Windows
...
Reviewed-by: mullan
2014-06-18 15:05:29 +01:00
Phil Race
dc20ecddcf
Merge
2014-06-09 11:58:27 -07:00
Katja Kantserova
12e0fea90c
6545295: TEST BUG: The test HatHeapDump1Test uses wrong path in exec call
...
Reviewed-by: sla
2014-06-16 11:03:54 +02:00
Weijun Wang
a22c2ed67f
8046702: default_options.sh test failure on Solaris
...
Reviewed-by: xuelei
2014-06-13 08:25:50 +08: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
Pavel Rappo
66135672e1
8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses
...
Reviewed-by: chegar, alanb, michaelm
2014-06-10 11:15:23 +01:00
Weijun Wang
53c7b2ac2b
8023197: Pre-configured command line options for keytool and jarsigner
...
Reviewed-by: xuelei
2014-06-11 18:27:10 +08:00
Anthony Scarpino
b757b4461e
8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches
...
Reviewed-by: vinnie
2014-06-10 12:04:42 -07:00
Weijun Wang
704a20b250
8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
...
Reviewed-by: xuelei
2014-06-06 22:31:53 +08:00
Weijun Wang
47e4638160
8044755: Add a test for algorithm constraints check in jarsigner
...
Reviewed-by: xuelei
2014-06-05 15:27:51 +08:00
Mattias Tobiasson
2e06869b6f
8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected
...
Ignore read-only test if file is not read-only. This will happen when test is run as root.
Reviewed-by: sla, dholmes
2014-06-04 13:12:16 +02:00
Athijegannathan Sundararajan
fba8040fb3
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
...
Reviewed-by: jlaskey, lagergren, ksrini
2014-06-03 21:21:32 +05:30
Ivan Gerasimov
a9f575446d
8037866: Replace the Fun class in tests with lambdas
...
Reviewed-by: martin
2014-06-02 19:49:57 +04:00
Weijun Wang
a57ab24f53
8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
...
Reviewed-by: xuelei
2014-05-30 14:37:43 +08:00
Vinnie Ryan
1eef4367df
8044038: Security tests fail on 32 bit linux platform
...
Reviewed-by: xuelei, weijun
2014-05-29 15:50:36 +01:00
Weijun Wang
1b1639105a
8036709: Java 7 jarsigner displays warning about cert policy tree
...
Reviewed-by: mullan
2014-05-29 10:36:06 +08:00
Pavel Rappo
f7f994834f
8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
...
Reviewed-by: chegar, michaelm, alanb, mr
2014-05-27 10:27:51 +01: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
Michael Fang
47f996990c
Merge
2014-05-22 09:15:01 -07:00
Sandipan Razzaque
a8c4f42722
8037343: Wrong dateformat for locale es_DO
...
Reviewed-by: okutsu
2014-05-22 08:13:14 -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
Weijun Wang
53cb60f148
8043537: Changes for JDK-8039951 introduced circular dependency between Kerberos and com.sun.security.auth
...
Reviewed-by: alanb
2014-05-22 07:04:57 +08:00
Staffan Larsen
9e710c30f7
8043551: [TESTBUG] sun/tools/jcmd/TestJcmdSanity.java failure in nightly jdk9-dev fastdebug build
...
Add -XX:+UsePerfData to the test
Reviewed-by: dholmes
2014-05-21 10:22:20 +02:00
Anton Nashatyrev
86104df3c2
8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
...
Reviewed-by: bae, serb
2014-05-19 16:48:41 +04:00
Chris Hegarty
187bacb237
8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
...
Reviewed-by: michaelm
2014-11-14 18:15:52 +00:00
Phil Race
349b9794b1
Merge
2014-05-12 09:38:27 -07:00
Jamil Nimeh
4e99062caa
6996377: shrink duplicate code in the constructor of PKIXValidator
...
Reviewed-by: mullan, xuelei
2014-05-12 12:35:23 -04:00
Aleksei Efimov
d395efe8f5
8043012: (tz) Support tzdata2014c
...
Reviewed-by: okutsu, peytoia
2014-05-15 18:18:19 +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
Staffan Larsen
70bf57509c
8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
...
Reviewed-by: igerasim, alanb, dsamersoff
2014-05-09 12:06:13 +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
Thomas Ng
a94a5b4ccd
Merge
2014-04-29 14:40:26 -07:00
Thomas Ng
4a5b727071
Merge
2014-04-29 09:04:02 -07:00
Alexey Ivanov
c6886100be
8024061: Exception thrown when drag and drop between two components is executed quickly
...
Reviewed-by: pchelko, serb
2014-04-21 16:32:41 +04:00
Phil Race
bf84755d46
Merge
2014-04-14 12:59:50 -07:00
Sergey Bylokhov
c801528f02
8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
...
Reviewed-by: bae, flar
2014-04-11 17:28:45 +04:00
Aleksei Efimov
52c87adff4
8038306: (tz) Support tzdata2014b
...
Reviewed-by: coffeys, sherman, okutsu
2014-04-04 19:27:17 +04:00
Weijun Wang
9bae1e597b
8029995: accept yes/no for boolean krb5.conf settings
...
Reviewed-by: mullan
2014-04-04 21:19:43 +08:00
Xueming Shen
8decb5de90
8039751: UTF-8 decoder fails to handle some edge cases correctly
...
To update decoder.isMalformed4_2() to correctly detect out of range 2nd byte
Reviewed-by: alanb
2014-04-12 14:38:50 -07: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
Weijun Wang
3344a6c353
8039132: cleanup @ignore JAAS/krb5 tests
...
Reviewed-by: xuelei
2014-04-09 17:08:37 +08:00
Katja Kantserova
60249f90a2
8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
...
Reviewed-by: jbachorik, sla
2014-04-07 16:13:43 +02:00
Phil Race
32ee4129bf
Merge
2014-03-24 10:43:59 -07:00
Staffan Larsen
5deaaa84e9
8037225: sun/tools/jinfo/Basic.sh fails
...
Reviewed-by: alanb
2014-03-21 14:45:54 +01:00
Andrew Brygin
724df6d805
8036022: D3D: rendering with XOR composite causes InternalError
...
Reviewed-by: flar, serb
2014-03-21 15:13:55 +04: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
Xue-Lei Andrew Fan
451daea8f4
8037346: Need to terminate server process if client runs into problems
...
Reviewed-by: weijun
2014-03-17 10:07:13 +00:00
Aleksei Efimov
1b8b577a18
8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
...
Reviewed-by: coffeys, okutsu
2014-03-14 15:50:20 +04:00
Aleksei Efimov
f461af84fd
8037012: (tz) Support tzdata2014a
...
Reviewed-by: coffeys, okutsu, sherman
2014-03-14 15:49:46 +04:00
Weijun Wang
93378ad4b9
8040321: keytool and jarsigner tests doesn't pass though VM tools to tools
...
Reviewed-by: alanb
2014-04-25 10:57:09 +08:00
Steven Lawrance
245c97d147
8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
...
Co-authored-by: Andreas Rieber <rieberandreas@gmail.com>
Reviewed-by: chegar
2014-04-23 13:19:21 +01: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
Alexandre Iline
092e29980a
8039438: Some tests depend on internal API sun.misc.IOUtils
...
Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
2014-04-21 13:12:22 -07:00
Weijun Wang
b49a1407bc
8038837: Add support to jarsigner for specifying timestamp hash algorithm
...
Reviewed-by: vinnie
2014-04-21 10:26:03 +08:00
Jaroslav Bachorik
cb5eb6cd31
8039080: "jinfo server_id@host" fails with "Invalid process identifier"
...
Reviewed-by: sla, sjiang, dsamersoff
2014-04-17 18:20:31 +02:00
Jason Uh
323843f397
8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
...
Reviewed-by: mullan
2014-03-12 08:55:35 -07:00
Weijun Wang
e83e738c09
8035963: The failed Kerberos tests due to timeouts
...
Reviewed-by: alanb, xuelei
2014-03-12 14:18:01 +08:00
Weijun Wang
fd6995ab56
8036971: krb5.conf does not accept directive lines before the first section
...
Reviewed-by: xuelei
2014-03-11 07:56:49 +08:00
Jason Uh
d6207a4ca5
8036844: test failures due to wrong keystore paths
...
Reviewed-by: weijun
2014-03-07 10:40:03 -08:00
Stuart Marks
2e0600a5c0
8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions
...
Reviewed-by: alanb
2014-03-06 14:26:26 -08:00
Staffan Larsen
5a678f7c26
8036599: Use Diagnostic Commands instead of SA by default in jinfo
...
Reviewed-by: alanb
2014-03-05 20:03:32 +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
Weijun Wang
0903468259
8036104: Rename the PAData.java test
...
Reviewed-by: xuelei
2014-03-03 10:55:31 +08:00
Jaroslav Bachorik
e2ab209b12
8035668: [test] Check that jstat does not cause problems when monitored application exits before jstat finishes its work
...
Reviewed-by: sla
2014-02-28 15:39:15 +01:00
Staffan Larsen
ee21184b17
7195249: Some jtreg tests use hard coded ports
...
Use Utils.getFreePort() and launch the tests by java code
Reviewed-by: jbachorik, sla
2014-02-28 12:57:35 +04:00
Yong Jeffrey Huang
648627721f
8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
...
Reviewed-by: okutsu
2014-02-26 19:11:00 -08:00
Stuart Marks
aabe1d72bb
8050105: test sun/rmi/rmic/minimizeWrapperInstances/run.sh fails
...
Reviewed-by: lancea, mduigou, darcy
2014-07-12 10:52:51 -07:00
Valerie Peng
efa54ce543
8043406: Change default policy for JCE providers to run with as few privileges as possible
...
Provide default permissions for crypto providers
Reviewed-by: mullan, vinnie
2014-07-10 22:44:58 +00:00
Weijun Wang
57d0562d7c
8044085: Access ExtendedGSSContext.inquireSecContext() result through SASL
...
Reviewed-by: mullan
2014-07-10 10:44:48 +08:00
Lana Steuck
657b9db1ba
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
Jaroslav Bachorik
70f2238ba9
8035395: sun/management/jmxremote/startstop/JMXStartStopTest.java fails intermittently: Port already in use
...
Reviewed-by: sla, sjiang
2014-02-21 14:01:57 +01:00
Jaroslav Bachorik
6005bfb33e
8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
...
Reviewed-by: dholmes
2014-02-21 12:31:29 +01:00
Michael McMahon
afaa69f874
8034853: remove sun.misc.ClassLoaderUtil
...
Reviewed-by: alanb, mchung, chegar
2014-02-18 12:25:31 +00:00
Mattias Tobiasson
40041ce438
6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
...
Uses common testlibrary to find executable. Removed NullPointerExceptions. Log more.
Reviewed-by: sla
2014-01-21 15:17:57 +01:00
Jaroslav Bachorik
431e7d6c39
8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
...
Reviewed-by: dfuchs, sjiang
2014-02-17 09:43:12 +01:00
Tristan Yan
39d3c424cb
8030844: sun/rmi/rmic/classpath/RMICClassPathTest.java timeout in same binaries run
...
Reviewed-by: smarks
2014-02-13 11:15:56 +08:00
Stuart Marks
935bd9f979
8034000: lack of /othervm option can cause some RMI tests to fail
...
Reviewed-by: darcy, alanb
2014-02-13 14:48:39 -08:00
Michael Cui
dca4d10631
8028711: TEST_BUG: Shell tests should pass through VM options
...
Reviewed-by: alanb
2014-02-13 15:59:04 +00:00
Alan Bateman
961783d954
8034776: Remove sun.misc.Service
...
Reviewed-by: sundar, lancea, chegar
2014-02-12 14:07:55 +00:00
Weijun Wang
2b7c6c0d41
8034762: Move krb5.conf related tests into a single place
...
Reviewed-by: xuelei
2014-02-12 19:20:43 +08:00
Rob McKenna
77bcb60eee
7152892: some jtreg tests fail with permission denied
...
Reviewed-by: coffeys
2014-02-10 14:35:42 +00:00
Chris Hegarty
49605b7bf9
7150539: HttpURLConnection.getResponseMessage() doesn't throw IOException on server error (OS X)
...
Reviewed-by: michaelm, alanb
2014-01-31 11:10:36 +00:00
Aleksei Efimov
7e532727a0
8030822: (tz) Support tzdata2013i
...
Reviewed-by: coffeys, mfang, okutsu
2014-01-30 12:22:24 +04:00
Eric Wang
ba68b878a0
8031179: update RMI tests to declare othervm explicitly
...
The /othervm declaration should be added to all the RMI tests and the RMI directories removed from the othervm.dirs property
Reviewed-by: smarks
2014-01-29 22:18:46 -08:00
Vladimir Kozlov
57b7b831ae
Merge
2014-01-28 14:57:41 -08:00
Weijun Wang
49fdbfba20
8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
...
Reviewed-by: mullan
2014-01-25 18:16:33 +08:00
Volker Simonis
c329a619fd
8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
...
Reviewed-by: kvn
2014-01-24 19:18:17 +01:00
Vladimir Kozlov
9c83896027
Merge
2014-01-22 14:17:32 -08:00
Mattias Tobiasson
dc4d716d02
6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output
...
Keep check for specific lines. Remove check for total number of lines.
Reviewed-by: sla
2014-01-21 08:36:12 +01:00
Ivan Gerasimov
4339b3b54f
8025886: replace [[ and == bash extensions in regtest
...
Reviewed-by: dsamersoff, sla
2014-01-20 19:23:22 +04:00
Jaroslav Bachorik
28dabe2b6e
8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh
...
Reviewed-by: sla
2014-01-21 09:15:46 +01:00
Volker Simonis
70041ae4e4
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
Alexander Zuev
f4daa36dfe
Merge
2014-01-20 19:11:57 +04:00
Peter Allwin
49103a8c63
8004183: test/sun/management/jmxremote/LocalRMIServerSocketFactoryTest.java doesn't clean-up
...
Reviewed-by: sjiang, dfuchs, dholmes, olagneau, dholmes, jbachorik
2014-01-17 16:25:17 +01:00
Abhijit Saha
7e9ef6dd1f
Merge
2014-01-16 21:44:18 -08:00
Abhijit Saha
a9a038efa7
Merge
2014-01-15 10:09:00 -08:00
Joe Darcy
48ce9464b0
8031651: Remove unneeded -source and -target flags in jdk repo regression tests
...
Reviewed-by: dfuchs, mullan
2014-01-14 10:08:24 -08:00
Xue-Lei Andrew Fan
ca25819893
8031566: regression test failure, SSLEngineBadBufferArrayAccess.java
...
Reviewed-by: mullan
2014-01-14 06:41:10 -08:00