mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
Reviewed-by: ksrini
This commit is contained in:
parent
43eb10bcb8
commit
d66c4567ee
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -29,6 +29,7 @@ import java.util.Set;
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8025141
|
* @bug 8025141
|
||||||
|
* @ignore 8047675 test fails if run with assertions enabled in jtreg
|
||||||
* @summary Interfaces must not contain non-public fields, ensure $assertionsDisabled
|
* @summary Interfaces must not contain non-public fields, ensure $assertionsDisabled
|
||||||
* is not generated into an interface
|
* is not generated into an interface
|
||||||
* @compile Assertions.java
|
* @compile Assertions.java
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue