From jonathan.gibbons at oracle.com Mon Nov 25 21:59:05 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Mon, 25 Nov 2019 21:59:05 +0000 Subject: hg: code-tools/jtreg: 3 new changesets Message-ID: <201911252159.xAPLx5ro009380@aojmv0008.oracle.com> Changeset: 9bd643233096 Author: jjg Date: 2019-11-25 12:33 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/9bd643233096 Don't force error when failing to cleanup files after test ! src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java ! test/cleanup/CleanupTest.gmk Changeset: 0b7a7fbfd272 Author: jjg Date: 2019-11-25 13:17 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/0b7a7fbfd272 allow test properties in smart action args ! src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java ! test/smartActionArgs/SmartActionArgs.gmk + test/smartActionArgs/optAuto/Test2.java + test/smartActionArgs/optIn/Test2.java + test/smartActionArgs/optOut/Test2.java Changeset: 0d5c62ef6028 Author: jjg Date: 2019-11-25 13:56 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/0d5c62ef6028 7902510: pass @compile -J options properly Contributed-By: christian.thalinger at oracle.com ! src/share/classes/com/sun/javatest/regtest/exec/CompileAction.java + test/javacVMOptions/JavacVMOptions.gmk + test/javacVMOptions/TEST.ROOT + test/javacVMOptions/Test.java From jonathan.gibbons at oracle.com Mon Nov 25 22:15:16 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Mon, 25 Nov 2019 22:15:16 +0000 Subject: hg: code-tools/jtreg: 7902505: Consider allowing /usr/sbin on $PATH Message-ID: <201911252215.xAPMFG5d018180@aojmv0008.oracle.com> Changeset: 6fbaf2342744 Author: jjg Date: 2019-11-25 14:12 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/6fbaf2342744 7902505: Consider allowing /usr/sbin on $PATH ! src/share/classes/com/sun/javatest/regtest/tool/Tool.java ! src/share/doc/javatest/regtest/faq.md ! 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 From jonathan.gibbons at oracle.com Mon Nov 25 23:53:29 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Mon, 25 Nov 2019 23:53:29 +0000 Subject: hg: code-tools/jtreg: 7902447: support custom id Message-ID: <201911252353.xAPNrT0T014716@aojmv0008.oracle.com> Changeset: 7a8a3f8ffef7 Author: jjg Date: 2019-11-25 15:50 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/7a8a3f8ffef7 7902447: support custom id ! src/share/classes/com/sun/javatest/regtest/config/RegressionTestFinder.java ! src/share/classes/com/sun/javatest/regtest/config/i18n.properties ! src/share/doc/javatest/regtest/tag-spec.html + test/explicitIds/ExplicitIds.gmk + test/explicitIds/TEST.ROOT + test/explicitIds/Test.java From jonathan.gibbons at oracle.com Tue Nov 26 21:37:00 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Tue, 26 Nov 2019 21:37:00 +0000 Subject: hg: code-tools/jtreg: fix/improve handling of duplicate ids Message-ID: <201911262137.xAQLb0S4020679@aojmv0008.oracle.com> Changeset: 8c0fe3352a9a Author: jjg Date: 2019-11-26 13:34 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/8c0fe3352a9a fix/improve handling of duplicate ids ! src/share/classes/com/sun/javatest/regtest/config/RegressionTestFinder.java ! src/share/classes/com/sun/javatest/regtest/config/i18n.properties ! test/explicitIds/ExplicitIds.gmk ! test/explicitIds/Test.java From jonathan.gibbons at oracle.com Wed Nov 27 17:07:26 2019 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Wed, 27 Nov 2019 17:07:26 +0000 Subject: hg: code-tools/jtreg: give error for unset smart action args Message-ID: <201911271707.xARH7QSi008212@aojmv0008.oracle.com> Changeset: 2c7458c99b6e Author: iignatyev Date: 2019-11-27 09:04 -0800 URL: https://hg.openjdk.java.net/code-tools/jtreg/rev/2c7458c99b6e give error for unset smart action args ! src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java