Semyon Sadetsky
7ecc241629
8130735: javax.swing.TimerQueue: timer fires late when another timer starts
...
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:59:26 +03:00
Semyon Sadetsky
17903d1583
8025815: Child FileDialog of modal dialog does not get focus on Gnome
...
Reviewed-by: azvegint, serb
2015-07-28 20:55:45 +03:00
Semyon Sadetsky
c25b61dc1d
8130769: The new menu can't be shown on the menubar after clicking the "Add" button
...
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:39:43 +03:00
Sergey Bylokhov
b505b0e570
8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
...
Reviewed-by: ant, azvegint
2015-07-28 18:14:57 +03:00
Peter Brunet
d02dfb7a3a
8077707: jdk9 b58 cannot run any graphical application on Win 8 with JAWS running
...
Change dialog proc wparam type from UINT to WPARAM, lparam type from LONG to LPARAM
Reviewed-by: serb, alexsch, van
2015-07-24 13:58:44 -05:00
Sergey Bylokhov
8e0627b61b
8066404: The case is failed automatically and thrown the "java.lang.IllegalStateException" exception
...
Reviewed-by: alexsch
2015-07-18 15:10:44 +03:00
Alexander Zvegintsev
4c121563fb
8131752: [Regression] Test java/awt/GraphicsDevice/CheckDisplayModes.java fails
...
Reviewed-by: alexsch, serb
2015-07-23 15:12:32 +03:00
Sergey Bylokhov
e56a9c2393
8067093: Fix windows-specific deprecation warnings in the java.desktop module
...
Reviewed-by: prr, azvegint, alexsch
2015-07-22 22:33:12 +03:00
Alexey Ivanov
0dea9d5c85
8130776: Remove EmbeddedFrame.requestFocusToEmbedder() method
...
Reviewed-by: serb, ant
2015-07-22 17:33:17 +03:00
Sergey Bylokhov
9a85aed6c8
8074832: Resolve disabled warnings for libjsoundalsa
...
Reviewed-by: amenkov, azvegint
2015-07-18 15:13:16 +03:00
Sergey Bylokhov
410e1bbe90
8074831: Resolve disabled warnings for libjsound
...
Reviewed-by: amenkov, azvegint
2015-07-18 15:12:08 +03:00
Sergey Bylokhov
e8292406d9
8130937: Several methods in BeanProperty return null instead of boolean value
...
Reviewed-by: alexsch
2015-07-18 15:09:28 +03:00
Semyon Sadetsky
41e7243833
8062728: [PIT] Test closed/... fails for Windows only
...
Reviewed-by: alexsch, serb
2015-07-21 09:51:33 +03:00
Semyon Sadetsky
1564b678e7
8130390: Applet fails to launch on virtual desktop
...
Reviewed-by: azvegint, serb
2015-07-21 09:35:04 +03:00
Semyon Sadetsky
3bc940fdaa
8075785: The regression-swing case failed as colored text is not shown on disabled checkbox and radio button with the special options "-client -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel"
...
Reviewed-by: alexsch, serb, azvegint
2015-07-21 08:39:37 +03:00
Semyon Sadetsky
f38b5fcc14
8085948: [Regression] Few Swing, AWT and 2D case fails with Decoder isn't implemented for WingDings Charset error on Windows
...
Reviewed-by: prr, serb
2015-07-21 08:34:01 +03:00
Dmitry Cherepanov
5cea10f338
Merge
2015-07-20 10:21:01 +04:00
Artem Smotrakov
a57b0dd1c8
8075297: Tests for RFEs 4515853 and 4745056
...
Reviewed-by: weijun
2015-07-17 17:30:55 -07:00
Weijun Wang
b0adb82016
8131735: closed/sun/security/ssl/SSLSessionImpl/RemovedPrivateKey.java is failing
...
Reviewed-by: vinnie
2015-07-17 19:40:25 +08:00
Sean Coffey
d2ce08a27a
8131665: Bad exception message in HandshakeHash.getFinishedHash
...
Reviewed-by: xuelei
2015-07-17 10:37:25 +01:00
Yuri Nesterenko
7b228fdfec
8131673: [TEST_BUG] add @modules to some OS X-specific regtests
...
Reviewed-by: serb, azvegint
2015-07-17 11:45:34 +03:00
Lana Steuck
1443045bb5
Merge
2015-07-16 19:31:55 -07:00
David Katleman
9a01d57442
Added tag jdk9-b73 for changeset 8fc82d01db26
2015-07-16 13:51:54 -07:00
Artem Smotrakov
558789b9d8
8074784: Additional tests for XML DSig API
...
Reviewed-by: mullan
2015-07-16 21:48:20 +03:00
Konstantin Shefov
6bd7772a30
8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu
...
Reviewed-by: vinnie
2015-07-16 21:39:49 +03:00
Paul Sandoz
1bd70b71fc
8131052: Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining
...
Reviewed-by: dfuchs
2015-07-16 14:39:16 +02:00
Amy Lu
1aa0bf7daf
8131140: Mark some tests from WhileOpStatefulTest.java and WhileOpTest.java as serialization hostile
...
Reviewed-by: psandoz
2015-07-16 10:21:21 +02:00
Amy Lu
4b8ff01620
8130402: Mark intermittently failing test: tools/pack200/PackTestZip64.java
...
Reviewed-by: psandoz
2015-07-16 10:17:11 +02:00
Artem Smotrakov
26b5d4f29a
8049814: Additional SASL client-server tests
...
Reviewed-by: weijun
2015-07-16 09:20:39 +08:00
Brian Burkhalter
0ee4830a94
8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
...
Refine documentation of allocate*(), wrap(), slice(), duplicate(), asReadOnlyBuffer(), and as{Type}Buffer() to explcitly state the byte order of the created buffer.
Reviewed-by: alanb
2015-07-15 10:43:07 -07:00
Vinnie Ryan
44db4a2bcb
8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test
...
Reviewed-by: mullan
2015-07-15 18:42:12 +01:00
Rajan Halade
9ba56436a1
8041787: Need new regressions tests for buffer handling for PBE algorithms
...
Reviewed-by: vinnie
2015-07-15 18:12:48 +01:00
David Dehaven
572a316307
Merge
2015-07-15 10:00:15 -07:00
Frank Yuan
03788b946a
8129833: Need basic tests for rmic
...
Added a new basic test case to jdk/test/sun/rmi/rmic/RMIGenerator.java
Reviewed-by: dfuchs
2015-07-15 18:18:10 +02:00
Felix Yang
ea58ca6a25
8130394: DatagramChannel tests need to be hardended to ignore stray datagrams
...
The patch updates tests to ignore stray datagrams, or at least print more information to ease troubleshooting.
Reviewed-by: rriggs
2015-07-15 08:42:24 -07:00
Bhanu Prakash Gopularam
13a6fbe6c0
8048830: Implement tests for new functionality provided in JEP 166
...
Reviewed-by: vinnie
2015-07-15 15:07:58 +01:00
Henry Jen
d43f91586c
Merge
2015-07-15 06:42:49 -07:00
Alexey Ivanov
a5956d494c
8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
...
Reviewed-by: serb, alexsch
2015-07-15 15:48:32 +03:00
Jean-Francois Denise
a3beb77c27
8131317: Image writer throws NPE when creating compact profile images
...
Metadata added to jimage was not handling empty jimage correctly.
Reviewed-by: alanb
2015-07-15 14:44:52 +02:00
Pooja Chopra
a7e436f3df
8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java fails due to wrongly typed bugid
...
Reviewed-by: azvegint, serb
2015-07-15 14:05:09 +03:00
Pooja Chopra
515dca5c8b
8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
...
Reviewed-by: azvegint, alexsch
2015-07-15 14:02:24 +03:00
Mandy Chung
8bc30fb3c8
8104574: Update tests to prepare for system class loader not be URLClassLoader
...
Reviewed-by: chegar
2015-07-15 12:10:03 +08:00
Roger Riggs
9bb445c368
Merge
2015-07-14 22:21:52 -04:00
Roger Riggs
e8d341671b
8130877: (process) java/lang/ProcessHandle/TreeTest test3 failure - Destroyed process.isAlive
...
Update test to check for children after processes are destroyed
Reviewed-by: darcy
2015-07-14 22:21:02 -04:00
Yuka Kamiya
64b36f8f63
8032446: Support Unicode 7.0.0 in JDK 9
...
8130889: Missing "@since 1.8" tags in j.l.Character.java
Reviewed-by: naoto, okutsu
2015-07-15 11:05:51 +09:00
Alejandro Murillo
1d7da049eb
Merge
2015-07-14 16:29:08 -07:00
David Dehaven
bf10dfe7fe
Merge
2015-07-14 15:26:34 -07:00
David Dehaven
267d60654e
Merge
2015-07-14 15:18:26 -07:00
Roger Riggs
8477d88b81
8078099: (process) ProcessHandle should uniquely identify processes
...
8078108: (process) ProcessHandle.isAlive should be robust
IsAlive should check and confirm the start time
Reviewed-by: simonis, plevart
2015-07-14 15:35:37 -04:00
Roger Riggs
7b58767f2b
8129344: (process) ProcessHandle instances should define equals and be value-based
...
Add equals(), hashCode() and value-based spec
Reviewed-by: psandoz
2015-07-14 15:29:16 -04:00