RFR: 8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException

2013-10-14 Thread Henry Jen
Hi, Please review a quick one line fix for the test, we simply pass(ignore) the test instead of skip the test. Ignore the test is the intention. It would be ideal if we know it's skipped intentionally, but currently jtreg consider a skipped test with a throwable failed test for other scenarios,

Re: RFR: 8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException

2013-10-14 Thread Chris Hegarty
On 14 Oct 2013, at 21:03, Henry Jen henry@oracle.com wrote: Hi, Please review a quick one line fix for the test, we simply pass(ignore) the test instead of skip the test. Ignore the test is the intention. It would be ideal if we know it's skipped intentionally, but currently jtreg