Re: Running jdk's tests to produce coverage report

2021-11-04 Thread Jonathan Gibbons
From: Alan Bateman Sent: 03 November 2021 16:39 To: Chaliasos, Stefanos ; build-dev@openjdk.java.net Subject: Re: Running jdk's tests to produce coverage report This email from alan.bate...@oracle.com originates from outside Imperial. Do not click on links and attachments unless

Re: Running jdk's tests to produce coverage report

2021-11-03 Thread Chaliasos, Stefanos
Do you know where I can download this version? In GitHub there are releases until jcov3.0-b07 Stefanos From: Alan Bateman Sent: 03 November 2021 16:39 To: Chaliasos, Stefanos ; build-dev@openjdk.java.net Subject: Re: Running jdk's tests to produce coverage

Re: Running jdk's tests to produce coverage report

2021-11-03 Thread Alan Bateman
On 03/11/2021 16:34, Chaliasos, Stefanos wrote: Thanks Alan, I used the one that jtreg uses. The complete configuration of JCOV for jtreg is: ``` DEFAULT_JCOV_SRC_TAG=jcov3.0-b07 DEFAULT_JCOV_SRC_ARCHIVE_CHECKSUM=c5c26085750628d58de275b3f50a7409300c0497 DEFAULT_ANT_VERSION=1.10.8

Re: Running jdk's tests to produce coverage report

2021-11-03 Thread Chaliasos, Stefanos
@openjdk.java.net Subject: Re: Running jdk's tests to produce coverage report *** This email originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list https://spam.ic.ac.uk

Re: Running jdk's tests to produce coverage report

2021-11-03 Thread Alan Bateman
On 03/11/2021 15:12, Chaliasos, Stefanos wrote: Hello, I'm trying to compute code coverage for langtools in the JDK repo on a Ubuntu 18.04 machine using JDK 18 for the compilation. I have run the following commands: ``` cd /home/user git clone https://github.com/openjdk/jdk.git cd jdk &&

Re: Running jdk's tests to produce coverage report

2021-11-03 Thread tim . bell
Hello Stefanos On 11/3/21 08:12, Chaliasos, Stefanos wrote: Hello, I'm trying to compute code coverage for langtools in the JDK repo on a Ubuntu 18.04 machine using JDK 18 for the compilation. I have run the following commands: ``` cd /home/user git clonehttps://github.com/openjdk/jdk.git

Running jdk's tests to produce coverage report

2021-11-03 Thread Chaliasos, Stefanos
Hello, I'm trying to compute code coverage for langtools in the JDK repo on a Ubuntu 18.04 machine using JDK 18 for the compilation. I have run the following commands: ``` cd /home/user git clone https://github.com/openjdk/jdk.git cd jdk && bash configure && make jdk && cd ../ git clone