diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java --- a/test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java Wed May 01 08:46:04 2013 -0700 +++ b/test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java Fri May 03 09:56:56 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2013, 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 @@ -25,7 +25,7 @@ /** * @test - * @ignore 8004360 + * @ignore 8007517: DefaultMethodRegressionTests.java fail in TL * @bug 8003639 * @summary convert lambda testng tests to jtreg and add them * @run testng DefaultMethodRegressionTests