< prev index next >

test/jdk/java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2013, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2013, 2020, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 23,33 **** /* * @test * @bug 8012586 * @summary verify that modal dialog will appeared above fullscreen window under Metacity WM. ! * @requires (os.family == "linux" | os.family == "solaris") * @modules java.desktop/sun.awt.X11 * @library ../../regtesthelpers * @build Util * @run main FullscreenDialogModality * @run main/othervm FullscreenDialogModality --- 23,33 ---- /* * @test * @bug 8012586 * @summary verify that modal dialog will appeared above fullscreen window under Metacity WM. ! * @requires os.family == "linux" * @modules java.desktop/sun.awt.X11 * @library ../../regtesthelpers * @build Util * @run main FullscreenDialogModality * @run main/othervm FullscreenDialogModality
< prev index next >