From home.ksingh at gmail.com Thu Feb 21 06:37:11 2013 From: home.ksingh at gmail.com (Kaushal Singh) Date: Thu, 21 Feb 2013 14:37:11 +0000 Subject: No subject Message-ID: Hey guys, I am trying to run new jtreg 4.1 with openjdk (build infra) and but getting error while running command :~$> make jdk_util Output : /bin/sh: 4: /home/kaushal/Documents/openjdk/build_feb/jtreg/win32/bin/jtreg: not found Missing file: /home/kaushal/Documents/openjdk/build_feb/jdk8_tl/jdk /test/../build/linux-amd64/testoutput/jdk_util/JTreport/text/summary.txt EXIT CODE: 127 EXIT CODE: 127 make[2]: *** [jtreg_tests] Error 127 make[2]: Leaving directory `/home/kaushal/Documents/openjdk /build_feb/jdk8_tl/jdk/test' make[1]: *** [jdk_util] Error 2 make[1]: Leaving directory `/home/kaushal/Documents/openjdk /build_feb/jdk8_tl/jdk/test' make: *** [jdk_util] Error 2 I noticed the structure of jtreg has changed in 4.1 from previous version , as new version does not include "win32" folder. I am curious to find out what is new way of running jtreg test on openjdk build? cheers Kaushal Singh LJC Advocate -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20130221/92bcdb87/attachment.html From home.ksingh at gmail.com Thu Feb 21 06:38:57 2013 From: home.ksingh at gmail.com (Kaushal Singh) Date: Thu, 21 Feb 2013 14:38:57 +0000 Subject: Error encountered in running jtreg 4.1 with OpenJDK infra-build. Message-ID: Apologies for sending this message again, forgot to put the subject Hey guys, I am trying to run new jtreg 4.1 with openjdk (build infra) and but getting error while running command :~$> make jdk_util Output : /bin/sh: 4: /home/kaushal/Documents/openjdk/build_feb/jtreg/win32/bin/jtreg: not found Missing file: /home/kaushal/Documents/openjdk/build_feb/jdk8_tl/jdk /test/../build/linux-amd64/testoutput/jdk_util/JTreport/text/summary.txt EXIT CODE: 127 EXIT CODE: 127 make[2]: *** [jtreg_tests] Error 127 make[2]: Leaving directory `/home/kaushal/Documents/openjdk /build_feb/jdk8_tl/jdk/test' make[1]: *** [jdk_util] Error 2 make[1]: Leaving directory `/home/kaushal/Documents/openjdk /build_feb/jdk8_tl/jdk/test' make: *** [jdk_util] Error 2 I noticed the structure of jtreg has changed in 4.1 from previous version , as new version does not include "win32" folder. I am curious to find out what is new way of running jtreg test on openjdk build? cheers -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20130221/0dee7230/attachment.html From jonathan.gibbons at oracle.com Thu Feb 21 07:40:10 2013 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Thu, 21 Feb 2013 07:40:10 -0800 Subject: In-Reply-To: References: Message-ID: <51263FDA.9050703@oracle.com> Where do you get your copy of jtreg from? There has been no change to the structure of the jtreg release. -- Jon On 02/21/2013 06:37 AM, Kaushal Singh wrote: > Hey guys, > > I am trying to run new jtreg 4.1 with openjdk (build infra) and but > getting error while running command > > :~$> make jdk_util > > Output : > /bin/sh: 4: > /home/kaushal/Documents/openjdk/build_feb/jtreg/win32/bin/jtreg: not found > Missing file: > /home/kaushal/Documents/openjdk/build_feb/jdk8_tl/jdk/test/../build/linux-amd64/testoutput/jdk_util/JTreport/text/summary.txt > EXIT CODE: 127 > EXIT CODE: 127 > make[2]: *** [jtreg_tests] Error 127 > make[2]: Leaving directory > `/home/kaushal/Documents/openjdk/build_feb/jdk8_tl/jdk/test' > make[1]: *** [jdk_util] Error 2 > make[1]: Leaving directory > `/home/kaushal/Documents/openjdk/build_feb/jdk8_tl/jdk/test' > make: *** [jdk_util] Error 2 > > I noticed the structure of jtreg has changed in 4.1 from previous > version , as new version does not include "win32" folder. > > I am curious to find out what is new way of running jtreg test on > openjdk build? > > cheers > Kaushal Singh > LJC Advocate -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20130221/f29bae7d/attachment.html From home.ksingh at gmail.com Thu Feb 21 07:49:31 2013 From: home.ksingh at gmail.com (Kaushal Singh) Date: Thu, 21 Feb 2013 15:49:31 +0000 Subject: In-Reply-To: <51263FDA.9050703@oracle.com> References: <51263FDA.9050703@oracle.com> Message-ID: ahh my mistake :) In my chef cookbook is mis-typed src rather than bin.. Thanks Jon cheers On Thu, Feb 21, 2013 at 3:40 PM, Jonathan Gibbons < jonathan.gibbons at oracle.com> wrote: > Where do you get your copy of jtreg from? There has been no change > to the structure of the jtreg release. > > -- Jon > > > > On 02/21/2013 06:37 AM, Kaushal Singh wrote: > > Hey guys, > > I am trying to run new jtreg 4.1 with openjdk (build infra) and but > getting error while running command > > :~$> make jdk_util > > Output : > /bin/sh: 4: /home/kaushal/Documents/openjdk/build_feb/jtreg/win32/bin/ > jtreg: not found > Missing file: /home/kaushal/Documents/openjdk/build_feb/jdk8_tl/jdk > /test/../build/linux-amd64/testoutput/jdk_util/JTreport/text/summary.txt > EXIT CODE: 127 > EXIT CODE: 127 > make[2]: *** [jtreg_tests] Error 127 > make[2]: Leaving directory `/home/kaushal/Documents/openjdk > /build_feb/jdk8_tl/jdk/test' > make[1]: *** [jdk_util] Error 2 > make[1]: Leaving directory `/home/kaushal/Documents/openjdk > /build_feb/jdk8_tl/jdk/test' > make: *** [jdk_util] Error 2 > > I noticed the structure of jtreg has changed in 4.1 from previous > version , as new version does not include "win32" folder. > > I am curious to find out what is new way of running jtreg test on openjdk > build? > > cheers > Kaushal Singh > LJC Advocate > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20130221/1049663d/attachment.html