8142501: nashorn tests failing after recent changes

Reviewed-by: hannesw
This commit is contained in:
Athijegannathan Sundararajan 2015-11-12 12:30:15 +05:30
parent 3bfbc63cd6
commit 51556ae6ea
4 changed files with 0 additions and 12 deletions

View File

@ -70,9 +70,6 @@ import static org.testng.Assert.assertTrue;
/** /**
* FastDtoa tests * FastDtoa tests
*
* @test
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FastDtoaTest
*/ */
@SuppressWarnings("javadoc") @SuppressWarnings("javadoc")
public class BignumDtoaTest { public class BignumDtoaTest {

View File

@ -46,9 +46,6 @@ import static org.testng.Assert.assertTrue;
/** /**
* FastDtoa tests * FastDtoa tests
*
* @test
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FastDtoaTest
*/ */
@SuppressWarnings("javadoc") @SuppressWarnings("javadoc")
public class FastDtoaTest { public class FastDtoaTest {

View File

@ -70,9 +70,6 @@ import static org.testng.Assert.assertTrue;
/** /**
* FixedDtoa tests * FixedDtoa tests
*
* @test
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FixedDtoaTest
*/ */
@SuppressWarnings("javadoc") @SuppressWarnings("javadoc")
public class FixedDtoaTest { public class FixedDtoaTest {

View File

@ -42,9 +42,6 @@ import static org.testng.Assert.assertTrue;
/** /**
* Ieee class tests * Ieee class tests
*
* @test
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.IeeeTest
*/ */
@SuppressWarnings({"unchecked", "javadoc"}) @SuppressWarnings({"unchecked", "javadoc"})
public class IeeeDoubleTest { public class IeeeDoubleTest {