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
|
* FastDtoa tests
|
||||||
*
|
|
||||||
* @test
|
|
||||||
* @run testng jdk.nashorn.internal.runtime.doubleconv.test.FastDtoaTest
|
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("javadoc")
|
@SuppressWarnings("javadoc")
|
||||||
public class BignumDtoaTest {
|
public class BignumDtoaTest {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user