jdk/test/java/awt/Focus/SortingFPT/JDK8048887.java
changeset 40995 c096d4be5b5e
parent 27049 083369e8f426
equal deleted inserted replaced
40994:43ee03955b10 40995:c096d4be5b5e
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25   @test
    25   @test
    26   @bug       8048887
    26   @bug       8048887 8164937
    27   @summary   Tests SortingFTP for an exception caused by the tim-sort algo.
    27   @summary   Tests SortingFTP for an exception caused by the tim-sort algo.
    28   @author    anton.tarasov: area=awt.focus
    28   @author    anton.tarasov: area=awt.focus
    29   @run       main JDK8048887
    29   @run       main JDK8048887
    30 */
    30 */
    31 
    31