review for: 8148489: conditional execution of unstable tests

David Hill David.Hill at Oracle.com
Fri Jan 29 18:06:38 UTC 2016


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.Hill at 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)



More information about the openjfx-dev mailing list