> On 14 Oct 2013, at 21:03, Henry Jen <[email protected]> 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.
