OpenJDK / amber / amber
changeset 57020:fc7f8f88bf59 amber-demo-II
Automatic merge with records-and-sealed
author | mcimadamore |
---|---|
date | Tue, 20 Aug 2019 20:00:44 +0000 |
parents | 3ff2c65453c9 b8a279cd5eb2 |
children | dbabf3e03a38 |
files | |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/langtools/tools/javac/records/mandated_members/read_resolve_method/CheckReadResolveMethodTest.java Tue Aug 20 19:35:41 2019 +0000 +++ b/test/langtools/tools/javac/records/mandated_members/read_resolve_method/CheckReadResolveMethodTest.java Tue Aug 20 20:00:44 2019 +0000 @@ -24,6 +24,8 @@ /* * @test * @summary check that members of abtract datum has protected access + * @ignore currently the compiler is generating a readResolve method but this test is failing now + * as the compiler will error if there is an explicit declaration of readResolve. * @modules jdk.jdeps/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.util * @compile CheckReadResolveMethodTest.java