8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java
Reviewed-by: alanb
This commit is contained in:
parent
22795d4108
commit
1be87a5f55
@ -26,7 +26,7 @@
|
|||||||
* @summary Stress test connections through the loopback interface
|
* @summary Stress test connections through the loopback interface
|
||||||
* @run main StressLoopback
|
* @run main StressLoopback
|
||||||
* @run main/othervm -Djdk.net.useFastTcpLoopback StressLoopback
|
* @run main/othervm -Djdk.net.useFastTcpLoopback StressLoopback
|
||||||
* @key randomness intermittent
|
* @key randomness
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
/* @test
|
/* @test
|
||||||
* @bug 4638365
|
* @bug 4638365
|
||||||
* @key intermittent
|
|
||||||
* @summary Test FileChannel.transferFrom and transferTo for 4GB files
|
* @summary Test FileChannel.transferFrom and transferTo for 4GB files
|
||||||
* @run testng/timeout=300 Transfer4GBFile
|
* @run testng/timeout=300 Transfer4GBFile
|
||||||
*/
|
*/
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
/* @test
|
/* @test
|
||||||
* @bug 6253145
|
* @bug 6253145
|
||||||
* @key intermittent
|
|
||||||
* @summary Test FileChannel.transferTo with file positions up to 8GB
|
* @summary Test FileChannel.transferTo with file positions up to 8GB
|
||||||
* @run testng/timeout=300 TransferTo6GBFile
|
* @run testng/timeout=300 TransferTo6GBFile
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user