Re: RFR 8054095: No space allowed in platforms string in ProblemList.txt

2014-08-01 Thread Wang Weijun
The change looks good. So does the closed side. I read jtharness and it seems a line is broken into 3 parts separated by space(s). Either the 2nd or the 3rd part will be used by jtreg as platforms, but not both. I'm not sure if jtharness or jtreg should also be updated. Thanks Max On Aug 1, 2

RFR 8054095: No space allowed in platforms string in ProblemList.txt

2014-07-31 Thread Amy Lu
Please review the problem list change for JDK-8054095 http://cr.openjdk.java.net/~ewang/amylu/JDK-8054095/webrev.00/ In ProblemList.txt, when specify multiple platforms, the space between the platform names is not accepted by jtreg harness. This change is to remove the empty space between the p