Kevin,

https://bugs.openjdk.java.net/browse/JDK-8148489

webrev: http://cr.openjdk.java.net/~ddhill/8148489/

    @Test public void unstable_test_check() {
        assumeTrue(Boolean.getBoolean("unstable.test"));
        assertTrue(false);
    }

ignored by default, failed as expected with -PUNSTABLE_TEST=true

--
David Hill<david.h...@oracle.com>
Java Embedded Development

"A man's feet should be planted in his country, but his eyes should survey the 
world."
-- George Santayana (1863 - 1952)

Reply via email to