7532 Commits

Author SHA1 Message Date
Weijun Wang
9197f75413 8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
Reviewed-by: mullan
2016-06-17 21:08:03 +08:00
Weijun Wang
644df29a24 8158633: BASE64 encoded cert not correctly parsed with UTF-16
Reviewed-by: mullan
2016-06-17 21:07:31 +08:00
Nishit Jain
868cd939e6 8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
Reviewed-by: naoto, okutsu, peytoia
2016-06-17 21:42:38 +09:00
Hamlin Li
0b8d67723b 8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar
Reviewed-by: alanb
2016-06-17 04:35:09 -07:00
Masayoshi Okutsu
7d9de8aef5 8158272: IncludeLocalesPluginTest.java fails with timeout
8158468: tools/jlink/plugins/IncludeLocalesPluginTest.java doesn't detect test failures

Reviewed-by: alanb, mchung, naoto
2016-06-17 17:06:16 +09:00
Alan Bateman
8547893efe 8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module

Reviewed-by: chegar, mchung
2016-06-17 08:41:39 +01:00
Weijun Wang
0b83896bd2 8156471: test/sun/security/krb5/auto/TestHosts should not be modified in-place
Reviewed-by: xuelei
2016-06-17 10:53:13 +08:00
Weijun Wang
43402ad3fb 8157387: StrongSecureRandom.java timeout after push for JDK-8141039
Reviewed-by: xuelei, wetmore
2016-06-17 09:46:36 +08:00
Weijun Wang
6c14c3fdae 6968542: keytool -importcert cannot deal with duplicate certs
Reviewed-by: xuelei
2016-06-17 09:46:27 +08:00
Joe Darcy
b2795ca463 8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
Reviewed-by: mchung, chegar
2016-06-16 13:00:34 -07:00
Jim Laskey
f98b4f5aea 8159206: All jlink or jmod tests failing
Reviewed-by: alanb, mchung
2016-06-16 09:09:53 -03:00
Valerie Peng
c1c5618ddd 8154191: Deprivilege java.smartcardio module
Updated java.policy with the entry for java.smartcardio module

Reviewed-by: mullan, mchung
2016-06-15 23:24:08 +00:00
Doug Lea
559140e18e 8066070: PriorityQueue corrupted when adding non-Comparable
Reviewed-by: martin, chegar
2016-06-01 19:03:15 -07:00
David Dehaven
a513e6fe8a Merge 2016-06-15 12:47:50 -07:00
Mandy Chung
99b0f7996c 8068764: java/lang/ClassLoader/ExtDirs.java failed with java.lang.IllegalThreadStateException with fastdebug
Reviewed-by: alanb
2016-06-15 11:56:09 -07:00
Alexandre Iline
431772cea7 8158855: Fix remaining module dependences in java/lang
Reviewed-by: alanb, mchung, amlu
2016-06-15 10:25:25 -07:00
Naoto Sato
a94f94cce1 8043387: java/time/test/java/util/TestFormatter.java failed
Reviewed-by: sherman
2016-06-15 09:24:16 -07:00
David Dehaven
2579e92c1f Merge 2016-06-15 09:24:05 -07:00
Shilpi Rastogi
3555038f51 8039955: [TESTBUG] jdk/lambda/LambdaTranslationTest1 - java.lang.AssertionError: expected [d:1234.000000] but found [d:1234,000000]
Reviewed-by: psandoz
2016-06-15 14:21:24 +02:00
Joe Darcy
ec44f8917b 8159502: Mark ShortRSAKey512.java as intermittently failing
Reviewed-by: xuelei
2016-06-14 23:02:43 -07:00
Weijun Wang
2fdac0ef5e 8158887: sun/security/tools/jarsigner/concise_jarsigner.sh timed out
Reviewed-by: xuelei
2016-06-15 11:42:59 +08:00
Alejandro Murillo
6015181842 Merge 2016-06-14 20:17:41 -07:00
Xueming Shen
5aad7937b7 8139414: java.util.Scanner hasNext() returns true, next() throws NoSuchElementException
8072582: Scanner delimits incorrectly when delimiter spans a buffer boundary

Reviewed-by: smarks
2016-06-14 16:56:27 -07:00
Artem Smotrakov
aa221e3a63 8159038: javax/net/ssl/SSLSession/SessionCacheSizeTests.java failed with java.net.SocketException: Address already in use
Reviewed-by: xuelei
2016-06-14 10:27:23 -07:00
Alejandro Murillo
3391d95d57 Merge 2016-06-14 10:22:07 -07:00
Nishit Jain
3db5ac3931 8135061: java.util.Locale#lookup throws java.lang.StringIndexOutOfBoundsException for range having '-' as second character
Reviewed-by: okutsu, peytoia
2016-06-14 12:29:49 +09:00
Valerie Peng
d9d53c3850 8157489: AppleProvider in java.base/macosx/classes/module-info.java.extra
Remove the line for ServiceLoader lookup

Reviewed-by: mchung
2016-06-13 21:49:37 +00:00
Chris Hegarty
6461c37c9a 8041924: sun/net/www/http/ChunkedOutputStream/checkError.java fails on some systems
Reviewed-by: coffeys
2016-06-13 18:28:46 +01:00
Bhanu Prakash Gopularam
b9e8313df2 8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs
Removing test as java.ext.dirs not supported

Reviewed-by: mchung, mullan
2016-06-12 23:19:34 -07:00
Dan Smith
78f6770876 8159186: jdk/test/Makefile: allow users to set verbosity
Reviewed-by: erikj
2016-06-13 09:31:20 -06:00
Pavel Rappo
763be5ec14 8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
Reviewed-by: chegar
2016-06-13 15:48:17 +01:00
Tim Du
bc833edb16 8158620: Enable debug option for sun/security/ec/TestEC.java
Reviewed-by: mullan, xuelei
2016-06-13 00:47:32 -07:00
Daniel Fuchs
4c69f47805 8153666: Optimize Formatter.formatMessage
This patch brings a small optimization that removes needless synchronization in Formatter.formatMessage. It also fixes the code that decides whether to call MessageFormat, and brings a small clarification to the API documentation on the conditions when that will happen.

Reviewed-by: rriggs, martin
2016-06-13 08:20:34 +01:00
John Jiang
c5b3a7c036 8151913: Fix module dependencies in java/net tests
Module dependency declaration for java/net/* tests

Reviewed-by: alanb
2016-06-12 21:55:20 -07:00
Joe Darcy
0530bceffc 5041778: (ann) AnnotationFormatError if "default" Class type not found
Reviewed-by: jfranck
2016-06-12 12:14:52 -07:00
Weijun Wang
ec53a43962 8158534: DrbgParameters strength parameter is underspecified if < -1
Reviewed-by: xuelei
2016-06-12 10:48:19 +08:00
John Jiang
032b90ef59 8157665: ProblemList.txt needs to be updated as 7041639 closed
Since the bug JDK-7041639 have been closed, so the associated tests should be removed from ProblemList.

Reviewed-by: xuelei
2016-06-11 18:33:53 -07:00
Alexandre Iline
9862c36936 8157996: Unneeded import in lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java
Reviewed-by: mchung, chegar
2016-05-27 14:26:58 -07:00
Phil Race
5ec4301ed5 8157339: Further stabilization for the SwingSet client sanity tests
Reviewed-by: serb, alexsch
2016-05-27 13:26:56 -07:00
Dmitry Samersoff
df511d0dcc 8152950: BasicLauncherTest.java fails due to type error
Better handle js engine initialization error

Reviewed-by: jbachorik
2016-05-27 19:31:41 +03:00
Masayoshi Okutsu
8cb25f3af9 8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository
Reviewed-by: alanb, peytoia, naoto
2016-05-27 14:33:48 +09:00
Felix Yang
3e72d2ce1c 8157931: jdk/internal/jrtfs/Basic.java fails with exploded builds
Reviewed-by: alanb, sundar, jlaskey
2016-05-26 18:56:46 -07:00
John Jiang
6ffb19d592 8157783: Fix module dependencies for /jdk/* tests
Module declarations for the tests in /jdk/*

Reviewed-by: chegar
2016-05-26 15:47:39 -07:00
Alejandro Murillo
62c695b852 Merge 2016-05-26 14:24:50 -07:00
Daniel Fuchs
c3435ed005 8146389: java/util/logging/XMLFormatterDate.java fails during year switch
Updates the test to match the changes in the XML content that were brought by JDK-8072645.

Reviewed-by: joehw
2016-05-26 19:55:00 +02:00
Alan Bateman
39e8310a9a 8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer
Reviewed-by: chegar, mchung
2016-05-26 10:56:58 +01:00
Amy Lu
55279111aa 8157663: Remove tools/jimage/JImageTest.java from ProblemList.txt
Reviewed-by: darcy
2016-05-26 16:11:04 +08:00
Xueming Shen
6d8b52eca8 8147539: (zipfs) ZipPath should throw ProviderMismatchException when invoking register()
8153248: (zipfs) ZipPath#getFileName( ) returns inconsistent result
8146754: (zipfs) ZipPath.relativize() returns wrong result for path ending with slash /
8139956: (zipfs) ZipPath does not produce correct empty path on relativize()

Reviewed-by: alanb, shurailine
2016-05-25 13:53:03 -07:00
Alan Bateman
bfb7fba79b 8156142: ModuleReader instances don't always throw NPE for passed null args
Reviewed-by: chegar, mchung
2016-05-25 20:12:32 +01:00
Alan Bateman
53e204dc49 8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
Reviewed-by: chegar, mchung
2016-05-25 19:58:03 +01:00