RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java

2021-07-15 Thread lawrence . andrews
1) This testcase was throwing error saying Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java 2) Added @test tag so that this testcase can be run 3) Since Applet is deprecated and its not supported any more in the future release remove applet and make the te

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java

2021-07-15 Thread lawrence . andrews
On Thu, 15 Jul 2021 14:52:01 GMT, Prasanta Sadhukhan wrote: >> 1) This testcase was throwing error saying Error: Not a test or directory >> containing tests: java/awt/print/PrinterJob/XparColor.java >> 2) Added @test tag so that this testcase can be run >> 3) Since Applet is deprecated and its

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java

2021-08-04 Thread lawrence . andrews
On Tue, 13 Jul 2021 14:57:30 GMT, lawrence.andrews wrote: > 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not su

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v2]

2021-08-04 Thread lawrence . andrews
> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and m

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v3]

2021-08-06 Thread lawrence . andrews
> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and m

RFR: 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java

2021-08-06 Thread lawrence . andrews
1) Removed Testcase depending on InitToBlack.html file which makes the testcase to executed independently. 2) Removed Applet class dependent. 3) Moved applet/manual=yesno to main/manual InitToBlack @shurymury - Commit messages: - 8270331:Error: Not a test or directory containing t

Re: RFR: 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java

2021-08-09 Thread lawrence . andrews
On Fri, 6 Aug 2021 17:35:22 GMT, lawrence.andrews wrote: > 1) Removed Testcase depending on InitToBlack.html file which makes the > testcase to executed independently. > 2) Removed Applet class dependent. > 3) Moved applet/manual=yesno to main/manual InitToBlack > > @shurymury Yes, I will fi

Re: RFR: 8267161 : Write automated test case for JDK-4479161

2021-08-10 Thread lawrence . andrews
On Mon, 9 Aug 2021 18:36:07 GMT, lawrence.andrews wrote: > 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other

RFR: 8267161 : Write automated test case for JDK-4479161

2021-08-10 Thread lawrence . andrews
1) Automated the manual test case. 2) Removed html dependent file 3) Removed javax.swing.JApplet dependent. 4) Test case can be executed independently as well with jtreg framework. 5) Added methods to know that JFrame and Other component is visible before starting the user action via Robot. @shu

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v3]

2021-08-11 Thread lawrence . andrews
On Fri, 6 Aug 2021 15:17:48 GMT, lawrence.andrews wrote: >> 1) This testcase was throwing error saying Error: Not a test or directory >> containing tests: java/awt/print/PrinterJob/XparColor.java >> 2) Added @test tag so that this testcase can be run >> 3) Since Applet is deprecated and its not

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v4]

2021-08-11 Thread lawrence . andrews
> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and m

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v4]

2021-08-11 Thread lawrence . andrews
On Wed, 11 Aug 2021 16:33:19 GMT, Prasanta Sadhukhan wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Rewrote the code for better starting the test and timeout > > test/jdk/java/awt/print/PrinterJob/XparColor.j

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v5]

2021-08-11 Thread lawrence . andrews
> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and m

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v4]

2021-08-11 Thread lawrence . andrews
On Wed, 11 Aug 2021 15:35:43 GMT, lawrence.andrews wrote: >> 1) This testcase was throwing error saying Error: Not a test or directory >> containing tests: java/awt/print/PrinterJob/XparColor.java >> 2) Added @test tag so that this testcase can be run >> 3) Since Applet is deprecated and its no

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v5]

2021-08-12 Thread lawrence . andrews
On Wed, 11 Aug 2021 21:16:43 GMT, lawrence.andrews wrote: >> 1) This testcase was throwing error saying Error: Not a test or directory >> containing tests: java/awt/print/PrinterJob/XparColor.java >> 2) Added @test tag so that this testcase can be run >> 3) Since Applet is deprecated and its no

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v6]

2021-08-12 Thread lawrence . andrews
> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and m

Re: RFR: 8267161 : Write automated test case for JDK-4479161

2021-08-12 Thread lawrence . andrews
On Mon, 9 Aug 2021 18:36:07 GMT, lawrence.andrews wrote: > 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v2]

2021-08-12 Thread lawrence . andrews
> 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other component is visible before > starting the user action via

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v7]

2021-08-12 Thread lawrence . andrews
> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and m

Re: RFR: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java [v6]

2021-08-12 Thread lawrence . andrews
On Thu, 12 Aug 2021 15:42:48 GMT, lawrence.andrews wrote: >> 1) This testcase was throwing error saying Error: Not a test or directory >> containing tests: java/awt/print/PrinterJob/XparColor.java >> 2) Added @test tag so that this testcase can be run >> 3) Since Applet is deprecated and its no

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v3]

2021-08-16 Thread lawrence . andrews
> 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other component is visible before > starting the user action via

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v2]

2021-08-16 Thread lawrence . andrews
On Mon, 16 Aug 2021 19:42:37 GMT, Sergey Bylokhov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed the frame dispose with in EDT > > test/jdk/java/awt/im/4959409/bug4959409.java line 111: > >> 109:

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v3]

2021-08-16 Thread lawrence . andrews
On Mon, 16 Aug 2021 20:05:58 GMT, lawrence.andrews wrote: >> 1) Automated the manual test case. >> 2) Removed html dependent file >> 3) Removed javax.swing.JApplet dependent. >> 4) Test case can be executed independently as well with jtreg framework. >> 5) Added methods to know that JFrame and

Integrated: 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java

2021-08-17 Thread lawrence . andrews
On Tue, 13 Jul 2021 14:57:30 GMT, lawrence.andrews wrote: > 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not su

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v4]

2021-08-17 Thread lawrence . andrews
> 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other component is visible before > starting the user action via

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v3]

2021-08-17 Thread lawrence . andrews
On Mon, 16 Aug 2021 20:05:58 GMT, lawrence.andrews wrote: >> 1) Automated the manual test case. >> 2) Removed html dependent file >> 3) Removed javax.swing.JApplet dependent. >> 4) Test case can be executed independently as well with jtreg framework. >> 5) Added methods to know that JFrame and

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v3]

2021-08-18 Thread lawrence . andrews
On Mon, 16 Aug 2021 20:58:08 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Fixed a single space issue >> - Add frame.setLocationRelativeTo to get the frame to center of the screen > > te

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v4]

2021-08-19 Thread lawrence . andrews
On Tue, 10 Aug 2021 18:08:55 GMT, Sergey Bylokhov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed review comments > > test/jdk/java/awt/im/4959409/bug4959409.java line 55: > >> 53: >> 54: public JFr

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v4]

2021-08-19 Thread lawrence . andrews
On Wed, 18 Aug 2021 21:58:04 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed review comments > > test/jdk/java/awt/im/4959409/bug4959409.java line 65: > >> 63: final CountDownL

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v3]

2021-08-19 Thread lawrence . andrews
On Mon, 16 Aug 2021 21:00:47 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Fixed a single space issue >> - Add frame.setLocationRelativeTo to get the frame to center of the screen > > te

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v4]

2021-08-19 Thread lawrence . andrews
On Wed, 18 Aug 2021 21:56:51 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed review comments > > test/jdk/java/awt/im/4959409/bug4959409.java line 24: > >> 22: */ >> 23: >> 24: /** >

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v5]

2021-08-19 Thread lawrence . andrews
> 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other component is visible before > starting the user action via

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v4]

2021-08-19 Thread lawrence . andrews
On Wed, 18 Aug 2021 22:05:18 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed review comments > > test/jdk/java/awt/im/4959409/bug4959409.java line 162: > >> 160: } >> 161: >> 162:

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v5]

2021-08-20 Thread lawrence . andrews
On Fri, 20 Aug 2021 13:39:58 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added WindowListener to check Frame is opened and simplified the testcase > > test/jdk/java/awt/im/4959409/bug4959

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v6]

2021-08-20 Thread lawrence . andrews
> 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other component is visible before > starting the user action via

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v5]

2021-08-20 Thread lawrence . andrews
On Fri, 20 Aug 2021 13:45:23 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added WindowListener to check Frame is opened and simplified the testcase > > test/jdk/java/awt/im/4959409/bug4959

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v7]

2021-08-20 Thread lawrence . andrews
> 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other component is visible before > starting the user action via

Re: RFR: 8267161 : Write automated test case for JDK-4479161 [v6]

2021-08-20 Thread lawrence . andrews
On Fri, 20 Aug 2021 15:01:35 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed review comments > > test/jdk/java/awt/im/4959409/bug4959409.java line 87: > >> 85:

Integrated: 8267161 : Write automated test case for JDK-4479161

2021-08-20 Thread lawrence . andrews
On Mon, 9 Aug 2021 18:36:07 GMT, lawrence.andrews wrote: > 1) Automated the manual test case. > 2) Removed html dependent file > 3) Removed javax.swing.JApplet dependent. > 4) Test case can be executed independently as well with jtreg framework. > 5) Added methods to know that JFrame and Other