--- old/test/jdk/java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java 2020-05-20 18:05:34.708500430 -0700 +++ new/test/jdk/java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java 2020-05-20 18:05:34.328493134 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 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 @@ -46,7 +46,7 @@ final static int delay = 50; private static void init() { - if (!(Platform.isLinux() || Platform.isSolaris())) { + if (!Platform.isLinux()) { System.out.println("This test is for XAWT/Motif only"); OpensWithNoGrab.pass(); }