Brian Burkhalter
13f5b93e8c
8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
...
Pause until the channel reaches a pended state instead of for a fixed time.
Reviewed-by: prappo, mli, alanb
2017-03-08 09:49:46 -08:00
Amy Lu
a2b08aeec9
8167525: update jdk tests to remove @compile --add-modules workaround
...
Reviewed-by: mchung
2017-03-08 15:29:57 +08:00
Hamlin Li
af9013c96e
8176337: Mark several tests as intermittently failing
...
Reviewed-by: darcy
2017-03-07 23:01:51 -08:00
Mark Sheppard
30790d8352
8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
...
Reviewed-by: chegar, martin
2017-03-07 22:35:45 +00:00
Phil Race
478b53666b
Merge
2017-03-06 10:35:14 -08:00
Amy Lu
7fa43a44b4
8176185: java/util/TimeZone/UTCAliasTest.java is not run
...
Reviewed-by: alanb
2017-03-06 16:07:50 +08:00
Alexander Scherbatiy
ce4a8c41db
8176097: Window set location to a display with different DPI does not properly work
...
8173972: createScreenCapture not working as expected on multimonitor setup with different DPI scales
Reviewed-by: serb, azvegint
2017-03-06 08:06:54 +03:00
Doug Lea
c6202f9387
8173909: Miscellaneous changes imported from jsr166 CVS 2017-03
...
Reviewed-by: martin, psandoz
2017-03-03 10:45:38 -08:00
Doug Lea
908c3c315e
8141596: java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java starts failing intermittently
...
Reviewed-by: martin, psandoz, dholmes
2017-03-03 10:45:38 -08:00
Sergey Bylokhov
d1847bd612
8168307: Toolkit.getScreenSize() returns incorrect size on unix in multiscreen systems
...
Reviewed-by: azvegint, alexsch
2017-03-02 17:18:23 +03:00
Sergey Bylokhov
e63868fe23
8176009: The awt robot use incorrect location in a multi-screen environment
...
Reviewed-by: azvegint, alexsch
2017-03-02 16:24:53 +03:00
David Dehaven
0be96270ea
Merge
2017-02-27 18:07:31 -08:00
Rahul Singh
e22467e2a7
8140329: [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
...
Reviewed-by: serb, arapte
2017-02-27 17:24:59 +05:30
Alexander Scherbatiy
60f13efd82
8175293: Window size is not updated after setting location to display with different DPI
...
Reviewed-by: serb
2017-02-27 09:26:41 +03:00
Brian Burkhalter
c3b3895160
8175115: Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
...
Attempt an additional long poll to check for missed events and print more information
Reviewed-by: rriggs
2017-02-24 11:28:00 -08:00
Pavel Rappo
191aad0e62
8164625: Pooled HttpConnection should be removed during close
...
Reviewed-by: dfuchs, michaelm
2017-02-24 17:05:00 +00:00
Chris Hegarty
5ae76b5084
8175261: Per-protocol cache setting not working for JAR URLConnection
...
Reviewed-by: dfuchs, michaelm
2017-02-24 10:37:30 +00:00
Rahul Singh
54b4e49ec2
6753165: java/awt/TextField/DisabledUndoTest/DisabledUndoTest.html context menu can't be invoked on textfield
...
Reviewed-by: serb, arapte
2017-02-24 15:30:14 +05:30
Sergey Kuksenko
4a259fb5dd
8175274: Fix httpclient asynchronous usage
...
Reviewed-by: dfuchs, michaelm
2017-02-21 11:08:34 +00:00
Manajit Halder
fb7b579de9
7119774: [macosx] test ComponentMousePositionTest sometimes fail on Mac
...
Reviewed-by: serb, arapte
2017-02-20 15:59:25 +05:30
David Dehaven
6b12aab0ec
Merge
2017-02-17 08:21:16 -08:00
David Dehaven
dfdd614819
Merge
2017-02-16 13:55:49 -08:00
Amy Lu
12ca4e48e7
8175062: Mark java/nio/channels/AsyncCloseAndInterrupt.java as intermittently failing
...
Reviewed-by: bpb
2017-02-17 14:10:24 +08:00
Brian Burkhalter
323338dfaf
8175042: Add success message to java/io/FileInputStream/LargeFileAvailable.java
...
Print "Test succeeded" to stdout at the end of main()
Reviewed-by: lancea
2017-02-16 14:56:49 -08:00
Brian Burkhalter
eff1703b33
8175041: Add success message to java/nio/channels/FileChannel/LoopingTruncate.java
...
Print "Test succeeded" to stdout at the end of main()
Reviewed-by: alanb
2017-02-16 14:55:34 -08:00
Dmitry Markov
86b3483d3b
8175025: The copyright section in the test/java/awt/font/TextLayout/DiacriticsDrawingTest.java should be updated
...
Reviewed-by: serb, vadim
2017-02-16 23:56:51 +03:00
Brian Burkhalter
a66653d1dc
8175033: (se) Improve internal timing of java/nio/channels/Selector/WakeupAfterClose.java
...
Add print of expected ClosedSelectorException
Reviewed-by: alanb
2017-02-16 12:26:23 -08:00
Prem Balakrishnan
33542ca32c
8162959: [HiDPI] screenshot artifacts using AWT Robot
...
Reviewed-by: alexsch, prr
2017-02-16 12:05:40 +05:30
Weijun Wang
5ff0126d19
8168410: Multiple JCK tests are failing due to SecurityException is not thrown
...
Reviewed-by: mullan
2017-02-15 21:46:50 +08:00
Paul Sandoz
50a683ef67
8174151: URLClassLoader no longer uses custom URLStreamHandler for jar URLs
...
Reviewed-by: alanb, chegar
2017-02-14 14:29:58 -08:00
Dmitry Batrak
d12dcc701f
8170552: [macosx] Wrong rendering of diacritics on macOS
...
Reviewed-by: prr, vadim
2017-02-15 00:16:49 +03:00
Joe Darcy
52bf1f47f2
8174960: Mark WakeupAfterClose.java as failing intermittentl
...
Reviewed-by: rriggs, bpb
2017-02-14 13:08:33 -08:00
Amy Lu
dbfbe59e5c
8169903: Refactor spliterator traversing tests into a library
...
Reviewed-by: psandoz
2017-02-14 10:11:26 +08:00
David Dehaven
eca7a98977
Merge
2017-02-13 11:51:03 -08:00
Phil Race
203001b002
8173028: Incorrect processing of supplementary-plane characters in text fields
...
Reviewed-by: serb, vadim
2017-02-13 11:48:27 -08:00
Dan Smith
bf8ad52b22
8174399: LambdaMetafactory should use types in implMethod.type()
...
Reviewed-by: psandoz
2017-02-13 10:47:15 -07:00
Daniel Fuchs
28fc67ce7e
8174833: java/net/httpclient/http2/BasicTest.java always fails but always report success
...
Reviewed-by: michaelm
2017-02-13 17:18:48 +00:00
Jayathirth D V
0fe1691425
7107905: ColorModel subclasses are missing hashCode() or equals() or both methods
...
Reviewed-by: prr, flar
2017-02-13 12:13:20 +05:30
Phil Race
6e97034144
8172967: [macosx] Exception while working with layout for text containing unmappable character
...
Reviewed-by: serb, psadhukhan
2017-02-10 10:20:22 -08:00
Phil Race
4248b4a35f
Merge
2017-02-10 08:57:42 -08:00
Phil Race
e057678bf7
Merge
2017-02-10 08:17:47 -08:00
Prasanta Sadhukhan
24827583cc
8147002: [macosx] Arabic character cannot be rendered on MacOS X
...
Co-authored-by: Prahalad Narayanan <prahalad.kumar.narayanan@oracle.com>
Reviewed-by: prr, pnarayanan, jdv
2017-02-10 13:32:11 +05:30
Sergei Kovalev
73a2915d57
8174194: Several java/lang tests failing due to undeclared module dependencies
...
Reviewed-by: dfuchs, mchung
2017-02-10 11:00:41 +03:00
Jesper Wilhelmsson
c96b81a149
Merge
2017-02-09 23:35:22 +01:00
Alan Bateman
42395e26c7
Merge
2017-02-10 12:30:52 +00:00
Alan Bateman
4db74fef1e
Merge
2017-02-10 12:28:52 +00:00
Michael McMahon
a7c0fa1045
8174716: java/net/httpclient/security/Driver.java failing in JDK 9
...
Reviewed-by: alanb
2017-02-10 09:55:19 +00:00
Alan Bateman
a4693ee7d2
8173393: Module system implementation refresh (2/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: dfuchs, psandoz, mchung, alanb
2017-02-10 09:04:39 +00:00
Brian Burkhalter
6ae128f2d3
8174127: (ch) Add instrumentation to java/nio/channels/FileChannel/Transfer.java
...
Convert to TestNG and add some debugging output for large file creation time
Reviewed-by: alanb
2017-02-09 14:49:09 -08:00
Jesper Wilhelmsson
958e42d82d
Merge
2017-02-09 23:15:52 +01:00