< prev index next >

test/sun/misc/FloatingDecimal/TestFloatingDecimal.java

Print this page

        

@@ -60,10 +60,11 @@
  * @summary unit tests of sun.misc.FloatingDecimal
  * @library ../../../java/lang/Math
  * @build DoubleConsts FloatConsts
  * @run main TestFloatingDecimal
  * @author Brian Burkhalter
+ * @key randomness
  */
 public class TestFloatingDecimal {
     private static enum ResultType {
         RESULT_EXCEPTION,
         RESULT_PRINT
< prev index next >