Commit Graph

4818 Commits

Author SHA1 Message Date
Michael McMahon
545500cc52 Merge 2014-08-26 15:18:38 +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
Michael McMahon
7c8053cd97 8055747: Move SimpleSSLContext to jdk/testlibrary
Reviewed-by: chegar
2014-08-26 10:10:58 +01:00
Jaroslav Bachorik
82dd03274a 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
Reviewed-by: sla
2014-08-25 18:17:24 +02:00
Zaiyao Liu
f34547460c 8050370: Need new regressions tests for messageDigest with DigestIOStream
Reviewed-by: weijun
2014-08-26 15:10:29 +08:00
Amy Lu
10489a3c6c 8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
Reviewed-by: mchung, darcy
2014-08-22 18:54:20 -07: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
3c1daad18d 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
Reviewed-by: dfuchs, sjiang
2014-08-21 15:22:07 +02: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
Evgeniya Stepanova
cd181f5b09 8055393: [Testbug] Some tests are being executed and fail under profiles
Reviewed-by: mchung, dholmes
2014-08-21 22:07:14 -07:00
Staffan Larsen
cde8258b65 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
Write dcmd output to separate files so it does not confuse the output.

Reviewed-by: ctornqvi, mgronlun
2014-08-21 13:09:28 +02:00
Martin Buchholz
15aa55d99e 8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
Replace obsolescent cp -r with cp -R.  Add more error checks.

Reviewed-by: naoto
2014-08-20 11:06:38 -07: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
Amy Lu
f9c8748b48 8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
Reviewed-by: mchung, sherman
2014-08-19 12:26:34 -07:00
David Dehaven
81d2d33d87 Merge 2014-08-19 10:34:07 -07:00
David Dehaven
b0860e6b99 Merge 2014-08-19 10:32:16 -07:00
Stefan Karlsson
73e818fea9 8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
Reviewed-by: sla, brutisso, mgerdin
2014-08-19 12:18:09 +02:00
Daniel Fuchs
f0133ac1a0 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest.

Reviewed-by: mchung
2014-08-19 17:11:28 +02:00
Christian Tornqvist
482e4a8859 8055012: [TESTBUG] NMTHelper fails to parse NMT output
Fixed the regular expression to parse the slightly changed output format of the new NMT implementation

Reviewed-by: olagneau, sla
2014-08-19 06:56:59 -07:00
Weijun Wang
391a556d14 8054817: File ccache only recognizes Linux and Solaris defaults
Reviewed-by: mullan
2014-08-19 14:30:12 +08:00
Martin Buchholz
0613e548bb 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
Always make a temp copy of the test JDK before destructively modifying

Reviewed-by: naoto, alanb
2014-08-18 21:06:45 -07:00
Chris Hegarty
ecac8938b5 Merge 2014-08-18 14:03:21 +01:00
Stefan Karlsson
9190088eb2 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc
Reviewed-by: jmasa, brutisso, sla
2014-08-18 13:55:29 +02:00
Chris Hegarty
7d146ee898 Merge 2014-08-18 10:59:36 +01:00
Chris Hegarty
3bc69d393d 8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@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>
Reviewed-by: alanb, chegar, ihse, mduigou
2014-08-17 15:54:13 +01:00
Katja Kantserova
107a5ada42 8054278: Refactor jps utility tests
Reviewed-by: jbachorik
2014-08-15 12:28:58 +02:00
Daniel Fuchs
15a875a7a5 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread.

Reviewed-by: dholmes
2014-08-14 15:18:11 +02:00
Staffan Larsen
84a2ad0372 8054824: Clean up ProblemList.txt
Reviewed-by: jbachorik
2014-08-14 13:43:02 +02:00
Phil Race
f8ddfbb0fa Merge 2014-08-08 12:54:39 -07: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
Alexander Scherbatiy
bd7970ecb9 8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
Reviewed-by: serb, pchelko
2014-08-08 16:19:36 +04:00
Alexander Scherbatiy
2d07a3650d 8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
Reviewed-by: serb, pchelko
2014-08-08 16:13:15 +04: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
Ivan Gerasimov
b79daf9354 8054221: StringJoiner imlementation optimization
Reviewed-by: martin
2014-08-07 15:07:33 +04:00
Masayoshi Okutsu
d84a697aad 8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
Reviewed-by: naoto, alanb
2014-08-07 13:04:26 +09:00
Alexander Potochkin
f7855341e8 8041982: Use of animated icon in JLayer causes CPU spin
Reviewed-by: alexsch
2014-08-06 21:46:17 +04:00
Neil Toda
c14ca481dd 8042469: Launcher changes for native memory tracking scalability enhancement
Reviewed-by: darcy, ksrini, zgu
2014-08-05 19:29:00 -07:00
Ivan Gerasimov
6b6a37ee50 8051382: Optimize java.lang.reflect.Modifier.toString()
Reviewed-by: martin
2014-08-06 02:11:17 +04:00
Phil Race
87529a143b Merge 2014-08-05 12:14:11 -07:00
Sean Mullan
24475b6d8c Merge 2014-08-05 10:01:38 -04: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
Vinnie Ryan
b572fc9aad 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
Reviewed-by: mullan
2014-08-05 13:59:15 +01:00
Alexander Stepanov
ef8a60296e 8052012: move awt automated tests from AWT_Modality to OpenJDK repository - part 5
Reviewed-by: serb
2014-08-05 15:39:05 +04:00
Amy Lu
108bef819d 8054095: No space allowed in platforms string in ProblemList.txt
Reviewed-by: weijun
2014-08-03 20:09:08 +08: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
Rob McKenna
063b7f5dc9 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
Reviewed-by: rriggs
2014-08-01 15:34:55 +01:00
Xue-Lei Andrew Fan
ef6f1e0e2e 8052406: SSLv2Hello protocol may be filter out unexpectedly
Reviewed-by: weijun
2014-08-01 12:05:05 +00:00
Aleksei Efimov
5be9b5e8ec 8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
2014-07-31 11:31:57 +04:00