Christian Tornqvist
7466e6f833
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on
...
Reviewed-by: ksrini, gtriantafill
2017-05-12 15:09:23 -07:00
Brent Christian
310f127406
8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
...
Remove unneeded automatic module tests; refactor into multiple @runs
Reviewed-by: mchung
2017-05-12 10:11:42 -07:00
Michael McMahon
412db99011
8180303: Remove technote doc link from ProxySelector/B8035158.java test
...
Reviewed-by: chegar
2017-05-12 17:38:30 +01:00
Prasanta Sadhukhan
1351bca5b4
8169897: [PIT] javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails
...
Reviewed-by: alexsch
2017-05-12 12:28:49 +05:30
Amy Lu
c18fe9b250
8085814: Move stream test library to the jdk test library area
...
8173414: Some testng tests check nothing in java util stream
Reviewed-by: psandoz
2017-05-12 12:53:50 +08:00
Lana Steuck
5d5921732e
Merge
2017-05-11 20:22:54 +00:00
Brian Burkhalter
a5deccf860
8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
...
Add some print statements potentially useful in solving JDK-8177801.
Reviewed-by: alanb
2017-05-11 07:43:36 -07:00
Mark Sheppard
a83a070a03
7155591: test/java/net/MulticastSocket/SetOutgoingIf.java fails on macOS
...
Reviewed-by: chegar, bpb
2017-05-11 15:05:32 +01:00
Ajit Ghaisas
e80ef7a2e0
8179014: JFileChooser with Windows look and feel crashes on win 10
...
Reviewed-by: prr, serb
2017-05-11 12:41:35 +05:30
Xue-Lei Andrew Fan
d9de25905c
8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
...
Reviewed-by: valeriep, jnimeh, apetcher
2017-05-10 23:40:46 +00:00
Kumar Srinivasan
00b9efeb0b
8169646: Remove launcher's -d32/-d64 option
...
Reviewed-by: dholmes
2017-05-10 15:12:43 -07:00
Pavel Rappo
c74eb4302e
8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
...
Reviewed-by: dfuchs
2017-05-10 12:36:14 +01:00
Ujwal Vangapally
987f6bf3ea
6515161: If remote removeNotificationListener gets SecurityException, client no longer gets notifications
...
There won't be any inconsistent state if remote removeNotificationListener gets any exception
Reviewed-by: dfuchs, hb
2017-05-10 12:00:08 +05:30
Phil Race
025daa2460
Merge
2017-05-09 12:19:08 -07:00
Mandy Chung
2acf66bce5
8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
...
Reviewed-by: alanb, dfuchs, lancea
2017-05-09 10:34:13 -07:00
Magnus Ihse Bursie
97df63049c
8179889: Fix typographic errors in copyright headers
...
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Mandy Chung
429e4ac085
8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
...
Reviewed-by: plevart, psandoz
2017-05-08 21:21:39 -07:00
Michael McMahon
c5c52df157
8179559: Solaris MulticastSocket issues
...
Reviewed-by: chegar
2017-05-08 14:04:27 +01:00
Felix Yang
5024b5321b
8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
...
Reviewed-by: psandoz
2017-05-07 19:01:13 -07:00
Sergey Bylokhov
e41b775ecd
8178383: Validation of FileIO in the tests for JavaSound should be stricter
...
Reviewed-by: prr
2017-05-06 13:17:36 -07:00
Alexandre Iline
b5de0fab48
8179852: Remove references to demo tests from TEST.groups
...
Reviewed-by: bpb
2017-05-05 14:59:48 -07:00
Phil Race
4098d419e8
Merge
2017-05-05 08:34:22 -07:00
Lana Steuck
c582d3ffba
Merge
2017-05-05 04:52:02 +00:00
Mandy Chung
53460df056
8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
...
Reviewed-by: alanb, ksrini
2017-05-04 15:39:09 -07:00
Amy Lu
295faa8f79
8023897: Replace/update/rename executeAndCatch in various tests to assertThrows
...
Reviewed-by: dfuchs, prappo, psandoz, rriggs
2017-05-04 20:24:12 +08:00
Alan Bateman
853c626781
Merge
2017-05-04 09:43:09 +01:00
Alan Bateman
4c0e26e374
8178380: Module system implementation refresh (5/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
John Jiang
6aff2d0db6
8179451: Confidential copyright header in openjdk
...
Using Oracle OpenJDK copyright notices
Reviewed-by: weijun
2017-05-03 21:15:07 -07:00
Lance Andersen
24f4f83ebc
8078267: Add test to verify that a module based JDBC driver via the service-provider loading mechanism
...
Reviewed-by: joehw
2017-05-03 12:58:17 -04:00
Semyon Sadetsky
cc6031a373
8159902: OGL surfaces are not HiDPI compatible on Linux/Solaris
...
Reviewed-by: prr, serb
2017-05-02 12:10:55 -07:00
Phil Race
18bd522b75
Merge
2017-05-02 11:24:21 -07:00
Semyon Sadetsky
9fe1a3b3e0
8160530: [TEST-BUG] Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
...
Reviewed-by: yan, prr, serb
2017-05-01 10:24:07 -07:00
Phil Race
41f177fd62
Merge
2017-04-28 13:52:45 -07:00
Joe Darcy
f1d871844a
8179448: Mark ImageModules.java as failing intermittently
...
Reviewed-by: chegar
2017-04-28 12:49:56 -07:00
Doug Simon
1e4314a638
8179434: test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails due to JDK-8177845
...
Reviewed-by: mchung
2017-04-28 12:22:53 -07:00
Alexandre Iline
91d055b6be
Merge
2017-05-01 11:48:16 -07:00
Ron Pressler
b8116f74c0
8177146: MethodHandles.Lookup::bind allows illegal protected access
...
Reviewed-by: psandoz, vlivanov, redestad
2017-05-01 10:43:40 -07:00
Alexandre Iline
7ebbf0f840
8179457: Remove demo/jvmti tests
...
Reviewed-by: iignatyev, sspitsyn
2017-04-28 17:21:28 -07:00
Brian Burkhalter
db8bc54f61
8179452: Remove intermittent key from some tests which appear no longer to fail
...
Remove "intermittent" key
Reviewed-by: alanb, lancea, darcy
2017-04-28 16:14:57 -07:00
Stuart Marks
cb05e8ea85
8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
...
Reviewed-by: sherman
2017-04-28 12:16:30 -07:00
Michael McMahon
b0ddb372f0
8175814: Update default HttpClient protocol version and optional request version
...
Reviewed-by: chegar, dfuchs
2017-04-28 14:16:33 +01:00
Doug Simon
3a3040f1c9
8177845: Need a mechanism to load Graal
...
Reviewed-by: kvn, mchung
2017-04-27 13:07:23 -07:00
Semyon Sadetsky
6b94197909
8140237: [TEST_BUG]Test javax/swing/plaf/nimbus/8041642/bug8041642.java fails for OEL 7
...
Reviewed-by: alexsch
2017-04-27 08:49:23 -07:00
Semyon Sadetsky
36d2ae5ce8
8179027: JComboBox too small under Windows LAF
...
Reviewed-by: prr, alexsch
2017-04-27 08:27:25 -07:00
Brian Burkhalter
0f54324cd4
8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
...
Add some instrumentation to help diagnosing 8166060
Reviewed-by: amlu, dfuchs, rriggs
2017-04-26 14:03:02 -07:00
Sharath Ballal
bbd1ecb6b7
8030750: SA: Alternate hashing not implemented
...
Implement alternate hashing in SA
Reviewed-by: dsamersoff
2017-04-26 15:01:43 +05:30
Mandy Chung
b52f472fcf
8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
...
Reviewed-by: alanb
2017-04-25 09:09:19 -07:00
Chris Hegarty
c122be4029
8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
...
Reviewed-by: alanb
2017-04-25 14:46:43 +01:00
Daniel Fuchs
0d2a897c3e
8179222: SimpleConsoleLogger should protect against MissingResourceException
...
SimpleConsoleLogger now emulates the behaviour of java.util.logging.Formatter, trapping MissingResourceException and using the key as the message if the ResourceBundle has no match for that key.
Reviewed-by: naoto
2017-04-25 11:54:34 +01:00
Ujwal Vangapally
bb9b96b97e
8130084: javax/management/MBeanServer/NotifDeadlockTest.java timed out
...
Changed 2 seconds timeout for deadlock to JTREG default timeout
Reviewed-by: dholmes, dfuchs
2017-04-25 12:22:48 +05:30