Integrated: 8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive

2024-07-30 Thread Vanitha B P
On Wed, 24 Jul 2024 12:20:05 GMT, Vanitha B P wrote: > tools/jpackage/windows/WinChildProcessTest.java was failing intermittently, > fixed the issue and changes are tested. This pull request has now been integrated. Changeset: 2c9fd901 Author:Vanitha B P Committer: Alexey Semenyu

Re: RFR: 8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive

2024-07-29 Thread Vanitha B P
On Wed, 24 Jul 2024 16:42:52 GMT, Alexey Semenyuk wrote: >> tools/jpackage/windows/WinChildProcessTest.java was failing intermittently, >> fixed the issue and changes are tested. > > @sashamatveev please review @alexeysemenyukoracle @sashamatveev Can you please sponsor? - PR Comme

Re: RFR: 8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive [v3]

2024-07-29 Thread Vanitha B P
> tools/jpackage/windows/WinChildProcessTest.java was failing intermittently, > fixed the issue and changes are tested. Vanitha B P has updated the pull request incrementally with one additional commit since the last revision: Vanitha B P - Changes: - all:

Re: RFR: 8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive [v2]

2024-07-25 Thread Vanitha B P
> tools/jpackage/windows/WinChildProcessTest.java was failing intermittently, > fixed the issue and changes are tested. Vanitha B P has updated the pull request incrementally with one additional commit since the last revision: Addressed the review comments - Changes:

RFR: 8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive

2024-07-24 Thread Vanitha B P
tools/jpackage/windows/WinChildProcessTest.java was failing intermittently, fixed the issue and changes are tested. - Commit messages: - 8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive Changes: https://git.openjdk.org/jdk/pull/

Integrated: 8325525: Create jtreg test case for JDK-8325203

2024-07-11 Thread Vanitha B P
On Tue, 4 Jun 2024 07:13:15 GMT, Vanitha B P wrote: > Created jtreg test case for > [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. > > The JpackageTest created tests that the child process started from the app > launched by jpackage launcher is not automatic

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v4]

2024-07-10 Thread Vanitha B P
On Wed, 10 Jul 2024 15:36:52 GMT, Alexey Semenyuk wrote: >> Vanitha B P has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Addressed the review comment > > Looks good. Thank you for doing all the ad

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v5]

2024-07-10 Thread Vanitha B P
> Created jtreg test case for > [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. > > The JpackageTest created tests that the child process started from the app > launched by jpackage launcher is not automatically terminated when the the > launcher is termin

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v4]

2024-07-09 Thread Vanitha B P
> Created jtreg test case for > [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. > > The JpackageTest created tests that the child process started from the app > launched by jpackage launcher is not automatically terminated when the the > launcher is termin

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v3]

2024-07-09 Thread Vanitha B P
On Tue, 9 Jul 2024 14:26:11 GMT, Alexey Semenyuk wrote: >> Vanitha B P has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Addressed the review comments based on the inputs > > test/jdk/tools/jpackage/apps/Chi

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v3]

2024-07-09 Thread Vanitha B P
> Created jtreg test case for > [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. > > The JpackageTest created tests that the child process started from the app > launched by jpackage launcher is not automatically terminated when the the > launcher is termin

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v2]

2024-07-04 Thread Vanitha B P
On Wed, 3 Jul 2024 16:57:49 GMT, Alexey Semenyuk wrote: >> Vanitha B P has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8325525 Addressed review comments > > test/jdk/tools/jpackage/share/Jpack

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v2]

2024-07-04 Thread Vanitha B P
On Wed, 3 Jul 2024 16:47:02 GMT, Alexey Semenyuk wrote: >> Vanitha B P has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8325525 Addressed review comments > > test/jdk/tools/jpackage/share/JpackageTest.jav

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v2]

2024-07-04 Thread Vanitha B P
On Wed, 3 Jul 2024 16:45:51 GMT, Alexey Semenyuk wrote: >> Vanitha B P has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8325525 Addressed review comments > > test/jdk/tools/jpackage/apps/ThirdPartyAppL

Re: RFR: 8325525: Create jtreg test case for JDK-8325203

2024-07-02 Thread Vanitha B P
On Thu, 20 Jun 2024 15:45:11 GMT, Alexey Semenyuk wrote: >> Created jtreg test case for >> [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. >> >> The JpackageTest created tests that the child process started from the app >> launched by jpackage launcher is not automatically te

Re: RFR: 8325525: Create jtreg test case for JDK-8325203 [v2]

2024-07-02 Thread Vanitha B P
> Created jtreg test case for > [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. > > The JpackageTest created tests that the child process started from the app > launched by jpackage launcher is not automatically terminated when the the > launcher is termin

RFR: 8325525: Create jtreg test case for JDK-8325203

2024-06-13 Thread Vanitha B P
Created jtreg test case for [JDK-8325203](https://bugs.openjdk.org/browse/JDK-8325203) issue. The JpackageTest created tests that the child process started from the app launched by jpackage launcher is not automatically terminated when the the launcher is terminated. - Commit mess