test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java

changeset 1721
abd153854f16
parent 1448
7d34e91f66bb
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
1 /* 1 /*
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2013, 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. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
23 * questions. 23 * questions.
24 */ 24 */
25 25
26 /** 26 /**
27 * @test 27 * @test
28 * @ignore 8004360 28 * @ignore 8007517: DefaultMethodRegressionTests.java fail in TL
29 * @bug 8003639 29 * @bug 8003639
30 * @summary convert lambda testng tests to jtreg and add them 30 * @summary convert lambda testng tests to jtreg and add them
31 * @run testng DefaultMethodRegressionTests 31 * @run testng DefaultMethodRegressionTests
32 */ 32 */
33 33

mercurial