# HG changeset patch # User darcy # Date 1409250574 25200 # Node ID 4af552c8ad5c0918fa5bc5572f17a9ff3e8b6f4e # Parent 97603426a4ceb43cb72d4b3377043e7f66a4d7e8 8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed Reviewed-by: ksrini diff -r 97603426a4ce -r 4af552c8ad5c langtools/test/tools/javac/defaultMethods/Assertions.java --- a/langtools/test/tools/javac/defaultMethods/Assertions.java Thu Aug 28 17:38:40 2014 +0200 +++ b/langtools/test/tools/javac/defaultMethods/Assertions.java Thu Aug 28 11:29:34 2014 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2014, 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 @@ -29,6 +29,7 @@ /* * @test * @bug 8025141 + * @ignore 8047675 test fails if run with assertions enabled in jtreg * @summary Interfaces must not contain non-public fields, ensure $assertionsDisabled * is not generated into an interface * @compile Assertions.java