<Sound Dev> JDK 9 RFR of JDK-8148916: Mark bug6400879.java as intermittently failing
joe darcy
joe.darcy at oracle.com
Wed Feb 3 01:16:10 UTC 2016
Hello,
Until the root cause of JDK-8148915 is addressed, the test
javax/sound/sampled/DirectAudio/bug6400879.java
should be marked as intermittently failing.
Please review the below patch which does this.
Thanks,
-Joe
diff -r 3bce90b8839e test/javax/sound/sampled/DirectAudio/bug6400879.java
--- a/test/javax/sound/sampled/DirectAudio/bug6400879.java Fri Jan 29
17:03:17 2016 -0800
+++ b/test/javax/sound/sampled/DirectAudio/bug6400879.java Tue Feb 02
17:15:52 2016 -0800
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights
reserved.
+ * Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights
reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -21,12 +21,13 @@
* questions.
*/
-/* @test
- @bug 6400879
- @bug 7100140
- @summary Tests that Start/Stop sequence doesn't hang
- @author Alexey Menkov
- @run main bug6400879
+/*
+ * @test
+ * @bug 6400879, 7100140
+ * @summary Tests that Start/Stop sequence doesn't hang
+ * @author Alexey Menkov
+ * @run main bug6400879
+ * @key intermittent
*/
import javax.sound.sampled.*;
More information about the sound-dev
mailing list