From dbessono at openjdk.java.net Thu Jun 4 20:57:47 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Thu, 4 Jun 2020 20:57:47 GMT Subject: git: openjdk/jtharness: 7902690: Supply Harness.Observer::notifyOfTheFinalStats with detailed filtering stats Message-ID: Changeset: a8020fd7 Author: Dmitry Bessonov Date: 2020-06-04 21:56:38 +0000 URL: https://git.openjdk.java.net/jtharness/commit/a8020fd7 7902690: Supply Harness.Observer::notifyOfTheFinalStats with detailed filtering stats ! src/com/sun/javatest/Harness.java ! src/com/sun/javatest/batch/RunTestsCommand.java ! unit-tests-support/com/sun/javatest/functional/TestObserver.java From dbessono at openjdk.java.net Thu Jun 4 23:15:44 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Thu, 4 Jun 2020 23:15:44 GMT Subject: git: openjdk/jtharness: a follow up refactoring for 7902690 Message-ID: <8c0cecfa-cc7e-4cc8-8457-6cc158c34bd2@openjdk.org> Changeset: 475d6c45 Author: Dmitry Bessonov Date: 2020-06-05 00:15:12 +0000 URL: https://git.openjdk.java.net/jtharness/commit/475d6c45 a follow up refactoring for 7902690 ! src/com/sun/javatest/batch/RunTestsCommand.java From dbessono at openjdk.java.net Fri Jun 5 14:02:48 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Fri, 5 Jun 2020 14:02:48 GMT Subject: git: openjdk/jtharness: 7902691: AllTests-kind of HTML report should be careful with tests that were filtered during the last test run Message-ID: <047c5e9c-6c0e-4c94-a16c-167ad61c4e36@openjdk.org> Changeset: f42a37e7 Author: Dmitry Bessonov Date: 2020-06-05 15:02:20 +0000 URL: https://git.openjdk.java.net/jtharness/commit/f42a37e7 7902691: AllTests-kind of HTML report should be careful with tests that were filtered during the last test run ! src/com/sun/javatest/report/ReportSettings.java ! src/com/sun/javatest/report/StatisticsSection.java From dbessono at openjdk.java.net Sat Jun 13 13:33:48 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sat, 13 Jun 2020 13:33:48 GMT Subject: git: openjdk/jtharness: (build) build.number incremented to b13 Message-ID: <36a9d1df-ae13-4b59-9a6d-6cb7795bdc1e@openjdk.org> Changeset: 999765b1 Author: Dmitry Bessonov Date: 2020-06-13 14:32:44 +0000 URL: https://git.openjdk.java.net/jtharness/commit/999765b1 (build) build.number incremented to b13 ! build/build.properties From dbessono at openjdk.java.net Sat Jun 13 14:10:48 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sat, 13 Jun 2020 14:10:48 GMT Subject: git: openjdk/jtharness: 7902701: Mention JT build number the generated HTML report Message-ID: <242509f5-eb50-4a43-b906-4ecae05bd48a@openjdk.org> Changeset: d277fc97 Author: Dmitry Bessonov Date: 2020-06-13 14:46:06 +0000 URL: https://git.openjdk.java.net/jtharness/commit/d277fc97 7902701: Mention JT build number the generated HTML report ! src/com/sun/javatest/report/ReportWriter.java ! src/com/sun/javatest/report/i18n.properties From dbessono at openjdk.java.net Sat Jun 13 14:27:47 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sat, 13 Jun 2020 14:27:47 GMT Subject: git: openjdk/jtharness: (cleanup/refactoring) HTMLReport: renaming vars for better readability Message-ID: <909bcca0-5434-4d78-adc3-894dc556c21b@openjdk.org> Changeset: 5d3ec581 Author: Dmitry Bessonov Date: 2020-06-13 15:25:22 +0000 URL: https://git.openjdk.java.net/jtharness/commit/5d3ec581 (cleanup/refactoring) HTMLReport: renaming vars for better readability ! src/com/sun/javatest/report/HTMLReport.java From dbessono at openjdk.java.net Sun Jun 14 15:48:43 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sun, 14 Jun 2020 15:48:43 GMT Subject: RFR: CODETOOLS-7902702 Message-ID: Adding centralized support for console logging using java.uti.logging API (since JT should be JavaSE 8 compatible) ------------- Commit messages: - 7902702: Add basic unified console logging support - (cleanup/refactoring) HTMLSection: added simple ::toString method - (cleanup/refactoring) HTML reporting classes: renaming vars/params for better readability - (cleanup/refactoring) HTMLReport: renaming vars for better readability Changes: https://git.openjdk.java.net/jtharness/pull/3/files Webrev: https://webrevs.openjdk.java.net/jtharness/3/webrev.00 Stats: 719 lines in 10 files changed: 551 ins; 1 del; 167 mod Patch: https://git.openjdk.java.net/jtharness/pull/3.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/3/head:pull/3 PR: https://git.openjdk.java.net/jtharness/pull/3 From dbessono at openjdk.java.net Sun Jun 14 15:48:53 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sun, 14 Jun 2020 15:48:53 GMT Subject: git: openjdk/jtharness: 3 new changesets Message-ID: <5f8666e2-914f-43f5-83fa-6d1d08cd1139@openjdk.org> Changeset: 38fe8c16 Author: Dmitry Bessonov Date: 2020-06-13 15:30:02 +0000 URL: https://git.openjdk.java.net/jtharness/commit/38fe8c16 (cleanup/refactoring) HTMLReport: renaming vars for better readability ! src/com/sun/javatest/report/HTMLReport.java Changeset: c26813d8 Author: Dmitry Bessonov Date: 2020-06-13 16:02:30 +0000 URL: https://git.openjdk.java.net/jtharness/commit/c26813d8 (cleanup/refactoring) HTML reporting classes: renaming vars/params for better readability ! src/com/sun/javatest/report/ConfigSection.java ! src/com/sun/javatest/report/HTMLSection.java ! src/com/sun/javatest/report/KflSection.java ! src/com/sun/javatest/report/ResultSection.java ! src/com/sun/javatest/report/StatisticsSection.java Changeset: 96f941c4 Author: Dmitry Bessonov Date: 2020-06-13 18:24:42 +0000 URL: https://git.openjdk.java.net/jtharness/commit/96f941c4 (cleanup/refactoring) HTMLSection: added simple ::toString method ! src/com/sun/javatest/report/HTMLSection.java From dbessono at openjdk.java.net Sun Jun 14 16:05:44 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sun, 14 Jun 2020 16:05:44 GMT Subject: [Rev 01] RFR: 7902702: Add basic unified console logging support In-Reply-To: References: Message-ID: <4JMQDlN8OmIvfkQNLRQle4JLs9vX79S0VyWkqnTnxJg=.d2b484a2-8e75-4b3e-bd85-cc303c2a9a33@github.com> > 7902702: Add basic unified console logging support > > Adding centralized support for console logging using java.uti.logging API (since JT should be JavaSE 8 compatible) Dmitry Bessonov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. ------------- Changes: - all: https://git.openjdk.java.net/jtharness/pull/3/files - new: https://git.openjdk.java.net/jtharness/pull/3/files/3b9894df..3b9894df Webrevs: - full: https://webrevs.openjdk.java.net/jtharness/3/webrev.01 - incr: https://webrevs.openjdk.java.net/jtharness/3/webrev.00-01 Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod Patch: https://git.openjdk.java.net/jtharness/pull/3.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/3/head:pull/3 PR: https://git.openjdk.java.net/jtharness/pull/3 From dbessono at openjdk.java.net Sun Jun 14 16:09:06 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sun, 14 Jun 2020 16:09:06 GMT Subject: [Closed] RFR: 7902702: Add basic unified console logging support In-Reply-To: References: Message-ID: On Sun, 14 Jun 2020 15:40:59 GMT, Dmitry Bessonov wrote: > 7902702: Add basic unified console logging support > > Adding centralized support for console logging using java.uti.logging API (since JT should be JavaSE 8 compatible) This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.java.net/jtharness/pull/3 From dbessono at openjdk.java.net Sun Jun 14 16:25:52 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sun, 14 Jun 2020 16:25:52 GMT Subject: RFR: 7902702: Add basic unified console logging support Message-ID: 7902702: Add basic unified console logging support Adding centralized support for console logging using java.uti.logging API (since JT should be JavaSE 8 compatible) ------------- Commit messages: - 7902702: Add basic unified console logging support Changes: https://git.openjdk.java.net/jtharness/pull/4/files Webrev: https://webrevs.openjdk.java.net/jtharness/4/webrev.00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7902702 Stats: 546 lines in 4 files changed: 546 ins; 0 del; 0 mod Patch: https://git.openjdk.java.net/jtharness/pull/4.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/4/head:pull/4 PR: https://git.openjdk.java.net/jtharness/pull/4 From dbessono at openjdk.java.net Mon Jun 15 18:08:19 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Mon, 15 Jun 2020 18:08:19 GMT Subject: RFR: 7902705: Make printed test filtering stats shorter Message-ID: 7902705: Make printed test filtering stats shorter Currently the filtering stats printed to console look like: 44 tests skipped by filter "Conditional selection", reason: Some "selectIf" conditions don't match environment "jck_runtime_macos" 3 tests skipped by filter "Excluded Tests", reason: Test appears on the exclude list. However the reason of filtering could be rather long and more deserves to be present in the detailed HTML report; might better be skipped here. ------------- Commit messages: - 7902705: Make printed test filtering stats shorter Changes: https://git.openjdk.java.net/jtharness/pull/5/files Webrev: https://webrevs.openjdk.java.net/jtharness/5/webrev.00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7902705 Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.java.net/jtharness/pull/5.diff Fetch: git fetch https://git.openjdk.java.net/jtharness pull/5/head:pull/5 PR: https://git.openjdk.java.net/jtharness/pull/5 From dbessono at openjdk.java.net Tue Jun 16 11:19:36 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Tue, 16 Jun 2020 11:19:36 GMT Subject: [Integrated] RFR: 7902705: Make printed test filtering stats shorter In-Reply-To: References: Message-ID: On Mon, 15 Jun 2020 17:58:41 GMT, Dmitry Bessonov wrote: > 7902705: Make printed test filtering stats shorter > Currently the filtering stats printed to console look like: > > 44 tests skipped by filter "Conditional selection", reason: Some "selectIf" conditions don't match environment > "jck_runtime_macos" 3 tests skipped by filter "Excluded Tests", reason: Test appears on the exclude list. > > However the reason of filtering could be rather long and more deserves to be present in the detailed HTML report; might > better be skipped here. This pull request has now been integrated. Changeset: f71e4bc5 Author: Dmitry Bessonov URL: https://git.openjdk.java.net/jtharness/commit/f71e4bc5 Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod 7902705: Make printed test filtering stats shorter ------------- PR: https://git.openjdk.java.net/jtharness/pull/5 From dbessono at openjdk.java.net Wed Jun 17 14:01:00 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Wed, 17 Jun 2020 14:01:00 GMT Subject: git: openjdk/jtharness: (build) build.number incremented to b14 Message-ID: Changeset: 316e2bdf Author: Dmitry Bessonov Date: 2020-06-17 14:59:52 +0000 URL: https://git.openjdk.java.net/jtharness/commit/316e2bdf (build) build.number incremented to b14 ! build/build.properties From dbessono at openjdk.java.net Sat Jun 27 11:20:55 2020 From: dbessono at openjdk.java.net (Dmitry Bessonov) Date: Sat, 27 Jun 2020 11:20:55 GMT Subject: git: openjdk/jtharness: 6 new changesets Message-ID: Changeset: b88d4ef1 Author: Dmitry Bessonov Date: 2020-06-20 01:30:10 +0000 URL: https://git.openjdk.java.net/jtharness/commit/b88d4ef1 (cleanup) few typos fixed ! src/com/sun/javatest/exec/BasicCustomTestFilter.java ! src/com/sun/javatest/exec/InterviewEditor.java ! src/com/sun/javatest/exec/JavaTestMenuManager.java ! src/com/sun/javatest/util/BackupUtil.java Changeset: 85feb59c Author: Dmitry Bessonov Date: 2020-06-20 01:37:37 +0000 URL: https://git.openjdk.java.net/jtharness/commit/85feb59c (cleanup) two lambdas replaced with method references ! src/com/sun/javatest/TestResultCache.java Changeset: 04e26ac4 Author: Dmitry Bessonov Date: 2020-06-21 16:27:31 +0000 URL: https://git.openjdk.java.net/jtharness/commit/04e26ac4 (cleanup) more typos fixed ! src/com/sun/javatest/logging/ObservedFile.java ! src/com/sun/javatest/mrep/XMLReportReader.java ! src/com/sun/javatest/mrep/XMLReportWriter.java ! src/com/sun/javatest/report/KflSorter.java ! src/com/sun/javatest/services/Service.java ! src/com/sun/javatest/tool/Desktop.java ! src/com/sun/javatest/tool/i18n.properties Changeset: 52045253 Author: Dmitry Bessonov Date: 2020-06-27 12:04:07 +0000 URL: https://git.openjdk.java.net/jtharness/commit/52045253 (cleanup/refactoring) TestEnvironment: minor cleanup and improvements ! src/com/sun/javatest/TestEnvironment.java Changeset: 5f3457e3 Author: Dmitry Bessonov Date: 2020-06-27 12:12:29 +0000 URL: https://git.openjdk.java.net/jtharness/commit/5f3457e3 (regression tests) optimized data in .jte files used by the sample test suites ! unit-tests-data/suites/basic/basic.jte ! unit-tests-data/suites/demotck/basic.jte ! unit-tests-data/suites/initurl/initurl.jte ! unit-tests-data/suites/testRunner/initurl.jte ! unit-tests-data/suites/testsuite_compositefilter/suite.jte ! unit-tests-data/suites/testsuite_filter/suite.jte Changeset: 3bc131a4 Author: Dmitry Bessonov Date: 2020-06-27 12:19:24 +0000 URL: https://git.openjdk.java.net/jtharness/commit/3bc131a4 (cleanup) more typos fixed ! src/com/sun/javatest/TestEnvironment.java ! src/com/sun/javatest/TestResultTable.java ! src/com/sun/tck/test/TestedAPI.java