Withdrawn: 8275165 : ProblemList InterpolationQualityTest.java

2021-12-09 Thread duke
On Wed, 13 Oct 2021 17:02:03 GMT, lawrence.andrews wrote: > InterpolationQualityTest.java test fails consistently on windows 10 hence > adding it in the problemList. > > @shurymury This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk

Re: RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Prasanta Sadhukhan
On Fri, 10 Dec 2021 04:42:07 GMT, Phil Race wrote: >> test/jdk/TEST.groups line 414: >> >>> 412: java/awt/Modal \ >>> 413: java/awt/datatransfer \ >>> 414: java/awt/Window >> >> I am not sure I understand why we need to run java/awt/Component, >> java/awt/Modal, java/awt/datatransf

Re: RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Prasanta Sadhukhan
On Thu, 9 Dec 2021 17:49:00 GMT, Phil Race wrote: > Define part1/part2/part3 for client jtreg tests as done for some other areas > See the bug report for some numbers on the potential benefits of this for > faster testing. Marked as reviewed by psadhukhan (Reviewer). - PR: https:/

Re: RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Phil Race
On Fri, 10 Dec 2021 04:20:33 GMT, Prasanta Sadhukhan wrote: >> Define part1/part2/part3 for client jtreg tests as done for some other areas >> See the bug report for some numbers on the potential benefits of this for >> faster testing. > > test/jdk/TEST.groups line 414: > >> 412: java/awt/

Re: RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Prasanta Sadhukhan
On Thu, 9 Dec 2021 17:49:00 GMT, Phil Race wrote: > Define part1/part2/part3 for client jtreg tests as done for some other areas > See the bug report for some numbers on the potential benefits of this for > faster testing. test/jdk/TEST.groups line 414: > 412: java/awt/Modal \ > 413: j

Re: RFR: 8273101: Eliminate the usage of threadgroup sandboxing in the java.util.logging [v2]

2021-12-09 Thread Sergey Bylokhov
> At the time Java supported applets and webstart, a special mechanism for > launching various applications in one JVM was used to reduce memory usage and > each application was isolated from each other. > > This isolation was implemented via ThreadGroups where each application > created its ow

Re: RFR: 8274893: Update java.desktop classes to use try-with-resources [v4]

2021-12-09 Thread Sergey Bylokhov
On Tue, 23 Nov 2021 20:52:40 GMT, Andrey Turbanov wrote: >> 8274893: Update java.desktop classes to use try-with-resources > > Andrey Turbanov has updated the pull request incrementally with one > additional commit since the last revision: > > 8274893: Update java.desktop classes to use try-w

RFR: 8276819: javax/print/PrintServiceLookup/FlushCustomClassLoader.java fails to free

2021-12-09 Thread Sergey Bylokhov
This is an attempt to make the FlushCustomClassLoader more stable. I cannot reproduce this bug so added some improvement blindly, based on assumption that the test may fail on the slow/overloaded system. * The attempt limitation was removed, but the test execution time decreased to 1 minute *

Re: RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Alexey Ivanov
On Thu, 9 Dec 2021 17:49:00 GMT, Phil Race wrote: > Define part1/part2/part3 for client jtreg tests as done for some other areas > See the bug report for some numbers on the potential benefits of this for > faster testing. Marked as reviewed by aivanov (Reviewer). - PR: https://gi

Re: RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Sergey Bylokhov
On Thu, 9 Dec 2021 17:49:00 GMT, Phil Race wrote: > Define part1/part2/part3 for client jtreg tests as done for some other areas > See the bug report for some numbers on the potential benefits of this for > faster testing. Marked as reviewed by serb (Reviewer). - PR: https://git.o

RFR: 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.

2021-12-09 Thread Phil Race
Define part1/part2/part3 for client jtreg tests as done for some other areas See the bug report for some numbers on the potential benefits of this for faster testing. - Commit messages: - 8278456: Define jtreg jdk_desktop test group time-based sub-tasks for use by headful testing.