Commit Graph

4885 Commits

Author SHA1 Message Date
Sean Mullan
9f0c03e612 Merge 2014-09-18 15:37:40 -04:00
Amanda Jiang
746ed2b4eb 8050281: New permission tests for JEP 140
Reviewed-by: mullan
2014-09-18 15:36:38 -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
Amy Lu
6f7645f43c 8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
Reviewed-by: dholmes, alanb
2014-09-17 23:27:59 -04:00
Brian Burkhalter
6d148f368d 8058679: More bad characters in BigIntegerTest
Remove remaining non-US-ASCII characters

Reviewed-by: alanb
2014-09-17 14:11:40 -07:00
Brian Burkhalter
0c71a5e8f4 8058664: Bad fonts in BigIntegerTest
Replace bad fonts with spaces.

Reviewed-by: alanb
2014-09-17 11:04:16 -07:00
Paul Sandoz
af548efaa7 8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
Reviewed-by: alanb, dholmes
2014-09-17 16:47:52 +02: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
Vladimir Ivanov
21e3c51138 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
Reviewed-by: darcy, alanb
2014-09-16 23:04:13 +04:00
Robert Gibson
8acf66df11 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
Modify divideLarge() method such that the w/z division exercises the B-Z branch.

Reviewed-by: darcy
2014-09-15 13:25:08 -07: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
Claes Redestad
d28777cff8 8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
Reviewed-by: lancea
2014-09-16 00:26:58 +02:00
Claes Redestad
2aafc0ee9f 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
Reviewed-by: lancea
2014-09-15 21:20:46 +02:00
Robert Gibson
f5de6e9460 8057793: BigDecimal is no longer effectively immutable
Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.

Reviewed-by: darcy
2014-09-15 13:05:04 -07:00
Ivan Gerasimov
2426fa797f 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
Reviewed-by: alanb
2014-09-13 20:06:15 +04:00
Behdad Esfahbod
c29aa1d7b9 8057986: freetype code to get glyph outline does not handle initial control point properly
Co-authored-by: Igor Kopylov <ikopylov@google.com>
Reviewed-by: prr, dougfelt
2014-09-05 19:06:07 -07:00
Martin Buchholz
3951dda4cf 8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
Fix off-by-one bug in EXTSIG handling; add docs.

Reviewed-by: sherman, alanb
2014-08-29 12:07:11 -07:00
Phil Race
d6bfab8b1d Merge 2014-09-12 13:08:35 -07:00
Konstantin Shefov
881fa79cfe 8057719: Develop new tests for LambdaForm Reduction and Caching feature
Reviewed-by: iignatyev, vlivanov, psandoz
2014-09-12 22:33:09 +04:00
Konstantin Shefov
9e30841d28 8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
Reviewed-by: iignatyev, vlivanov
2014-09-12 22:33:09 +04:00
Shanliang Jiang
657d8c6e77 8057951: javax/management/monitor/... should be quarantined
Reviewed-by: jbachorik
2014-09-12 20:19:24 +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
Phil Race
62b9ab4a81 Merge 2014-09-02 11:21:29 -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
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
Katja Kantserova
ba917d9443 8057686: Clean up ProblemList.txt
Reviewed-by: jbachorik
2014-09-05 15:09:05 +02:00
Alan Bateman
2689839d79 8029516: (fs) WatchKey cancel unreliable on Windows
Reviewed-by: chegar
2014-09-05 12:18:31 +01:00
Lance Andersen
1300729887 8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory
Reviewed-by: rriggs
2014-09-04 12:23:01 -04: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
Zaiyao Liu
0fdc2863c1 8048621: Implement basic keystore tests
Reviewed-by: xuelei
2014-09-03 06:57:40 +00:00
Raghu Nair
259c3ec2e9 8048362: Tests for doPrivileged with accomplice
Reviewed-by: vinnie
2014-09-03 02:11:16 +00: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
Joe Wang
c0411e6736 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
Reviewed-by: lancea
2014-08-29 11:59:34 -07:00
Yuri Nesterenko
11492e4215 8055664: move 14 tests about setLocationRelativeTo to jdk
Reviewed-by: alexsch, azvegint
2014-08-29 14:27:43 +04:00
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
77d0374290 8055299: HttpsURLConnection.equals() broken
Reviewed-by: chegar, xuelei
2014-08-28 10:17:55 +01:00
Clemens Eisserer
e185c7ed20 8054638: xrender: text drawn after setColor(Color.white) is actually black
Reviewed-by: bae, prr
2014-08-27 08:29:39 -07:00
Stefan Karlsson
6331a415d5 8056148: Add java/lang/management/MemoryMXBean/LowMemoryTest.java to ProblemList.txt
Reviewed-by: chegar, brutisso
2014-08-27 10:14:16 +02:00
Zaiyao Liu
ee35cf6516 8048617: Tests for PKCS12 read operations
Reviewed-by: weijun
2014-08-27 11:33:45 +08: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
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
Phil Race
7fdf99b47b Merge 2014-08-25 10:43:59 -07:00
Martin Buchholz
619ef479f3 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
Try to resize to "well-known" hotspot max array size first.

Reviewed-by: alanb, mduigou
2014-08-25 10:40:55 -07:00
Michael McMahon
545500cc52 Merge 2014-08-26 15:18:38 +01:00