--- old/test/jdk/javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java 2020-05-20 18:07:03.730209712 -0700 +++ new/test/jdk/javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java 2020-05-20 18:07:03.398203337 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 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 @@ -30,7 +30,7 @@ * @test * @bug 8188081 8194135 * @summary The content in textArea can not be pasted after clicking "Copy" button. - * @requires (os.family == "linux") | (os.family == "solaris") + * @requires os.family == "linux" * @key headful * @run main MultiSelectionTest */