8142501: nashorn tests failing after recent changes
Reviewed-by: hannesw
This commit is contained in:
parent
3bfbc63cd6
commit
51556ae6ea
@ -70,9 +70,6 @@ import static org.testng.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
* FastDtoa tests
|
||||
*
|
||||
* @test
|
||||
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FastDtoaTest
|
||||
*/
|
||||
@SuppressWarnings("javadoc")
|
||||
public class BignumDtoaTest {
|
||||
|
@ -46,9 +46,6 @@ import static org.testng.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
* FastDtoa tests
|
||||
*
|
||||
* @test
|
||||
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FastDtoaTest
|
||||
*/
|
||||
@SuppressWarnings("javadoc")
|
||||
public class FastDtoaTest {
|
||||
|
@ -70,9 +70,6 @@ import static org.testng.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
* FixedDtoa tests
|
||||
*
|
||||
* @test
|
||||
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FixedDtoaTest
|
||||
*/
|
||||
@SuppressWarnings("javadoc")
|
||||
public class FixedDtoaTest {
|
||||
|
@ -42,9 +42,6 @@ import static org.testng.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
* Ieee class tests
|
||||
*
|
||||
* @test
|
||||
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.IeeeTest
|
||||
*/
|
||||
@SuppressWarnings({"unchecked", "javadoc"})
|
||||
public class IeeeDoubleTest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user