Integrated: 8282771 : Create test case for JDK-8262981

2022-05-31 Thread lawrence . andrews
On Mon, 7 Mar 2022 23:31:54 GMT, lawrence.andrews wrote: > Following methods are covered in this testcase > getAccessibleAction() > getAccessibleActionCount() > doAccessibleAction(int direction) > > @shurymury This pull request has now been integrated. Changeset: 8db5247e Author:lawrence.

Re: RFR: JDK-8225013: sanity/client/SwingSet/src/ScrollPaneDemoTest.java fails on Linux [v2]

2022-05-23 Thread lawrence . andrews
On Mon, 23 May 2022 18:00:39 GMT, Alexandre Iline wrote: >> Before the fix the test was failing around 1 time in fifty runs. After the >> fix the test did not fail in ~ 1k runs. >> Additional instrumentation is added to save useful information on the UI >> state, should the failure happen agai

Integrated: 8285687 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java

2022-05-19 Thread lawrence . andrews
On Wed, 27 Apr 2022 00:06:41 GMT, lawrence.andrews wrote: > 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is n

Re: RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java [v6]

2022-05-18 Thread lawrence . andrews
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is not configured then mark the test as passed. > > @shurymury

Integrated: 8285612 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java

2022-05-11 Thread lawrence . andrews
On Mon, 25 Apr 2022 22:36:59 GMT, lawrence.andrews wrote: > 1) Removed yesno to eliminate parserException > 2) Added code to fit into manual framework so that timeout, pass & fail is > handled. > 3) Added code to mark the test as pass if printer service is not available > 4) Added code to handl

Integrated: 8285867 : Convert applet manual tests SelectionVisible.java to Frame and automate

2022-05-11 Thread lawrence . andrews
On Fri, 29 Apr 2022 22:39:28 GMT, lawrence.andrews wrote: > 1) Removed Applet dependent code and used Frame as top level. > 2) Automated the manual test. > > @shurymury This pull request has now been integrated. Changeset: 44a60ce1 Author:lawrence.andrews Committer: Phil Race URL:

Integrated: 8284316 : Support accessibility ManualTestFrame.java for non SwingSet tests

2022-05-09 Thread lawrence . andrews
On Mon, 4 Apr 2022 23:39:33 GMT, lawrence.andrews wrote: > 1) Modified ManualTestFrame.java to support non SwingSet2 and this include > modification of SwingSetTest.java > 2) Added new TestJProgressBarAccessibility.java testcase that uses > ManualTestFrame > 3) Added timeout support in case us

Re: RFR: 8285867 : Convert applet manual tests SelectionVisible.java to Frame and automate [v2]

2022-05-08 Thread lawrence . andrews
> 1) Removed Applet dependent code and used Frame as top level. > 2) Automated the manual test. > > @shurymury lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision: Fixed disposing of frame with in EDT - Changes: - all:

RFR: 8285867 : Convert applet manual tests SelectionVisible.java to Frame and automate

2022-04-29 Thread lawrence . andrews
1) Removed Applet dependent code and used Frame as top level. 2) Automated the manual test. @shurymury - Commit messages: - 8285867 : Convert applet manual tests SelectionVisible.java to Frame and automate Changes: https://git.openjdk.java.net/jdk/pull/8477/files Webrev: https://

Re: RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java [v5]

2022-04-29 Thread lawrence . andrews
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is not configured then mark the test as passed. > > @shurymury

Re: RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java [v4]

2022-04-29 Thread lawrence . andrews
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is not configured then mark the test as passed. > > @shurymury

Re: RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java [v3]

2022-04-28 Thread lawrence . andrews
On Fri, 29 Apr 2022 00:41:50 GMT, Sergey Bylokhov wrote: >> lawrence.andrews has updated the pull request with a new target base due to >> a merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains three additional >>

Re: RFR: 8285612 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java [v3]

2022-04-28 Thread lawrence . andrews
> 1) Removed yesno to eliminate parserException > 2) Added code to fit into manual framework so that timeout, pass & fail is > handled. > 3) Added code to mark the test as pass if printer service is not available > 4) Added code to handle pressing or clicking of 'Cancel' button. > > @shurymury >

Re: RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java [v3]

2022-04-28 Thread lawrence . andrews
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is not configured then mark the test as passed. > > @shurymury

Re: RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java [v2]

2022-04-27 Thread lawrence . andrews
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is not configured then mark the test as passed. > > @shurymury

Integrated: 8285617 : Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test

2022-04-27 Thread lawrence . andrews
On Tue, 26 Apr 2022 01:44:45 GMT, lawrence.andrews wrote: > 1) Removed yesno since test was failing with parser error due to @run > main/manual=yesno > 2) User can't decide whether it as pass or fail after looking into the > printout so add the PassFailJFrame support > > @shurymury > @aivan

RFR: 8285687 : Remove jtreg tag manual=yesno for ava/awt/print/PrinterJob/PageRangesDlgTest.java

2022-04-26 Thread lawrence . andrews
1) Fixed Parser error by removing yesno from @run main/manual=yesno 2) Used PassFaileJFrame to show the test instruction to the user instead of printing the test instruction on the console or jtreg log file. 3) If printer is not configured then mark the test as passed. @shurymury @aivanov-jdk

Re: RFR: 8285612 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java [v2]

2022-04-26 Thread lawrence . andrews
> 1) Removed yesno to eliminate parserException > 2) Added code to fit into manual framework so that timeout, pass & fail is > handled. > 3) Added code to mark the test as pass if printer service is not available > 4) Added code to handle pressing or clicking of 'Cancel' button. > > @shurymury >

RFR: 8285617 : Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test

2022-04-25 Thread lawrence . andrews
1) Removed yesno since test was failing with parser error due to @run main/manual=yesno 2) User can't decide whether it as pass or fail after looking into the printout so add the PassFailJFrame support @shurymury @aivanov-jdk - Commit messages: - 8285617 : Fix java/awt/print/Pri

RFR: 8285612 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java

2022-04-25 Thread lawrence . andrews
1) Removed yesno to eliminate parserException 2) Added code to fit into manual framework so that timeout, pass & fail is handled. 3) Added code to mark the test as pass if printer service is not available 4) Added code to handle pressing or clicking of 'Cancel' button. @shurymury @aivanov-jdk -

Integrated: 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test

2022-04-19 Thread lawrence . andrews
On Mon, 28 Mar 2022 20:23:20 GMT, lawrence.andrews wrote: > Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot i

Re: RFR: 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v11]

2022-04-19 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v10]

2022-04-19 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v9]

2022-04-19 Thread lawrence . andrews
On Tue, 19 Apr 2022 18:47:22 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Merge branch 'JDK-8283803' of https://github.com/lawrence-andrew/jdk into >> JDK-8283803 >> - Removed checking

Re: RFR: 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v9]

2022-04-19 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8284898 : Enhance PassFailJFrame [v7]

2022-04-16 Thread lawrence . andrews
On Sat, 16 Apr 2022 22:51:43 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update PrintGlyphVectorTest.java > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 311: > >> 309: /**

Re: RFR: 8284898 : Enhance PassFailJFrame [v8]

2022-04-16 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8284898 : Enhance PassFailJFrame [v7]

2022-04-14 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v6]

2022-04-14 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8274082 : Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java [v2]

2022-04-14 Thread lawrence . andrews
> Following issues were fixed in this test > 1) Fixed - Parser error due to yesno in @run main/manual=yesno > 2) Fixed Wrong test name specified in @run jtreg > @run main/manual=yesno PrintTextTest . It should be @run main/manual=yesno > SwingUIText > 3) Instruction frame does not have 'Pass' or

Re: RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v5]

2022-04-13 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v4]

2022-04-12 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v3]

2022-04-12 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Re: RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test [v2]

2022-04-12 Thread lawrence . andrews
> Fixed the following issue. > 1) Removed yes/no since test was failing due to "Parser error due to yesno in > @run main/manual=yesno" > 2) After removing yes/no test run( just shows the UI and gets dispose > immediately). User cannot interact with the test UI and mark the test pass or > failed.

Integrated: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception

2022-04-12 Thread lawrence . andrews
On Fri, 25 Mar 2022 21:06:12 GMT, lawrence.andrews wrote: > We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can ma

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v8]

2022-04-11 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v7]

2022-04-11 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v4]

2022-04-08 Thread lawrence . andrews
On Tue, 5 Apr 2022 20:38:58 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Dispose the Frame based in EDT > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 135: > >> 133:

Re: RFR: 8284316 : Support accessibility ManualTestFrame.java for non SwingSet tests [v2]

2022-04-07 Thread lawrence . andrews
> 1) Modified ManualTestFrame.java to support non SwingSet2 and this include > modification of SwingSetTest.java > 2) Added new TestJProgressBarAccessibility.java testcase that uses > ManualTestFrame > 3) Added timeout support in case user does not interact with the > ManualTestFrame > > @shu

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v5]

2022-04-07 Thread lawrence . andrews
On Wed, 6 Apr 2022 10:39:44 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/print/PrinterJob/PrintLatinCJKTest.java line 85: > >> 83:

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v4]

2022-04-07 Thread lawrence . andrews
On Tue, 5 Apr 2022 18:58:27 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Dispose the Frame based in EDT > > test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java line 91: > >> 89:

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v5]

2022-04-07 Thread lawrence . andrews
On Tue, 5 Apr 2022 20:16:28 GMT, lawrence.andrews wrote: >> We need a common manual test framework code that can be shared across all >> the client manual test. This framework class should have the following >> 1) Frame which contains test instruction . >> 2) Pass & Fail button so that user can

Re: RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v6]

2022-04-07 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Re: RFR: 8283712 : Create a manual test framework class [v4]

2022-04-05 Thread lawrence . andrews
On Mon, 4 Apr 2022 18:59:39 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Dispose the Frame based in EDT > > test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java line 74: > >> 72:

Re: RFR: 8283712 : Create a manual test framework class [v5]

2022-04-05 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Integrated: 8281284 : Write JSlider accessibility test

2022-03-29 Thread lawrence . andrews
On Fri, 4 Feb 2022 18:39:52 GMT, lawrence.andrews wrote: > This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik This pull request has now been integrated. Changeset

RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test

2022-03-28 Thread lawrence . andrews
Fixed the following issue. 1) Removed yes/no since test was failing due to "Parser error due to yesno in @run main/manual=yesno" 2) After removing yes/no test run( just shows the UI and gets dispose immediately). User cannot interact with the test UI and mark the test pass or failed. So added P

Re: RFR: 8283712 : Create a manual test framework class [v3]

2022-03-28 Thread lawrence . andrews
On Sat, 26 Mar 2022 02:38:41 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed the white space issue > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 127: > >> 125:

Re: RFR: 8283712 : Create a manual test framework class [v4]

2022-03-28 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Re: RFR: 8283712 : Create a manual test framework class [v3]

2022-03-28 Thread lawrence . andrews
On Sat, 26 Mar 2022 02:37:09 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed the white space issue > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 103: > >> 101: * If us

Re: RFR: 8283712 : Create a manual test framework class [v2]

2022-03-25 Thread lawrence . andrews
On Sat, 26 Mar 2022 02:13:24 GMT, lawrence.andrews wrote: >> We need a common manual test framework code that can be shared across all >> the client manual test. This framework class should have the following >> 1) Frame which contains test instruction . >> 2) Pass & Fail button so that user ca

Re: RFR: 8283712 : Create a manual test framework class [v3]

2022-03-25 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Re: RFR: 8283712 : Create a manual test framework class [v2]

2022-03-25 Thread lawrence . andrews
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user shou

Re: RFR: 8283712 : Create a manual test framework class [v2]

2022-03-25 Thread lawrence . andrews
On Fri, 25 Mar 2022 21:35:49 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed the review comments and fixed the test using PassFailJFrame.java > > test/jdk/java/awt/regtesthelpers/PassFailJF

Re: RFR: 8283712 : Create a manual test framework class

2022-03-25 Thread lawrence . andrews
On Fri, 25 Mar 2022 21:33:46 GMT, Phil Race wrote: >> We need a common manual test framework code that can be shared across all >> the client manual test. This framework class should have the following >> 1) Frame which contains test instruction . >> 2) Pass & Fail button so that user can mark t

RFR: 8283712 : Create a manual test framework class

2022-03-25 Thread lawrence . andrews
We need a common manual test framework code that can be shared across all the client manual test. This framework class should have the following 1) Frame which contains test instruction . 2) Pass & Fail button so that user can mark the test pass or fail 3) Upon failing the test user should be able

RFR: 8274082 : Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java

2022-03-24 Thread lawrence . andrews
Following issues were fixed in this test 1) Fixed - Parser error due to yesno in @run main/manual=yesno 2) Fixed Wrong test name specified in @run jtreg @run main/manual=yesno PrintTextTest . It should be @run main/manual=yesno SwingUIText 3) Instruction frame does not have 'Pass' or 'Fail' butto

Withdrawn: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI

2022-03-23 Thread lawrence . andrews
On Wed, 15 Dec 2021 02:21:35 GMT, lawrence.andrews wrote: > 1) Test scenario was just showing test instruction with JTextArea. So added > the JTextArea as the instruction and method says. > 2) JTextArea is filled with contents so that and an Emoji character making > sure that screen reader ca

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

2022-03-23 Thread lawrence . andrews
On Thu, 17 Mar 2022 21:47:12 GMT, lawrence.andrews wrote: > 1) Removed =yesno since it was throwing Error: Not a test or directory > containing tests > 2) Test was just printing the "Test passes" on the printer and user did not > had any option to mark the test as pass or fail and test was alw

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

2022-03-23 Thread lawrence . andrews
On Wed, 23 Mar 2022 22:51:17 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed minor spelling > > test/jdk/java/awt/print/PrinterJob/InitToBlack.java line 172: > >> 170: if (!CountDo

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

2022-03-23 Thread lawrence . andrews
> 1) Removed =yesno since it was throwing Error: Not a test or directory > containing tests > 2) Test was just printing the "Test passes" on the printer and user did not > had any option to mark the test as pass or fail and test was always passing. > so created test UI with test instruction and

Re: RFR: 8282771 : Create test case for JDK-8262981 [v3]

2022-03-22 Thread lawrence . andrews
On Mon, 21 Mar 2022 16:52:26 GMT, Alexandre Iline wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixed review comments > > test/jdk/javax/accessibility/JSlider/AccessibleAction/JSliderAccessibleAction.java >

Re: RFR: 8282771 : Create test case for JDK-8262981 [v4]

2022-03-22 Thread lawrence . andrews
> Following methods are covered in this testcase > getAccessibleAction() > getAccessibleActionCount() > doAccessibleAction(int direction) > > @shurymury lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision: Fixed review comments

Re: RFR: 8281284 : Write JSlider accessibility test [v7]

2022-03-21 Thread lawrence . andrews
> This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:

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

2022-03-17 Thread lawrence . andrews
1) Removed =yesno since it was throwing Error: Not a test or directory containing tests 2) Test was just printing the "Test passes" on the printer and user did not had any option to mark the test as pass or fail and test was always passing. so created test UI with test instruction and test contr

Re: RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI [v3]

2022-03-16 Thread lawrence . andrews
On Thu, 16 Dec 2021 19:23:10 GMT, Artem Semenov wrote: >> Hi @savoptik, >> a) The test createTextArea() does not have JTextArea . I have attached the >> screen shot of the test https://bugs.openjdk.java.net/browse/JDK-8278828 >> b) The test does not say its a non-editable JTextArea. Even the ex

Re: RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI [v3]

2022-03-16 Thread lawrence . andrews
On Thu, 27 Jan 2022 21:47:04 GMT, lawrence.andrews wrote: >> 1) Test scenario was just showing test instruction with JTextArea. So added >> the JTextArea as the instruction and method says. >> 2) JTextArea is filled with contents so that and an Emoji character making >> sure that screen reade

Re: RFR: 8282771 : Create test case for JDK-8262981 [v2]

2022-03-16 Thread lawrence . andrews
On Wed, 9 Mar 2022 21:36:06 GMT, Alexandre Iline wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added command after the date > > test/jdk/javax/swing/JSlider/8262981/JSliderAccessibleAction.java line 179: > >

Re: RFR: 8282771 : Create test case for JDK-8262981 [v3]

2022-03-16 Thread lawrence . andrews
> Following methods are covered in this testcase > getAccessibleAction() > getAccessibleActionCount() > doAccessibleAction(int direction) > > @shurymury lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision: Fixed review comments

Re: RFR: 8281284 : Write JSlider accessibility test [v5]

2022-03-07 Thread lawrence . andrews
On Tue, 8 Mar 2022 04:34:35 GMT, Sergey Bylokhov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> run the on windows and mac > > test/jdk/java/awt/a11y/AccessibleJSliderTest.java line 2: > >> 1: /* >> 2: * Cop

Re: RFR: 8281284 : Write JSlider accessibility test [v6]

2022-03-07 Thread lawrence . andrews
> This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8282771 : Create test case for JDK-8262981 [v2]

2022-03-07 Thread lawrence . andrews
> Following methods are covered in this testcase > getAccessibleAction() > getAccessibleActionCount() > getAccessibleActionDescription() > doAccessibleAction(int direction) > > @shurymury lawrence.andrews has updated the pull request incrementally with one additional commit since the last revis

RFR: 8282771 : Create test case for JDK-8262981

2022-03-07 Thread lawrence . andrews
Following methods are covered in this testcase getAccessibleAction() getAccessibleActionCount() getAccessibleActionDescription() doAccessibleAction(int direction) @shurymury - Commit messages: - Fixed white issue - 8282771 : Create test case for JDK-8262981 Changes: https://git.o

Re: RFR: 8281284 : Write JSlider accessibility test [v5]

2022-03-04 Thread lawrence . andrews
On Fri, 4 Mar 2022 09:10:02 GMT, Artem Semenov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> run the on windows and mac > > Looks good to me. I agree @savoptik , can you approve this PR so that this PR is el

Re: RFR: 8281284 : Write JSlider accessibility test [v5]

2022-03-03 Thread lawrence . andrews
> This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8281284 : Write JSlider accessibility test [v4]

2022-03-02 Thread lawrence . andrews
> This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8281284 : Write JSlider accessibility test [v2]

2022-03-02 Thread lawrence . andrews
On Wed, 23 Feb 2022 02:03:24 GMT, lawrence.andrews wrote: >> test/jdk/javax/accessibility/JSlider/JSliderAccessibilityTest.java line 68: >> >>> 66: frame.setLocationRelativeTo(null); >>> 67: frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); >>> 68: frame.setVisibl

Re: RFR: 8281284 : Write JSlider accessibility test [v2]

2022-03-02 Thread lawrence . andrews
On Sun, 6 Feb 2022 08:22:04 GMT, Sergey Bylokhov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added @key headful > > test/jdk/javax/accessibility/JSlider/JSliderAccessibilityTest.java line 2: > >> 1: /* >>

Re: RFR: 8281284 : Write JSlider accessibility test [v3]

2022-03-02 Thread lawrence . andrews
> This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8281284 : Write JSlider accessibility test [v2]

2022-02-22 Thread lawrence . andrews
On Mon, 7 Feb 2022 10:48:03 GMT, Artem Semenov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added @key headful > > test/jdk/javax/accessibility/JSlider/JSliderAccessibilityTest.java line 68: > >> 66:

Integrated: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails

2022-02-11 Thread lawrence . andrews
On Fri, 28 Jan 2022 21:03:48 GMT, lawrence.andrews wrote: > 1) Removed =yesno that was causing the test to fail with following exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > After removing =yesno, test was just passing without user interac

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v4]

2022-02-10 Thread lawrence . andrews
On Thu, 10 Feb 2022 08:47:51 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removed RenderingHints.VALUE_TEXT_ANTIALIAS_GASP and fixed the review >> comments > > test/jdk/java/awt/Graphics/

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v5]

2022-02-10 Thread lawrence . andrews
> 1) Removed =yesno that was causing the test to fail with following exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > After removing =yesno, test was just passing without user interaction so > fixed the following > > Add the following so that

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v3]

2022-02-09 Thread lawrence . andrews
On Tue, 8 Feb 2022 19:59:57 GMT, Alexey Ivanov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Dispose the frame via EDT > > test/jdk/java/awt/Graphics/TextAAHintsTest.java line 2: > >> 1: package awt; >> 2:

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v4]

2022-02-09 Thread lawrence . andrews
> 1) Removed =yesno that was causing the test to fail with following exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > After removing =yesno, test was just passing without user interaction so > fixed the following > > Add the following so that

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v3]

2022-02-07 Thread lawrence . andrews
> 1) Removed =yesno that was causing the test to fail with following exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > After removing =yesno, test was just passing without user interaction so > fixed the following > > Add the following so that

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v2]

2022-02-07 Thread lawrence . andrews
On Sun, 6 Feb 2022 08:36:46 GMT, Sergey Bylokhov wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Execute test all platform other than mac > > test/jdk/java/awt/Graphics/TextAAHintsTest.java line 231: > >> 229:

Re: RFR: 8281284 : Write JSlider accessibility test [v2]

2022-02-04 Thread lawrence . andrews
On Fri, 4 Feb 2022 22:20:32 GMT, Phil Race wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Added @key headful > > test/jdk/javax/accessibility/JSlider/JSliderAccessibilityTest.java line 28: > >> 26: * @bug 82

Re: RFR: 8281284 : Write JSlider accessibility test [v2]

2022-02-04 Thread lawrence . andrews
> This testcase covers both old and new api ( api added in jdk17 > getAccessibleAction(), getAccessibleActionCount() , > getAccessibleActionDescription ) > > @shurymury > @savoptik lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:

RFR: 8281284 : Write JSlider accessibility test

2022-02-04 Thread lawrence . andrews
This testcase covers both old and new api ( api added in jdk17 getAccessibleAction(), getAccessibleActionCount() , getAccessibleActionDescription ) @shurymury @savoptik - Commit messages: - 8281284 : Write JSlider accessibility test Changes: https://git.openjdk.java.net/jdk/pul

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v2]

2022-02-04 Thread lawrence . andrews
> 1) Removed =yesno that was causing the test to fail with following exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > After removing =yesno, test was just passing without user interaction so > fixed the following > > Add the following so that

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails

2022-02-04 Thread lawrence . andrews
On Fri, 28 Jan 2022 21:03:48 GMT, lawrence.andrews wrote: > 1) Removed =yesno that was causing the test to fail with following exception > test result: Error. Parse Exception: Arguments to `manual' option not > supported: yesno > After removing =yesno, test was just passing without user interac

Re: RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails

2022-02-03 Thread lawrence . andrews
On Tue, 1 Feb 2022 03:16:28 GMT, Sergey Bylokhov wrote: >> 1) Removed =yesno that was causing the test to fail with following exception >> test result: Error. Parse Exception: Arguments to `manual' option not >> supported: yesno >> After removing =yesno, test was just passing without user intera

RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails

2022-01-28 Thread lawrence . andrews
1) Removed =yesno that was causing the test to fail with following exception test result: Error. Parse Exception: Arguments to `manual' option not supported: yesno After removing =yesno, test was just passing without user interaction so fixed the following Add the following so that user can user

Re: RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI [v2]

2022-01-27 Thread lawrence . andrews
On Thu, 27 Jan 2022 19:56:20 GMT, lawrence.andrews wrote: >> 1) Test scenario was just showing test instruction with JTextArea. So added >> the JTextArea as the instruction and method says. >> 2) JTextArea is filled with contents so that and an Emoji character making >> sure that screen reade

Re: RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI [v3]

2022-01-27 Thread lawrence . andrews
> 1) Test scenario was just showing test instruction with JTextArea. So added > the JTextArea as the instruction and method says. > 2) JTextArea is filled with contents so that and an Emoji character making > sure that screen reader can read Emoji also. > 3) Now user can user arrow keys to navig

Re: RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI [v2]

2022-01-27 Thread lawrence . andrews
> 1) Test scenario was just showing test instruction with JTextArea. So added > the JTextArea as the instruction and method says. > 2) JTextArea is filled with contents so that and an Emoji character making > sure that screen reader can read Emoji also. > 3) Now user can user arrow keys to navig

Re: RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI

2021-12-16 Thread lawrence . andrews
On Thu, 16 Dec 2021 08:32:40 GMT, Artem Semenov wrote: >> 1) Test scenario was just showing test instruction with JTextArea. So added >> the JTextArea as the instruction and method says. >> 2) JTextArea is filled with contents so that and an Emoji character making >> sure that screen reader ca

RFR: 8278828 : java/awt/a11y/AccessibleTextTest.java's createTextArea() just shows instructions on the UI

2021-12-14 Thread lawrence . andrews
1) Test scenario was just showing test instruction with JTextArea. So added the JTextArea as the instruction and method says. 2) JTextArea is filled with contents so that and an Emoji character making sure that screen reader can read Emoji also. 3) Now user can user arrow keys to navigate the JT

Re: RFR: 8275165 : ProblemList InterpolationQualityTest.java

2021-10-14 Thread lawrence . andrews
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 Its a latest window on a new VM. Checking the VM's graphic system configuration. I checked the VM graphics con

  1   2   >