# HG changeset patch # User henryjen # Date 1377710243 25200 # Node ID 8209bb66a9aff0c4392e51f0b6a365d8a5fc8477 # Parent 4369a475040af1d8f33c49fabfc7022d02124e43 8014566: Remove @ignore tags from MethodReference66 and InInterface when 8013875 is fixed Reviewed-by: briangoetz, jjg diff -r 4369a475040a -r 8209bb66a9af langtools/test/tools/javac/lambda/MethodReference66.java --- a/langtools/test/tools/javac/lambda/MethodReference66.java Tue Aug 27 11:58:53 2013 -0700 +++ b/langtools/test/tools/javac/lambda/MethodReference66.java Wed Aug 28 10:17:23 2013 -0700 @@ -24,7 +24,6 @@ /* * @test * @bug 8009299 - * @ignore 8013875: Incorrect vtable index being set during methodHandle creation for static * @summary Javac crashes when compiling method reference to static interface method * @run main/othervm -Xverify:none MethodReference66 */ diff -r 4369a475040a -r 8209bb66a9af langtools/test/tools/javac/lambda/lambdaExecution/InInterface.java --- a/langtools/test/tools/javac/lambda/lambdaExecution/InInterface.java Tue Aug 27 11:58:53 2013 -0700 +++ b/langtools/test/tools/javac/lambda/lambdaExecution/InInterface.java Wed Aug 28 10:17:23 2013 -0700 @@ -26,7 +26,6 @@ /** * @test * @bug 8003639 - * @ignore 8013875: Incorrect vtable index being set during methodHandle creation for static * @summary convert lambda testng tests to jtreg and add them * @run testng InInterface */