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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
Weijun Wang
|
fa14289859
|
8040769: add a comment to the NewInstance test
Reviewed-by: wetmore
|
2014-04-17 09:48:21 +08:00 |
|
Mattias Tobiasson
|
1121030e24
|
8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
Reviewed-by: mchung, jbachorik
|
2014-04-16 12:40:19 -07:00 |
|
Ivan Gerasimov
|
d3271335ad
|
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
Reviewed-by: martin, dholmes
|
2014-03-12 21:45:20 +04:00 |
|
Mike Duigou
|
673910ef2f
|
8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java
Reviewed-by: mchung, alanb
|
2014-03-11 15:25:45 -07:00 |
|
Brian Burkhalter
|
0f8476eff8
|
8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow
Java/math/BigInteger/BitLengthOverflow.java failing with OOME
Reviewed-by: alanb
|
2014-04-29 09:42:16 -07:00 |
|
Phil Race
|
aefe9165d7
|
Merge
|
2014-03-11 10:46:38 -07:00 |
|
Vladimir Ivanov
|
9d59eb2da1
|
8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
Reviewed-by: jrose, twisti
|
2014-03-11 19:54:33 +04:00 |
|
Jaroslav Bachorik
|
c174f6339a
|
8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
Reviewed-by: martin, dholmes
|
2014-03-11 14:18:46 +01:00 |
|
Phil Race
|
810d636e87
|
Merge
|
2014-03-07 13:04:49 -08:00 |
|
Phil Race
|
f20478bb72
|
Merge
|
2014-03-07 10:53:58 -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 |
|
Stephen Colebourne
|
efc809c16a
|
8036818: DateTimeFormatter withResolverFields() fails to accept null
Reviewed-by: chegar, rriggs
|
2014-03-06 17:31:07 +00:00 |
|
Mattias Tobiasson
|
5b046a555f
|
8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
Force a GC when usage above threshold. Add more logging.
Reviewed-by: dfuchs
|
2014-04-04 13:01:26 +02:00 |
|
Dmitry Markov
|
ae34f472f6
|
8032872: [macosx] Cannot select from JComboBox in a JWindow
Reviewed-by: pchelko, ant
|
2014-03-06 17:13:55 +04:00 |
|
Petr Pchelko
|
2e800053d0
|
7158615: [macosx] Some TrayIcon tests presume action trigger on BUTTON1
Reviewed-by: anthony, serb
|
2014-03-06 12:18:31 +04:00 |
|
Alexander Scherbatiy
|
fda7650f43
|
8033534: [macosx] Get MultiResolution image from native system
Reviewed-by: serb, pchelko
|
2014-03-04 17:06:00 +04:00 |
|
Mattias Tobiasson
|
8a385b110f
|
8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
Load classes until getUsageThresholdCount() > 0 instead of isUsageThresholdExceeded().
Reviewed-by: dfuchs, sjiang, sla
|
2014-03-04 09:35:54 +01:00 |
|
Robert Field
|
2e148fb065
|
8035776: Consistent Lambda construction
Reviewed-by: ahgross, briangoetz, dlsmith
|
2014-03-04 15:33:30 -08:00 |
|
Mattias Tobiasson
|
c96fd46a4c
|
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
|
2014-02-28 13:38:51 +01:00 |
|