From maurizio.cimadamore at oracle.com Mon Dec 2 12:07:14 2019 From: maurizio.cimadamore at oracle.com (Maurizio Cimadamore) Date: Mon, 2 Dec 2019 12:07:14 +0000 Subject: RFR CODETOOLS-7902542: jtreg plugin broken with IntelliJ 2019.3 Message-ID: Hi, the pluging no longer works due to a missing abstract method implementation. In reality the implementation is there, but since the signature of the method has changed, the implementation is no longer recognized as such. For now I opted for a simple solution which implements the new signature and forwards back to the old one. Both are kept in place (and @Override) is removed on both, to preserve backwards compatibility as much as possible. Webrev: http://cr.openjdk.java.net/~mcimadamore/jtreg/7902542/ Maurizio From maurizio.cimadamore at oracle.com Mon Dec 2 12:29:44 2019 From: maurizio.cimadamore at oracle.com (Maurizio Cimadamore) Date: Mon, 2 Dec 2019 12:29:44 +0000 Subject: RFR CODETOOLS-7902542: jtreg plugin broken with IntelliJ 2019.3 In-Reply-To: <2f67ad61-2027-213f-9089-0af0381671be@oracle.com> References: <2f67ad61-2027-213f-9089-0af0381671be@oracle.com> Message-ID: <737ef6e5-8e33-629b-0bb3-044fa5b1c905@oracle.com> Resending again with right recipients - sorry for the spam Maurizio On 02/12/2019 12:24, Maurizio Cimadamore wrote: > Adding ide-support-dev > > On 02/12/2019 12:07, Maurizio Cimadamore wrote: >> Hi, >> the pluging no longer works due to a missing abstract method >> implementation. In reality the implementation is there, but since the >> signature of the method has changed, the implementation is no longer >> recognized as such. For now I opted for a simple solution which >> implements the new signature and forwards back to the old one. >> >> Both are kept in place (and @Override) is removed on both, to >> preserve backwards compatibility as much as possible. >> >> Webrev: >> >> http://cr.openjdk.java.net/~mcimadamore/jtreg/7902542/ >> >> Maurizio >> From maurizio.cimadamore at oracle.com Mon Dec 2 15:28:05 2019 From: maurizio.cimadamore at oracle.com (maurizio.cimadamore at oracle.com) Date: Mon, 02 Dec 2019 15:28:05 +0000 Subject: hg: code-tools/jtreg: 7902542: jtreg plugin broken with IntelliJ 2019.3 Message-ID: <201912021528.xB2FS5uP020434@aojmv0008.oracle.com> Changeset: 1c4f3aa0a535 Author: mcimadamore Date: 2019-12-02 15:27 +0000 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/1c4f3aa0a535 7902542: jtreg plugin broken with IntelliJ 2019.3 Reviewed-by: chegar ! plugins/idea/resources/META-INF/plugin.xml ! plugins/idea/src/com/oracle/plugin/jtreg/components/JTRegFileManagerListener.java ! plugins/idea/src/com/oracle/plugin/jtreg/configuration/JTRegConfigurationRunnableState.java From jonathan.gibbons at oracle.com Mon Dec 2 18:38:45 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Mon, 02 Dec 2019 18:38:45 +0000 Subject: hg: code-tools/jtreg: 7902543: Update make/build-all.sh script for git-based repos Message-ID: <201912021838.xB2Icjtp010484@aojmv0008.oracle.com> Changeset: 6dbde4dad3db Author: jjg Date: 2019-12-02 10:35 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/6dbde4dad3db 7902543: Update make/build-all.sh script for git-based repos Reviewed-by: jjg Contributed-by: ksrinifmt at gmail.com ! make/build-all.sh From jonathan.gibbons at oracle.com Mon Dec 2 20:52:44 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Mon, 02 Dec 2019 20:52:44 +0000 Subject: hg: code-tools/jtreg: fix git issues Message-ID: <201912022052.xB2Kqi49021095@aojmv0008.oracle.com> Changeset: deee95d5d8ff Author: jjg Date: 2019-12-02 12:49 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/deee95d5d8ff fix git issues + .gitignore ! make/build-all.sh From jonathan.gibbons at oracle.com Tue Dec 3 18:35:47 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Tue, 03 Dec 2019 18:35:47 +0000 Subject: hg: code-tools/jtreg: 2 new changesets Message-ID: <201912031835.xB3IZlmh028652@aojmv0008.oracle.com> Changeset: 00cf66aec093 Author: jjg Date: 2019-12-03 10:31 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/00cf66aec093 Added tag jtreg4.2-b15 for changeset d5a9216fad5c ! .hgtags Changeset: bd7704fd147f Author: jjg Date: 2019-12-03 10:31 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/bd7704fd147f Added tag jtreg4.2-b16 for changeset deee95d5d8ff ! .hgtags From jonathan.gibbons at oracle.com Thu Dec 12 22:15:31 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Thu, 12 Dec 2019 22:15:31 +0000 Subject: hg: code-tools/jtreg: 7902545: Introduce test.file Message-ID: <201912122215.xBCMFVfn024149@aojmv0008.oracle.com> Changeset: c82fc1196801 Author: jjg Date: 2019-12-12 14:14 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/c82fc1196801 7902545: Introduce test.file ! src/share/classes/com/sun/javatest/regtest/config/Locations.java ! src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java ! src/share/classes/com/sun/javatest/regtest/exec/ShellAction.java ! src/share/doc/javatest/regtest/tag-spec.html ! test/rerun/std/AppletTest.agentvm.out ! test/rerun/std/AppletTest.othervm.out ! test/rerun/std/BuildTest.agentvm.out ! test/rerun/std/BuildTest.othervm.out ! test/rerun/std/CompileTest.agentvm.out ! test/rerun/std/CompileTest.othervm.out ! test/rerun/std/JUnitTest.agentvm.out ! test/rerun/std/JUnitTest.othervm.out ! test/rerun/std/MainTest.agentvm.out ! test/rerun/std/MainTest.othervm.out ! test/rerun/std/ShellTest.agentvm.out ! test/rerun/std/ShellTest.othervm.out ! test/rerun/std/TestNGTest.agentvm.out ! test/rerun/std/TestNGTest.othervm.out ! test/rerun/testng/TestNGTest.agentvm.out ! test/rerun/testng/TestNGTest.othervm.out