8179452: Remove intermittent key from some tests which appear no longer to fail

Remove "intermittent" key

Reviewed-by: alanb, lancea, darcy
This commit is contained in:
Brian Burkhalter 2017-04-28 16:14:57 -07:00
parent f1d871844a
commit db8bc54f61
4 changed files with 0 additions and 4 deletions
jdk/test/java

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

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

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

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