From jjg at openjdk.java.net Wed Sep 15 22:12:14 2021 From: jjg at openjdk.java.net (Jonathan Gibbons) Date: Wed, 15 Sep 2021 22:12:14 GMT Subject: RFR: CODETOOLS-7903024: Improve docs and impl for jtreg -show option Message-ID: This is a PR to ... * improve the`-show` option to allow a section name to be specified as well as a stream name * improve the command-line help for `-show`, to emphasize that it displays the unencoded stream contents * improve the FAQ with related new questions and links ------------- Commit messages: - CODETOOLS-7903024: Improve docs and impl for jtreg -show option Changes: https://git.openjdk.java.net/jtreg/pull/26/files Webrev: https://webrevs.openjdk.java.net/?repo=jtreg&pr=26&range=00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7903024 Stats: 74 lines in 4 files changed: 58 ins; 0 del; 16 mod Patch: https://git.openjdk.java.net/jtreg/pull/26.diff Fetch: git fetch https://git.openjdk.java.net/jtreg pull/26/head:pull/26 PR: https://git.openjdk.java.net/jtreg/pull/26 From iris at openjdk.java.net Wed Sep 15 22:48:56 2021 From: iris at openjdk.java.net (Iris Clark) Date: Wed, 15 Sep 2021 22:48:56 GMT Subject: RFR: CODETOOLS-7903024: Improve docs and impl for jtreg -show option In-Reply-To: References: Message-ID: <3i2IwGHwZih534hH7WHGTAOt_S1TfNqIqdNEaORnWSk=.403288a3-2f0b-42c9-9d49-f03b7dcaac4b@github.com> On Wed, 15 Sep 2021 21:58:30 GMT, Jonathan Gibbons wrote: > This is a PR to ... > > * improve the`-show` option to allow a section name to be specified as well as a stream name > * improve the command-line help for `-show`, to emphasize that it displays the unencoded stream contents > * improve the FAQ with related new questions and links Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jtreg/pull/26 From jjg at openjdk.java.net Wed Sep 15 22:59:58 2021 From: jjg at openjdk.java.net (Jonathan Gibbons) Date: Wed, 15 Sep 2021 22:59:58 GMT Subject: Integrated: CODETOOLS-7903024: Improve docs and impl for jtreg -show option In-Reply-To: References: Message-ID: On Wed, 15 Sep 2021 21:58:30 GMT, Jonathan Gibbons wrote: > This is a PR to ... > > * improve the`-show` option to allow a section name to be specified as well as a stream name > * improve the command-line help for `-show`, to emphasize that it displays the unencoded stream contents > * improve the FAQ with related new questions and links This pull request has now been integrated. Changeset: 751fa5a9 Author: Jonathan Gibbons URL: https://git.openjdk.java.net/jtreg/commit/751fa5a93c2e0054b7e670f4833cea4045d247fa Stats: 74 lines in 4 files changed: 58 ins; 0 del; 16 mod 7903024: Improve docs and impl for jtreg -show option Reviewed-by: iris ------------- PR: https://git.openjdk.java.net/jtreg/pull/26 From jjg at openjdk.java.net Wed Sep 15 23:56:09 2021 From: jjg at openjdk.java.net (Jonathan Gibbons) Date: Wed, 15 Sep 2021 23:56:09 GMT Subject: RFR: CODETOOLS-7903025: Update version to 6.2 Message-ID: Update the version number, now that 6.1 has been promoted. The next version will (likely) be 6.2 ------------- Commit messages: - CODETOOLS-7903025: Update version to 6.2 Changes: https://git.openjdk.java.net/jtreg/pull/27/files Webrev: https://webrevs.openjdk.java.net/?repo=jtreg&pr=27&range=00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7903025 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jtreg/pull/27.diff Fetch: git fetch https://git.openjdk.java.net/jtreg pull/27/head:pull/27 PR: https://git.openjdk.java.net/jtreg/pull/27 From iris at openjdk.java.net Thu Sep 16 02:29:53 2021 From: iris at openjdk.java.net (Iris Clark) Date: Thu, 16 Sep 2021 02:29:53 GMT Subject: RFR: CODETOOLS-7903025: Update version to 6.2 In-Reply-To: References: Message-ID: On Wed, 15 Sep 2021 23:51:14 GMT, Jonathan Gibbons wrote: > Update the version number, now that 6.1 has been promoted. The next version will (likely) be 6.2 Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jtreg/pull/27 From jjg at openjdk.java.net Thu Sep 16 02:38:53 2021 From: jjg at openjdk.java.net (Jonathan Gibbons) Date: Thu, 16 Sep 2021 02:38:53 GMT Subject: Integrated: CODETOOLS-7903025: Update version to 6.2 In-Reply-To: References: Message-ID: On Wed, 15 Sep 2021 23:51:14 GMT, Jonathan Gibbons wrote: > Update the version number, now that 6.1 has been promoted. The next version will (likely) be 6.2 This pull request has now been integrated. Changeset: 76e3da99 Author: Jonathan Gibbons URL: https://git.openjdk.java.net/jtreg/commit/76e3da9975617a6618a95345bb34e6ac59607efb Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 7903025: Update version to 6.2 Reviewed-by: iris ------------- PR: https://git.openjdk.java.net/jtreg/pull/27 From ludvig.j.janiuk at oracle.com Fri Sep 24 10:27:18 2021 From: ludvig.j.janiuk at oracle.com (Ludvig Janiuk) Date: Fri, 24 Sep 2021 10:27:18 +0000 Subject: Bug: old results picked up as current when VM can't start Message-ID: I recently tried using JTREG and passing in VM flags for the Java Hotspot VM. I used a set of flags that would lead to the VM failing to start. I did this in order to ensure that JTREG was actually passing my flags properly. I expected the test to fail. To my surprise and great confusion, I was presented with "PASSED". This is a clear bug. In my limited understanding, the cause seems to be that JTREG erroneously picks up results from earlier runs and presents them when this happens. So I am reporting this to you in the hope that the bug will be fixed. To reproduce, the following should probably roughly work: 1. Run an arbitrary test in JTREG, observe that it is passing 2. Run it again, but this time, pass e.g: OPTIONS="-Xms3g -Xmx2g" which is a contradiction and should not let the JVM start 3. You should see "pass" instead of an expected "error" Best regards, //Ludvig Janiuk Oracle JPG JVM Sustaining Engineering