Skip to content

Commit f362183

Browse files
SendaoYanjerboaa
authored andcommitted
8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
Backport-of: d66c4567eea47bd74037b49acbd85d71a2cf239a
1 parent 7fea411 commit f362183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

langtools/test/tools/javac/defaultMethods/Assertions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -29,6 +29,7 @@
2929
/*
3030
* @test
3131
* @bug 8025141
32+
* @ignore 8047675 test fails if run with assertions enabled in jtreg
3233
* @summary Interfaces must not contain non-public fields, ensure $assertionsDisabled
3334
* is not generated into an interface
3435
* @compile Assertions.java

0 commit comments

Comments
 (0)