<Sound Dev> JDK 9 RFR of JDK-8180452: Mark ClipCloseLoss.java as failing intermittently

Sergey Bylokhov sergey.bylokhov at oracle.com
Tue May 16 23:40:17 UTC 2017


Hi, Joe.
Is that correct that this test will be marked in problemList and via "@key intermittent" tag?

----- joe.darcy at oracle.com wrote:

> Hello,
> 
> The test
> 
> javax/sound/sampled/Clip/ClipCloseLoss.java
> 
> has been seen to fail intermittently (JDK-8178403) and should be
> marked 
> accordingly.
> 
> Please review the patch below which does this.
> 
> Thanks,
> 
> -Joe
> 
> diff -r ef9954f6896b test/javax/sound/sampled/Clip/ClipCloseLoss.java
> --- a/test/javax/sound/sampled/Clip/ClipCloseLoss.java    Tue May 16 
> 09:42:38 2017 -0400
> +++ b/test/javax/sound/sampled/Clip/ClipCloseLoss.java    Tue May 16 
> 16:15:06 2017 -0700
> @@ -36,6 +36,7 @@
>    * @bug 4946913
>    * @summary DirectClip doesn't kill the thread correctly, sometimes
>    * @run main/othervm ClipCloseLoss
> + * @key intermittent
>    */
>   public class ClipCloseLoss {
>       static int frameCount = 441000; // lets say 10 seconds


More information about the sound-dev mailing list