Integrated: 8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac

2024-03-26 Thread Elif Aslan
On Tue, 12 Mar 2024 21:52:31 GMT, Elif Aslan wrote: > This change enables to run JspawnhelperProtocol.java on MacOS. > > In addition to GHA , the test has been run on macos and linux. > > > Test report is stored in > build/macosx-x86_64-server-f

RFR: 8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac

2024-03-12 Thread Elif Aslan
This change enables to run JspawnhelperProtocol.java on MacOS. In addition to GHA , the test has been run on macos and linux. Test report is stored in build/macosx-x86_64-server-fastdebug/test-results/jtreg_test_jdk_java_lang_ProcessBuilder_JspawnhelperProtocol_java

Integrated: 8325567: jspawnhelper without args fails with segfault

2024-03-08 Thread Elif Aslan
On Mon, 4 Mar 2024 21:19:26 GMT, Elif Aslan wrote: > This change is intended to address the segmentation fault issue that occurs > when jspawnhelper is called without arguments,. > There is a new test added to verify the behavior in such cases. > > `[ec2-user@ip-172-16-0-10

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v8]

2024-03-08 Thread Elif Aslan
g/ProcessBuilder/JspawnhelperWarnings.java > 1 1 0 0 > ====== > TEST SUCCESS Elif Aslan has updated the pull request incrementally with one additional commit since the last revision: Addre

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v7]

2024-03-07 Thread Elif Aslan
g/ProcessBuilder/JspawnhelperWarnings.java > 1 1 0 0 > ====== > TEST SUCCESS Elif Aslan has updated the pull request incrementally with one additional commit since the last revision: Add a

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v6]

2024-03-07 Thread Elif Aslan
g/ProcessBuilder/JspawnhelperWarnings.java > 1 1 0 0 > ====== > TEST SUCCESS Elif Aslan has updated the pull request incrementally with one additional commit since the last revision: more

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v5]

2024-03-07 Thread Elif Aslan
g/ProcessBuilder/JspawnhelperWarnings.java > 1 1 0 0 > ====== > TEST SUCCESS Elif Aslan has updated the pull request incrementally with one additional commit since the last revision: Address t

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v4]

2024-03-07 Thread Elif Aslan
/jtreg_test_jdk_java_lang_ProcessBuilder_JspawnhelperProtocol_java/tmp > \\ > -ea \\ > -esa \\ > > -Djava.library.path=/home/ec2-user/moe/ws/openjdk/jdk/build/linux-x86_64-server-fastdebug/images/test/jdk/jtreg/native > \\ > com.sun.javatest.regtest.age

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v3]

2024-03-07 Thread Elif Aslan
/jtreg_test_jdk_java_lang_ProcessBuilder_JspawnhelperProtocol_java/tmp > \\ > -ea \\ > -esa \\ > > -Djava.library.path=/home/ec2-user/moe/ws/openjdk/jdk/build/linux-x86_64-server-fastdebug/images/test/jdk/jtreg/native > \\ > com.sun.javatest.regtest.age

Re: RFR: 8325567: jspawnhelper without args fails with segfault [v2]

2024-03-07 Thread Elif Aslan
/jtreg_test_jdk_java_lang_ProcessBuilder_JspawnhelperProtocol_java/tmp > \\ > -ea \\ > -esa \\ > > -Djava.library.path=/home/ec2-user/moe/ws/openjdk/jdk/build/linux-x86_64-server-fastdebug/images/test/jdk/jtreg/native > \\ > com.sun.javatest.regtest.age

RFR: 8325567: jspawnhelper without args fails with segfault

2024-03-04 Thread Elif Aslan
This change is intended to address the segmentation fault issue that occurs when jspawnhelper is called without arguments, and it includes an updated test to verify the behavior in such cases. Existing tests passes since it does not check behavior without args. After test update the test fails