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 Chaliasos, Stefanos
DEFAULT_JTHARNESS_SRC_ARCHIVE_CHECKSUM=43936b2616476fcac8ee4bd0132e73c015119337 ``` Could you please share from where I can download the JCOV version that you are referring to? Cheers, Stefanos From: Alan Bateman Sent: 03 November 2021 16:25 To: Chaliasos, Stefanos ; build-dev

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