I've pushed the patch. for the reference, 8219408 <https://bugs.openjdk.java.net/browse/JDK-8219408%5B*> [1] was filed to handle jdk tests which have ${; the only affected hotspot tests are vmTestbase tests, so 8219140 <https://bugs.openjdk.java.net/browse/JDK-8219140> [2] covers all hotspot tests.
[1] https://bugs.openjdk.java.net/browse/JDK-8219408 <https://bugs.openjdk.java.net/browse/JDK-8219408> [2] https://bugs.openjdk.java.net/browse/JDK-8219140 <https://bugs.openjdk.java.net/browse/JDK-8219140> Thanks, -- Igor > On Feb 19, 2019, at 5:06 PM, Igor Ignatyev <igor.ignat...@oracle.com> wrote: > > Hi Erik, > > thanks for your review. > > we can't just bump the required version as it can introduce changes in tests' > behavior. requiredVersion >= 4.2 b14 will enable allowSmartActionArgs[1], > this will affect all the tests which have ${<X>} in their @run directives, > for example it will affect many vmTestbase tests which use > PropertyResolvingWrapper. therefore, I suggest we bump requiredVersion after > we clean up such tests and have filed 8219140[2] to deal w/ vmTestbase tests. > I'll check if there are other tests which will be affected and will file > RFE(s) to cover them as well. > > [1] https://bugs.openjdk.java.net/browse/CODETOOLS-7902352 > <https://bugs.openjdk.java.net/browse/CODETOOLS-7902352> > [2] https://bugs.openjdk.java.net/browse/JDK-8219140 > <https://bugs.openjdk.java.net/browse/JDK-8219140> > > Thanks, > -- Igor > >> On Feb 19, 2019, at 5:01 PM, Erik Joelsson <erik.joels...@oracle.com> wrote: >> >> Looks good. >> >> Do we need to also bump the required version in the TEST.ROOT files? >> >> /Erik >> >> On 2019-02-19 16:34, Igor Ignatyev wrote: >>> http://cr.openjdk.java.net/~iignatyev//8219132/webrev.00/index.html >>>> 1 line changed: 0 ins; 0 del; 1 mod; >>> Hi all, >>> >>> could you please review this one-liner which switch jtreg version to >>> jtreg4.2-b14? >>> >>> webrev: http://cr.openjdk.java.net/~iignatyev//8219132/webrev.00/index.html >>> JBS: https://bugs.openjdk.java.net/browse/JDK-8219132 >>> testing: tier[1-5], client tests and jcstress test group testing showed no >>> new failures; spot checking of .jtr files also didn't find any anomalies >>> >>> Thanks, >>> -- Igor >