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
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.
>
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
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
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
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
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
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.
--