RFR: 8264526: javax/swing/text/html/parser/Parser/8078268/bug8078268.java timeout

2021-03-31 Thread Jie Fu
Hi all, I'd like to fix the timeout of javax/swing/text/html/parser/Parser/8078268/bug8078268.java. It seems to take about 6~7 seconds to run on some of our testing platforms. But the timeout of the test is hard-coded as 5 seconds. The fix just increases the timeout from 5 seconds to 10 seconds

Re: RFR: 8264526: javax/swing/text/html/parser/Parser/8078268/bug8078268.java timeout

2021-03-31 Thread Alexander Zvegintsev
On Wed, 31 Mar 2021 16:23:23 GMT, Jie Fu wrote: > Hi all, > > I'd like to fix the timeout of > javax/swing/text/html/parser/Parser/8078268/bug8078268.java. > It seems to take about 6~7 seconds to run on some of our testing platforms. > But the timeout of the test is hard-coded as 5 seconds. >

Re: RFR: 8262981: Create implementation for NSAccessibilitySlider protocol

2021-03-31 Thread Sergey Bylokhov
On Tue, 30 Mar 2021 09:46:45 GMT, Pankaj Bansal wrote: >>> It looks like the Dialog must have handled the keys as there are no special >>> keys mentioned for JAWS to interact with the component like the VO >> >> Did you check this list of hotkeys? >> https://www.freedomscientific.com/training/j

Re: RFR: JDK-8263235 : sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError [v2]

2021-03-31 Thread Sergey Bylokhov
On Fri, 12 Mar 2021 14:39:23 GMT, Amresh Sahu wrote: >> Added @build org.jemmy2ext.JemmyExt. > > Amresh Sahu has updated the pull request incrementally with one additional > commit since the last revision: > > JDK-8263235:Added @build org.jemmy2ext.JemmyExt Marked as reviewed by serb (Revie

Integrated: JDK-8263235 : sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError

2021-03-31 Thread Amresh Sahu
On Fri, 12 Mar 2021 05:29:01 GMT, Amresh Sahu wrote: > Added @build org.jemmy2ext.JemmyExt. This pull request has now been integrated. Changeset: cb70ab0c Author:Your Name Committer: Sergey Bylokhov URL: https://git.openjdk.java.net/jdk/commit/cb70ab0c Stats: 2 lines in 2 files

Re: RFR: 8253266 : JList and JTable constructors should clear OPAQUE_SET before calling updateUI [v2]

2021-03-31 Thread Sergey Bylokhov
On Thu, 25 Mar 2021 08:03:21 GMT, Tejpal Rebari wrote: >> Hi All, >> Please review the following fix for jdk17. >> >> Issue : LookAndFeel.installProperty(list, "opaque", false) is not able to >> set the opaque property for JList and JTable. >> LookAndFeel.installProperty calls the setUIProperty

Re: RFR: 8264428: Replace uses of StringBuffer with StringBuilder in java.desktop

2021-03-31 Thread Sergey Bylokhov
On Tue, 30 Mar 2021 12:39:15 GMT, Aleksey Shipilev wrote: >> Found by IntelliJ IDEA inspection `Java | Java language level migration aids >> | Java 5 | 'StringBuffer' may be 'StringBuilder'` >> As suggested in >> https://github.com/openjdk/jdk/pull/1507#issuecomment-757369003 I've created >> s

Re: RFR: 8264526: javax/swing/text/html/parser/Parser/8078268/bug8078268.java timeout

2021-03-31 Thread Jie Fu
On Wed, 31 Mar 2021 18:57:50 GMT, Alexander Zvegintsev wrote: > Did it fail on these platforms from the beginning of your testing with > `bug8078268`? No. This week I add some testing infrastructure on dockers. The timeout seems only to be observed on these dockers intermittently. Thanks. --