OpenJDK / bsd-port / jdk9 / jdk
changeset 13668:e928f770a0d6
8148916: Mark bug6400879.java as intermittently failing
Reviewed-by: serb
author | darcy |
---|---|
date | Wed, 03 Feb 2016 12:52:27 -0800 |
parents | 7adef1c3afd5 |
children | 63cca91a1f06 |
files | test/javax/sound/sampled/DirectAudio/bug6400879.java |
diffstat | 1 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/test/javax/sound/sampled/DirectAudio/bug6400879.java Tue Feb 02 17:59:53 2016 -0800 +++ b/test/javax/sound/sampled/DirectAudio/bug6400879.java Wed Feb 03 12:52:27 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.*;