Alexander Stepanov
4f0106f244
8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3
...
Reviewed-by: pchelko
2014-07-21 13:17:43 +04:00
Dmitriy Ermashov
29f1de0411
8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK
...
Reviewed-by: azvegint, serb
2014-07-21 12:29:45 +04: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
Mark Sheppard
88790a751d
8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces
...
Add additional diagnostic output for failed netwrok interface
Reviewed-by: chegar
2014-07-18 01:39:42 +01:00
Phil Race
faa69ed489
Merge
2014-07-16 15:12:24 -07:00
Phil Race
250c5c42e6
Merge
2014-07-16 12:48:42 -07:00
Claes Redestad
59d0a64c19
8041972: Additional parse methods for Long/Integer
...
Reviewed-by: mduigou, psandoz
2014-07-12 01:36:25 +02:00
Xueming Shen
9f7993fe13
8042589: String.toLowerCase do not work for some concatenated strings
...
To include surrogate check in loop
Reviewed-by: mchung
2014-07-17 11:08:50 -07:00
Joe Wang
36d328ec5f
8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
...
Reviewed-by: lancea
2014-07-16 18:22:09 -07:00
Phil Race
d7f59acb44
8048328: CUPS Printing does not report supported printer resolutions
...
Reviewed-by: bae, jgodinez
2014-07-11 11:12:59 -07:00
Alexey Ivanov
7144d3a4fd
8046559: NPE when changing Windows theme
...
Reviewed-by: pchelko, anthony
2014-07-08 12:20:06 +04:00
Phil Race
3632d84aaf
Merge
2014-07-07 10:27:56 -07:00
Erik Gahlin
723bfa2b58
8047368: Remove oracle.jrockit.jfr from open package.access list
...
Reviewed-by: sla, mullan
2014-07-07 15:06:00 +02:00
Daniel Fuchs
44470419c0
8048020: Regression on java.util.logging.FileHandler
...
In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
Reviewed-by: alanb
2014-07-07 15:31:07 +02:00
Evgeniya Stepanova
f7d6809219
8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
...
Reviewed-by: dholmes, dfuchs
2014-07-06 20:12:44 -04:00
Anton Tarasov
d5f9bdbecf
8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
...
Reviewed-by: azvegint, alexsch
2014-07-04 15:16:02 +04:00
Dmitriy Ermashov
e4904a94ce
8048246: Move AWT_DnD/Clipboard/Automated functional tests to OpenJDK
...
Reviewed-by: pchelko
2014-07-04 13:40:55 +04:00
Naoto Sato
e3479393de
8038092: Re-examine Bidi reflective dependency on java.awt.font
...
Reviewed-by: alanb
2014-07-03 16:19:39 -07: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
Anton Nashatyrev
2dbe14ef7e
8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar
...
Reviewed-by: alexp, alexsch
2014-07-03 18:47:42 +04:00
Sergey Malenkov
d5b9d36ad9
4058433: RFE: tool for creating BeanInfo template
...
Reviewed-by: alexsch, serb
2014-07-03 16:55:55 +04:00
Jeremy Manson
179fd7be27
8048840: File.createTempFile has uninformative failure message
...
Reviewed-by: martin, alanb
2014-07-02 14:14:17 -07:00
Martin Buchholz
b6e211ab64
8048990: ZipFile.entries() can't handle empty zip entry names
...
GetEntryBytes should never return null pointer for entry names
Reviewed-by: sherman
2014-07-02 10:21:23 -07:00
Artem Malinko
8bd889eb2a
8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
...
Reviewed-by: anthony, pchelko
2014-07-02 14:48:37 +04: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
Phil Race
bf3d4b5bc7
Merge
2014-07-01 12:02:30 -07:00
Phil Race
82cd8b6ece
Merge
2014-07-01 10:20:56 -07:00
Jamil Nimeh
2edd214440
8015081: javax.security.auth.Subject.toString() throws NPE
...
Reviewed-by: xuelei, weijun
2014-07-01 09:46:20 -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
Sean Coffey
19c07ee15b
7095856: OutputStreamHook doesn't handle null values
...
Reviewed-by: lancea, msheppar
2014-07-01 16:51:44 +01:00
Staffan Larsen
829524e7d6
8048710: Use ServiceLoader for the jvmstat protocols
...
Reviewed-by: alanb
2014-07-01 16:08:45 +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
Jaroslav Bachorik
7b43631edc
8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
...
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Dmitriy Ermashov
cf4ed54c17
8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree
...
Reviewed-by: pchelko
2014-07-01 12:49:36 +04: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
Dmitry Markov
b45831b5b5
8048506: [macosx] javax.swing.PopupFactory issue with null owner
...
Reviewed-by: pchelko, alexsch
2014-06-30 16:23:18 +04:00
Mike Duigou
efbff37c1a
8048207: Collections.checkedQueue.offer() calls add on wrapped queue
...
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Phil Race
462198fc26
8043508: JVM core dumps with very long text in tooltip
...
Reviewed-by: bae, jgodinez
2014-06-26 16:14:54 -07:00
Phil Race
1573a33089
8041902: When printing, polylines are not rendered as joined
...
Reviewed-by: bae, jgodinez
2014-06-26 16:10:33 -07:00
Alexander Scherbatiy
c0c1d91633
8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
...
Reviewed-by: pchelko, anthony, ksrini
2014-06-25 19:10:32 +04:00
Andrei Eremeev
02990e046b
7112454: TEST_BUG: java/awt/Choice/PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents.html failed
...
Reviewed-by: anthony, pchelko
2014-06-24 12:27:37 +04:00
David Dehaven
fee9c1b0cc
Merge
2014-06-23 13:05:27 -07:00
Phil Race
8233313cb4
8043509: java.awt.Font gets initialized with the wrong font name for some Locales
...
Reviewed-by: bae, jgodinez
2014-06-23 12:48:16 -07:00
Petr Pchelko
22b836a06a
8047798: Remove EventQueueDelegate
...
Reviewed-by: anthony, art
2014-06-23 22:15:09 +04:00
Mikhail Cherkasov
cb14edb87e
4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
...
Reviewed-by: prr, bae
2014-07-10 18:46:40 +04:00
Alexander Stepanov
2a84acf3dd
8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2
...
Reviewed-by: pchelko
2014-07-09 12:56:03 +04: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
Alexander Stepanov
89e241569b
8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
...
Reviewed-by: pchelko
2014-07-08 16:01:18 +04:00
Joe Wang
61ad72b44a
5077522: Duration.compare incorrect for some values
...
Reviewed-by: lancea, dfuchs
2014-06-23 10:40:20 -07:00
Staffan Larsen
578fc51475
8044772: TempDirTest.java still times out with -Xcomp
...
Reviewed-by: dholmes
2014-06-23 15:51:41 +02:00
Phil Race
b5769155b4
8042098: Test sun/java2d/AcceleratedXORModeTest.java fails on Windows
...
Reviewed-by: jgodinez
2014-06-20 12:37:08 -07:00
Dmitriy Ermashov
cbef61567d
8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository
...
Reviewed-by: pchelko, alexsch
2014-06-20 16:48:30 +04:00
Weijun Wang
cc269950df
8029994: Support "include" and "includedir" in krb5.conf
...
Reviewed-by: mullan
2014-06-20 10:27:10 +08:00
Alexander Zuev
a30dec6af6
8000650: unpack200.exe should check gzip crc
...
Reviewed-by: ksrini
2014-06-19 18:07:02 +04:00
Alexander Stepanov
5a66e76eff
8044429: move awt automated tests for AWT_Modality to OpenJDK repository
...
Reviewed-by: pchelko
2014-06-19 12:44:41 +04:00
Phil Race
c878d790d1
Merge
2014-06-18 13:14:15 -07:00
Phil Race
48ca67c5c4
Merge
2014-06-18 14:53:35 -07:00
Petr Pchelko
be48d07662
8047061: [macosx] Crash when setting display mode
...
Reviewed-by: anthony, alexsch
2014-06-18 13:21:59 +04:00
Naoto Sato
72fb4c3adf
8039317: Read currency.data as a resource
...
Reviewed-by: alanb, chegar
2014-06-26 10:48:43 -07:00
Mike Duigou
6c860a781a
8047795: Collections.checkedList checking bypassed by List.replaceAll
...
Reviewed-by: psandoz, chegar
2014-06-25 12:36:03 -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
Jaroslav Bachorik
8bca223cbd
8047073: Some javax/management/ fails with JFR
...
Reviewed-by: egahlin, dfuchs
2014-06-24 19:58:03 +02:00
Chris Hegarty
18728f8cb9
8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
...
Reviewed-by: alanb
2014-06-24 10:25:56 +01:00
Shanliang Jiang
0a5b921c13
8038321: RMIConnector_NPETest.java can't start rmid if running on fastdebug or Solaris-sparc
...
Reviewed-by: sla, jbachorik
2014-06-24 11:09:57 +02:00
Petr Pchelko
b0421303e6
8046221: [TEST_BUG] Cleanup datatransfer tests
...
Reviewed-by: anthony, alexsch
2014-06-16 17:13:58 +04:00
Sergey Bylokhov
c450cf57a3
8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
...
Reviewed-by: alexsch, anthony
2014-06-12 00:43:14 +04:00
Sergey Bylokhov
652e8b5ffb
8029455: [JLightweightFrame] support scaled painting
...
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Stephen Colebourne
0a8fa1b525
8046416: Unable to parse an Instant from fields
...
Fix Instant parsing
Reviewed-by: rriggs
2014-06-11 08:25:33 +01:00
Vinnie Ryan
7d5e52ba49
8047085: PKCS11/NSS tests failing intermittently on Windows
...
Reviewed-by: mullan
2014-06-18 15:05:29 +01:00
Dmitry Samersoff
97ce148fa7
8044762: com/sun/jdi/OptionTest.java test time out
...
Gdata could be NULL in debugInit_exit
Reviewed-by: dcubed
2014-06-18 03:29:58 -07: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
Phil Race
dc20ecddcf
Merge
2014-06-09 11:58:27 -07:00
Alex Schenkman
9a089404f8
8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
...
Reviewed-by: sla
2014-06-09 17:18:14 +02:00
Alex Schenkman
90ab8e5a78
8046352: com/sun/tools/attach/TempDirTest.java should be quarantined
...
Reviewed-by: sla
2014-06-09 17:12:18 +02:00
Alex Schenkman
2d567a8aac
8046351: com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotification[Content]Test.java should be quarantined
...
Reviewed-by: sla
2014-06-09 17:04:11 +02:00
Alex Schenkman
7261ca1965
8046348: com/sun/jdi/OptionTest.java should be quarantined
...
Reviewed-by: sla
2014-06-13 11:58:34 +02:00
Vladimir Ivanov
a58e574ffc
8046903: VM anonymous class members can't be statically invocable
...
Reviewed-by: jrose
2014-06-17 13:06:05 +04: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
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
Michael McMahon
b8bfe0d5f2
Merge
2014-06-13 14:32:49 +01:00
Michael McMahon
7ab2a6410b
8046588: test for SO_FLOW_SLA availability does not check for EACCESS
...
Reviewed-by: alanb, chegar
2014-06-13 14:30:41 +01: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
Joel Borggrén-Franck
6445980a62
8029674: (reflect) getMethods returns default methods that are not members of the class
...
Filter out methods that have a more specific default method from result
Reviewed-by: darcy, dlsmith
2014-06-10 14:40:20 +02: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
Martin Buchholz
a5943eeeae
8004807: java/util/Timer/Args.java failing intermittently in HS testing
...
Update test to improve reliability
Reviewed-by: rriggs, ewang
2014-06-10 08:07:39 -07:00
Vladimir Ivanov
b2e8017412
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
...
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Dmitriy Ermashov
5ecd91e84a
8044765: Move functional tests AWT_SystemTray/Automated to openjdk repository
...
Reviewed-by: pchelko
2014-06-09 14:59:45 +04:00
Mike Duigou
a76e39b79f
8046085: inserting null key into HashMap treebin fails
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
2014-06-06 14:23:08 -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
Petr Pchelko
52233220f2
8041464: [TEST_BUG] CustomClassLoaderTransferTest does not support OS X
...
Reviewed-by: azvegint, serb
2014-06-06 14:58:41 +04:00
Petr Pchelko
bfa90f6f30
8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
...
Reviewed-by: alexsch, serb
2014-06-06 14:52:07 +04:00
Dmitriy Ermashov
57efe4955f
8043972: Remove wrong copyright notice in jdk/test/java/awt/Frame/DecoratedExceptions/DecoratedExceptions.java
...
Reviewed-by: anthony
2014-06-11 17:23:56 +04:00
Sergey Bylokhov
d192765837
8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
...
Reviewed-by: bae, flar
2014-06-11 14:38:50 +04:00
Sergey Bylokhov
e26ff7211c
8041644: [OGL] clip is ignored during surface->sw blit
...
Reviewed-by: bae, prr
2014-06-11 14:21:12 +04: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
Yuri Nesterenko
28f895afc9
8044157: [TEST_BUG] Improve recently submitted AWT_Mixing tests
...
Reviewed-by: pchelko
2014-06-04 17:24:13 +04:00
Sergey Bylokhov
61a1a26d7a
8041129: [OGL] surface->sw blit is extremely slow
...
8017626: [OGL] Translucent VolatileImages don't paint correctly
Reviewed-by: bae, flar
2014-06-04 16:55:06 +04:00
Joel Borggrén-Franck
a1ae0af017
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
...
Reviewed-by: psandoz
2014-06-04 14:42:48 +02: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
Sergey Malenkov
628e935254
7084904: Introspector returns isX() from base package-private class that throws exception
...
Reviewed-by: serb
2014-06-03 21:03:35 +04:00
Mikael Auno
07738bf41e
8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
...
Reviewed-by: sla, sspitsyn
2014-06-02 17:59:08 +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
Staffan Larsen
68287b3fe8
8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt
...
Reviewed-by: alanb, allwin
2014-05-30 19:09:46 +02:00
Sergey Malenkov
e0716258fc
8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
...
Reviewed-by: alexsch, serb
2014-05-30 15:24:42 +04:00
Yuri Nesterenko
a666497db8
8044172: [TEST_BUG] Move regtests for 4523758 and AltPlusNumberKeyCombinationsTest to jdk
...
Reviewed-by: pchelko
2014-05-30 14:23:25 +04:00
Anton Nashatyrev
db6fa66954
8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
...
Reviewed-by: pchelko, serb
2014-05-30 11:20:03 +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
Vladimir Ivanov
0c8a572009
8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
...
Reviewed-by: psandoz
2014-05-29 13:27:36 +04: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
Alexander Scherbatiy
d674dee4f2
8043705: Can't exit color chooser dialog when running as an applet
...
Reviewed-by: serb, pchelko
2014-05-28 15:36:10 +04:00
Phil Race
306a48dfd9
Merge
2014-05-27 13:58:00 -07:00
Roger Riggs
20e26966e1
8003488: (process) Provide Process.getPid()
...
Add Process.getPid
Reviewed-by: alanb, martin, igerasim
2014-05-27 16:05:04 -04: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
Joe Wang
91d9371566
8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
...
Reviewed-by: sherman, lancea
2014-05-27 17:26:52 -07:00
Sergey Malenkov
13c62bc476
8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
...
Reviewed-by: alexsch, serb
2014-05-26 18:01:59 +04:00
Dmitriy Ermashov
8fab8231ab
8041915: Move 8 awt tests to OpenJDK regression tests tree
...
Reviewed-by: pchelko, alexsch
2014-05-26 15:50:10 +04:00
Alexander Scherbatiy
7a0d4ecc23
8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
...
Reviewed-by: serb, pchelko
2014-05-26 14:33:49 +04: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
Petr Pchelko
e6130c49cd
8031485: [macosx] Combo box consuming escape key events
...
Reviewed-by: serb, alexsch
2014-05-23 19:48:25 +04:00
Petr Pchelko
d454bf5946
8043610: Sorting columns in JFileChooser fails with AppContext NPE
...
Reviewed-by: anthony, alexsch
2014-05-23 19:43:14 +04:00
Rob McKenna
9be082f402
8042857: 14 stuck threads waiting for notification on LDAPRequest
...
Reviewed-by: vinnie
2014-05-23 16:24:43 +01:00
Miroslav Kos
4cac8137e0
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
...
Reviewed-by: chegar
2014-05-23 16:35:10 +02:00
Jaroslav Bachorik
264825d4bf
8043572: demo/jvmti/mtrace/TraceJFrame.java fails with AWTError: Can't connect to X11 window server using '$DISPLAY_SITE' as the value of the DISPLAY variable
...
Reviewed-by: sla
2014-05-23 15:07:22 +02: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
Sergey Malenkov
57d0476f97
8043627: NPE in SynthContext in plugin mode
...
Reviewed-by: alexsch, serb, pchelko
2014-05-22 21:05:30 +04: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
Alexander Scherbatiy
74511c3cf5
8041561: Inconsistent opacity behaviour between JCheckBox and JRadioButton
...
Reviewed-by: malenkov
2014-05-21 14:13:17 +04:00
Alexander Scherbatiy
ad5b8ee3f0
8036110: In TextField can only select text visible or to the left of the cursor
...
Reviewed-by: serb, pchelko
2014-05-21 14:07:06 +04: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
Miroslav Kos
dc6a51546f
8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
...
Adding newly restricted package to golden set in the test
Reviewed-by: asmotrak, coffeys, mullan
2014-05-20 16:02:57 +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
Anton Nashatyrev
86104df3c2
8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
...
Reviewed-by: bae, serb
2014-05-19 16:48:41 +04:00
Staffan Larsen
192bd8a421
8043382: TempDirTest.java times out
...
Remove explicit timeout
Reviewed-by: alanb
2014-05-18 20:42:10 +02:00
Lance Andersen
ae0d3204f0
8043278: Add initial unit tests for javax.sql.rowset.serial
...
Reviewed-by: rriggs
2014-05-16 14:48:34 -04:00
Alexander Zvegintsev
6975db94bc
8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
...
Reviewed-by: pchelko, serb
2014-05-15 20:24:13 +04:00
Anton Litvinov
5b7ccb7c0a
8041725: Nimbus JList selection colors persist across L&F changes
...
Reviewed-by: alexsch, alexp
2014-05-15 20:21:17 +04:00
Oleg Pekhovskiy
9aa0cef64a
8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
...
Reviewed-by: serb, pchelko
2014-05-15 20:09:38 +04:00
Andrew Brygin
a89eab1dc7
6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
...
Reviewed-by: prr, serb
2014-05-14 18:19:14 +04: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
Peter Levart
f7d1a7975b
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
...
Reviewed-by: alanb, rriggs, martin
2014-05-12 17:34:29 +02:00
Anton Nashatyrev
6e71a0cb82
8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
...
Reviewed-by: serb, alexsch
2014-05-12 18:21:15 +04:00
Joel Borggrén-Franck
abd503efeb
8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
...
Reviewed-by: psandoz
2014-05-12 14:47:55 +02:00
Aleksei Efimov
d395efe8f5
8043012: (tz) Support tzdata2014c
...
Reviewed-by: okutsu, peytoia
2014-05-15 18:18:19 +04:00
Naoto Sato
d0dadf23c5
8041791: String.toLowerCase regression - violates Unicode standard
...
Reviewed-by: peytoia
2014-05-14 10:52:51 -07:00
Alan Bateman
3b959b9adf
8043119: (props) Properties.storeToXML closes output stream
...
Reviewed-by: lancea
2014-05-14 16:40:53 +01:00
Michael McMahon
df9743eb64
8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
...
Reviewed-by: chegar
2014-05-14 11:16:41 +01:00
Alan Bateman
51093931dc
8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
...
Reviewed-by: joehw, chegar, mchung
2014-05-13 11:03:25 +01: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
Mandy Chung
fc6f28f9ad
8040059: Change default policy for extensions to no permission
...
Reviewed-by: alanb, mullan, erikj
2014-05-09 09:04:41 -07: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
Brian Burkhalter
b84fa9d0f7
8042478: Include Mersenne primes in BigInteger primality testing
...
Add testing of some of the Mersenne primes.
Reviewed-by: darcy
2014-05-08 16:06:43 -07:00
Petr Pchelko
5d636c2c85
8036861: Application can't be loaded fine,the save dialog can't show up
...
Reviewed-by: serb, azvegint
2014-05-08 19:18:36 +04: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
Phil Race
835658f99d
Merge
2014-05-05 12:49:13 -07:00
Sergey Malenkov
e787680bf1
8041917: unexcepted behavior of LineBorder while using Boolean variable true
...
Reviewed-by: alexsch, serb
2014-04-30 19:28:05 +04:00
Thomas Ng
a94a5b4ccd
Merge
2014-04-29 14:40:26 -07:00
Thomas Ng
4be63c297c
Merge
2014-04-29 11:04:47 -07:00
Thomas Ng
4a5b727071
Merge
2014-04-29 09:04:02 -07:00
Jaroslav Bachorik
0d7c3da5fe
8042096: Backout JDK-8042091
...
Reviewed-by: sla
2014-04-29 14:37:02 +02:00
Yuri Nesterenko
0224281ecb
8041592: [TEST_BUG] Move 42 AWT hw/lw mixing tests to jdk
...
Reviewed-by: anthony, pchelko
2014-04-29 14:32:38 +04: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
Vivi An
c7f7685c50
8036819: JAB: mneumonics not read for textboxes
...
Reviewed-by: alexsch
2014-04-28 11:03:52 -07:00
Michael McMahon
5daff55f41
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
...
Reviewed-by: chegar
2014-04-28 13:49:49 +01:00
Petr Pchelko
01e8b57668
8041987: [macosx] setDisplayMode crashes
...
Reviewed-by: anthony, serb
2014-04-28 16:45:43 +04: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
Yuka Kamiya
b597db519c
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
...
Reviewed-by: naoto, okutsu
2014-05-08 08:22:25 +09:00
Brian Burkhalter
b89a5598d4
8026236: Add PrimeTest for BigInteger
...
Test primality verification methods in BigInteger
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: psandoz
2014-05-07 11:45:31 -07:00
Ivan Gerasimov
686936042d
8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
...
Reviewed-by: alanb, chegar
2014-05-07 16:50:40 +04:00
Ivan Gerasimov
b845d7541e
8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
...
Reviewed-by: alanb
2014-05-07 09:43:40 +04:00
Xue-Lei Andrew Fan
f2e9e43cc4
8042449: Issue for negative byte major record version
...
Convert byte to positive integer before making comparison. Also reviewed by Florian Weimer <fweimer@redhat.com>.
Reviewed-by: wetmore
2014-05-07 02:24:01 +00:00
Kumar Srinivasan
6d5bdc8957
8042266: [launcher] create test groups for launcher regression tests
...
Reviewed-by: alanb, mduigou
2014-05-06 10:32:32 -07:00
Mikael Auno
551a6ecad9
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
...
Reviewed-by: sla
2014-05-06 10:51:03 +02:00
Paul Sandoz
b6182243e5
8042355: stream with sorted() causes downstream ops not to be lazy
...
Reviewed-by: mduigou
2014-05-06 10:29:59 +02:00
Ivan Gerasimov
c1e26ac310
8040806: BitSet.toString() can throw IndexOutOfBoundsException
...
Reviewed-by: plevart, mduigou
2014-05-06 10:28:48 +04:00
Petr Pchelko
844cf2d704
8041490: PIT: [macosx] Crash in system tray functionality check test
...
Reviewed-by: anthony, serb
2014-04-25 16:39:13 +04:00
Alexander Scherbatiy
6b14d69b60
8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
...
Reviewed-by: serb, pchelko
2014-04-24 16:15:08 +04:00
Sergey Malenkov
781d6564c9
8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
...
Reviewed-by: alexsch, serb
2014-04-23 21:11:25 +04:00
Petr Pchelko
1b4d763c77
8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
...
Reviewed-by: anthony, serb
2014-04-23 17:56:05 +04:00
Sergey Malenkov
1d1194721b
8040656: Classes with overriden methods with covariant returns return random read methods
...
Reviewed-by: alexsch, serb
2014-04-21 20:59:59 +04: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
Dmitriy Ermashov
704f4dc113
8039279: Move awt tests to openjdk repository
...
Reviewed-by: pchelko, alexsch
2014-04-21 14:35:14 +04:00
Thomas Ng
c4745c1830
Merge
2014-04-16 12:42:40 -07:00
Sean Mullan
127af4062a
Merge
2014-04-16 09:49:45 -04:00
Sean Mullan
e67420cefc
8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
...
Reviewed-by: xuelei
2014-04-16 09:46:49 -04:00
Dmitry Markov
26041134a8
8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
...
Reviewed-by: alexp, alexsch
2014-04-16 12:51:25 +04:00
Ivan Gerasimov
c738b124d3
8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
...
Reviewed-by: alanb
2014-04-16 12:37:49 +04:00
Thomas Ng
404c4add66
Merge
2014-04-15 22:57:02 -07:00
Weijun Wang
ce428ecfec
8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
...
Reviewed-by: mullan
2014-04-16 10:39:36 +08:00
Xueming Shen
0298d8c0fa
8038500: (zipfs) Upgrade ZIP provider to be a supported provider
...
To move zipfs into jdk.nio.zipfs
Reviewed-by: alanb, mchung, erikj
2014-04-15 13:17:05 -07: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
Sean Coffey
c34e0869d0
8038491: Improve synchronization in ZipFile.read()
...
Reviewed-by: alanb, chegar
2014-04-10 20:01:52 +01:00
Sergey Malenkov
6d6cf4d693
8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
...
Reviewed-by: alexsch, serb
2014-04-10 22:30:58 +04:00
Sergey Malenkov
717bcde5f3
8039750: KSS: Replace MetalLazyValue with lambda
...
Reviewed-by: alexsch, serb
2014-04-10 22:26:43 +04:00
Alexander Scherbatiy
9048f36c38
8038113: [macosx] JTree icon is not rendered in high resolution on Retina
...
Reviewed-by: serb, pchelko
2014-04-10 13:22:23 +04:00
Weijun Wang
87cb02ac81
8039575: liberate two manual kerberos tests
...
Reviewed-by: xuelei
2014-04-10 10:31:05 +08:00
Jeremy Manson
55d8dc5d85
8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
...
To add the StringBuilder variant
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: alanb, sherman
2014-04-09 09:36:19 -07:00
Dmitriy Ermashov
22166928a5
8038631: Create wrapper for awt.Robot with additional functionality
...
Reviewed-by: pchelko, alexsch
2014-04-09 17:30:42 +04: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
Petr Pchelko
fbb2e2c782
8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
...
Reviewed-by: serb, azvegint
2014-04-09 15:20:09 +04:00
Weijun Wang
8962e7ee34
8035986: KerberosKey algorithm names are not specified
...
Reviewed-by: xuelei
2014-04-09 17:19:19 +08:00
Weijun Wang
3344a6c353
8039132: cleanup @ignore JAAS/krb5 tests
...
Reviewed-by: xuelei
2014-04-09 17:08:37 +08:00
Shanliang Jiang
f963ced878
6815126: intermittent SimulResumerTest.java failure
...
Reviewed-by: jbachorik, sla
2014-04-08 17:36:13 +02:00
Miroslav Kos
5eb8520ff1
8033113: wsimport fails on WSDL:header parameter name customization
...
Reviewed-by: chegar
2014-04-08 11:25:56 +01: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
Pavel Reppo
f4f394efb5
8037396: URI getQuery() and getFragment() don't decode properly
...
Reviewed-by: chegar, michaelm
2014-04-07 15:40:05 +01:00
Alan Bateman
f046294abc
8039253: Remove undocumented com.oracle.net
...
Reviewed-by: chegar
2014-04-07 13:16:17 +01:00
Sergey Bylokhov
bb75caf509
8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
...
Reviewed-by: pchelko, flar
2014-04-07 15:34:27 +04:00
Staffan Larsen
fbd6947695
8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
...
Reviewed-by: mgronlun, alanb
2014-04-07 08:09:55 +02:00
Phil Race
bc431c1b98
Merge
2014-04-04 10:24:11 -07:00
Sergey Malenkov
002763f0fc
8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
...
Reviewed-by: alexsch, serb
2014-04-04 20:18:53 +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
Petr Pchelko
113e0a9c2f
8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
...
Reviewed-by: anthony, serb
2014-04-03 13:02:39 +04:00
Miroslav Kos
8b0c2a9c00
8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
...
Reviewed-by: chegar
2014-04-03 10:53:35 +02:00
Andrew Brygin
7f65dc344e
8019990: IM candidate window appears on the South-East corner of the display
...
Reviewed-by: bagiras, serb
2014-04-03 11:19:10 +04: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
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
Michael McMahon
e90c029bad
8036979: Support java.net.SocketOption<> in java.net socket types
...
Reviewed-by: alanb, chegar
2014-04-12 20:21:09 +01:00
Miroslav Kos
fa37e2a252
8039899: Missing licence headers in test for JDK-8033113
...
Reviewed-by: chegar
2014-04-11 09:25:36 +01:00
Xue-Lei Andrew Fan
401673e81f
8037557: test SessionCacheSizeTests.java timeout
...
Reviewed-by: weijun
2014-04-11 03:10:44 +00:00
Ivan Gerasimov
65a18434e7
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
...
Reviewed-by: mchung
2014-04-02 12:17:25 +04:00
Phil Race
ee35591283
Merge
2014-04-01 11:53:08 -07:00
Phil Race
7639b17cc9
Merge
2014-04-01 09:12:51 -07:00
Phil Race
7d52305559
8038723: Openup some PrinterJob tests
...
Reviewed-by: jgodinez
2014-03-31 11:13:01 -07:00
Konstantin Shefov
2d916472f4
8002148
: [TEST_BUG] The four lines printed are not the bold typeface
...
Reviewed-by: pchelko, serb
2014-03-31 17:59:25 +04:00
Miroslav Kos
01cbfbd0c3
8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
...
Reviewed-by: chegar
2014-03-31 15:08:17 +02:00
Aleksei Efimov
3528c99616
8035437: Xerces Update: xml/serialize/DOMSerializerImpl
...
Reviewed-by: lancea
2014-03-31 19:04:39 +04:00
Chris Hegarty
804d26e749
8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
...
Co-authored-by: Eric Wang <yiming.wang@oracle.com>
Reviewed-by: chegar
2014-03-31 11:33:40 +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
Alexander Scherbatiy
b355da0052
8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
...
Reviewed-by: serb, pchelko
2014-03-28 18:56:25 +04:00
Petr Pchelko
33a7783be5
8032595: [macosx] setResizable(false) makes a frame slide down
...
Reviewed-by: serb, ddehaven, azvegint
2014-03-26 17:01:22 +04:00
Konstantin Shefov
ba63fad3f1
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
...
Reviewed-by: pchelko, azvegint
2014-03-25 18:23:59 +04:00
Phil Race
32ee4129bf
Merge
2014-03-24 10:43:59 -07:00
Paul Sandoz
0ba46cd40c
8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
...
Reviewed-by: alanb
2014-03-24 17:07:08 +01:00
Alan Bateman
252aa24c76
8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
...
Reviewed-by: chegar
2014-03-24 15:09:47 +00:00
Ivan Gerasimov
be3c17a489
6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
...
Reviewed-by: martin, rriggs, alanb
2014-03-24 14:14:03 +04:00
Konstantin Shefov
b2db801ee9
7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
...
Reviewed-by: pchelko, serb
2014-03-21 17:36:37 +03:00
Staffan Larsen
5deaaa84e9
8037225: sun/tools/jinfo/Basic.sh fails
...
Reviewed-by: alanb
2014-03-21 14:45:54 +01:00
Alexey Ivanov
34be848c9c
8032878: Editable combos in table do not behave as expected
...
Reviewed-by: alexp, alexsch
2014-03-21 17:17:16 +04:00
Konstantin Shefov
795e3203c5
8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
...
Reviewed-by: pchelko, serb, anthony
2014-03-21 16:32:26 +04:00
Konstantin Shefov
d8901d1799
8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
...
Reviewed-by: pchelko, azvegint, serb
2014-03-21 15:25:42 +04:00
Andrew Brygin
724df6d805
8036022: D3D: rendering with XOR composite causes InternalError
...
Reviewed-by: flar, serb
2014-03-21 15:13:55 +04:00
David Li
c50512a06d
8035577: Xerces Update: impl/xpath/regex/RangeToken.java
...
Reviewed-by: lancea, alanb, sherman, joehw
2014-03-20 13:41:17 -07:00
Sergey Bylokhov
51afb9aba1
8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
...
Reviewed-by: anthony, pchelko
2014-03-20 19:59:58 +04: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
Petr Pchelko
dd01e38812
8031765: Child process error stream is not empty!
...
Reviewed-by: anthony, serb
2014-03-20 17:34:27 +04:00
Phil Race
2ab0405188
Merge
2014-03-19 11:13:35 -07:00
Staffan Larsen
eaf70842b7
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
...
Reviewed-by: alanb
2014-03-19 19:05:13 +01:00
Petr Pchelko
13a9b31a66
8037776: [macosx] Swing app fails to exit after last window is disposed when security manager is enabled
...
Reviewed-by: anthony, serb
2014-03-19 18:27:31 +04:00
Sergey Bylokhov
e59617293b
7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
...
Reviewed-by: pchelko, azvegint
2014-03-19 16:13:59 +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
Alexander Scherbatiy
a246384219
8035069: [macosx] Loading resolution variants by demand
...
Reviewed-by: serb, pchelko
2014-03-18 14:48:47 +04:00
Paul Sandoz
761e2c85b3
8037106: Optimize Arrays.asList(...).forEach
...
Reviewed-by: alanb, martin, mduigou, ulfzibis
2014-03-18 11:24:38 +01:00
Volker Simonis
02186906ef
8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
...
Reviewed-by: mchung, alanb
2014-03-18 11:10:53 +01: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
Petr Pchelko
a3cc5f5cf3
8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
...
Reviewed-by: anthony, serb
2014-03-14 17:48:28 +04: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
Artem Smotrakov
727989dc5d
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
...
Reviewed-by: mullan, weijun
2014-03-13 15:13:22 +08:00
Ivan Gerasimov
106b5b9af8
7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
...
Reviewed-by: chegar, alanb
2014-03-13 07:52:17 +04: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
a04c05225d
8039432: demo/jvmti/mtrace/TraceJFrame.java can't connect to X11
...
Reviewed-by: dcubed, mgronlun
2014-04-25 14:53:12 +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
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
Michael Cui
2a22218a04
8041563: More ProblemList.txt updates (4/2014)
...
Reviewed-by: chegar
2014-04-23 12:26:13 +01: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
Claes Redestad
bdad6d51d4
8040747: Improve performance of IP address parsing
...
Co-authored-by: Bernd Eckenfels <bernd-2014@eckenfels.net>
Reviewed-by: mduigou, chegar
2014-04-22 16:21:43 +02:00
Lance Andersen
b893bb3e3b
8041485: Update TEST.groups for jdk/nio/zipfs
...
Reviewed-by: chegar
2014-04-22 09:09:55 -04:00
Lance Andersen
48160e4d08
8041331: Cleanup files for jtreg and windows
...
Reviewed-by: rriggs, smarks, chegar
2014-04-22 08:57:01 -04: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
Lois Foltan
c86ce11d6c
8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
...
Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from ProblemList.txt, issue fixed in JDK 8.
Reviewed-by: gtriantafill, hseigel, mchung
2014-04-21 13:51:08 -04: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
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
Stephen Colebourne
e66fbbceaf
8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
...
Reviewed-by: lancea, rriggs
2014-04-12 14:54:44 +01:00
Lance Andersen
d3bdb3c598
8040760: Addition of new java.sql tests
...
Reviewed-by: rriggs
2014-04-18 17:37:13 -04:00
Brian Burkhalter
f707a2fd5a
8027595: Enable BigInteger overflow tests in JTREG
...
Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow.
Reviewed-by: mduigou
2014-04-18 14:03:46 -07:00
Roger Riggs
82f7b6b88e
8038823: Missing @Test annotation and copyright in java.time tests
...
Reviewed-by: lancea
2014-04-18 15:37:22 -04:00
Ivan Gerasimov
0688bf058d
8038982: java/lang/ref/EarlyTimeout.java failed again
...
Reviewed-by: mchung
2014-04-18 18:46:50 +04: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
Weijun Wang
fa14289859
8040769: add a comment to the NewInstance test
...
Reviewed-by: wetmore
2014-04-17 09:48:21 +08:00