RFR: 8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException
Chris Hegarty
chris.hegarty at oracle.com
Mon Oct 14 20:56:12 UTC 2013
> On 14 Oct 2013, at 21:03, Henry Jen <henry.jen at 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 consider a skipped test
> with a throwable failed test for other scenarios, which certainly can be
> reviewed separately.
>
This is in line with what we do for other tests, where the platform or system cannot run the test. A, somewhat, limitation of jtreg, but ok.
> In the mean time, we should get rid of this noise.
>
> Cheers,
> Henry
>
> http://cr.openjdk.java.net/~henryjen/tl/8026362/0/webrev/
Thanks Henry, reviewed.
-Chris.
More information about the core-libs-dev
mailing list