8176337: Mark several tests as intermittently failing

Reviewed-by: darcy
This commit is contained in:
Hamlin Li 2017-03-07 23:01:51 -08:00
parent 50348cb89a
commit af9013c96e
7 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@
/* /*
* @test * @test
* @bug 6402006 7030573 8011136 * @bug 6402006 7030573 8011136
* @key intermittent
* @summary Test if available returns correct value when reading * @summary Test if available returns correct value when reading
* a large file. * a large file.
*/ */

View File

@ -28,6 +28,7 @@
* 6464154 6523983 6206031 4960438 6631352 6631966 6850957 6850958 * 6464154 6523983 6206031 4960438 6631352 6631966 6850957 6850958
* 4947220 7018606 7034570 4244896 5049299 8003488 8054494 8058464 * 4947220 7018606 7034570 4244896 5049299 8003488 8054494 8058464
* 8067796 * 8067796
* @key intermittent
* @summary Basic tests for Process and Environment Variable code * @summary Basic tests for Process and Environment Variable code
* @modules java.base/java.lang:open * @modules java.base/java.lang:open
* @run main/othervm/timeout=300 Basic * @run main/othervm/timeout=300 Basic

View File

@ -24,6 +24,7 @@
/** /**
* @test * @test
* @bug 8137121 8137230 * @bug 8137121 8137230
* @key intermittent
* @summary (fc) Infinite loop FileChannel.truncate * @summary (fc) Infinite loop FileChannel.truncate
* @library /lib/testlibrary * @library /lib/testlibrary
* @build jdk.testlibrary.Utils * @build jdk.testlibrary.Utils

View File

@ -24,6 +24,7 @@
/* @test /* @test
* @bug 4434723 4482726 4559072 4638365 4795550 5081340 5103988 6253145 * @bug 4434723 4482726 4559072 4638365 4795550 5081340 5103988 6253145
* 6984545 * 6984545
* @key intermittent
* @summary Test FileChannel.transferFrom and transferTo (use -Dseed=X to set PRNG seed) * @summary Test FileChannel.transferFrom and transferTo (use -Dseed=X to set PRNG seed)
* @library .. * @library ..
* @library /lib/testlibrary/ * @library /lib/testlibrary/

View File

@ -22,6 +22,7 @@
*/ */
/* @test /* @test
* @key intermittent
* @summary Comprehensive test for FileChannel.transfer{From,To} * @summary Comprehensive test for FileChannel.transfer{From,To}
* @bug 4708120 * @bug 4708120
* @author Mark Reinhold * @author Mark Reinhold

View File

@ -27,6 +27,7 @@
/* /*
* @test * @test
* @bug 8043758 * @bug 8043758
* @key intermittent
* @summary Datagram Transport Layer Security (DTLS) * @summary Datagram Transport Layer Security (DTLS)
* @modules java.base/sun.security.util * @modules java.base/sun.security.util
* jdk.crypto.ec * jdk.crypto.ec

View File

@ -24,6 +24,7 @@
/* /*
* @test * @test
* @bug 8138766 * @bug 8138766
* @key intermittent
* @summary New default -sigalg for keytool * @summary New default -sigalg for keytool
* @modules java.base/sun.security.tools.keytool * @modules java.base/sun.security.tools.keytool
* @modules jdk.crypto.ec * @modules jdk.crypto.ec