-
Bug
-
Resolution: Fixed
-
P3
-
9
-
modular build of jdk9
-
b72
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135979 | emb-9 | Yuri Nesterenko | P3 | Resolved | Fixed | team |
JDK-8265924 | 8u301 | Yuri Nesterenko | P3 | Resolved | Fixed | b03 |
Compilation of several tests fail with a modular build because they import something internal. In case a test does really need internal API it may be granted but these tests in fact don't use anything.
Imports should be removed. Tests should be moved from closed repositories if possible.
java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java
java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java
javax/swing/JComboBox/8015300/Test8015300.java
javax/swing/JTableHeader/6884066/bug6884066.java
javax/swing/KeyboardManager/8013370/Test8013370.java
sun/awt/datatransfer/DataFlavorComparatorTest.java
Imports should be removed. Tests should be moved from closed repositories if possible.
java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java
java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java
java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java
javax/swing/JComboBox/8015300/Test8015300.java
javax/swing/JTableHeader/6884066/bug6884066.java
javax/swing/KeyboardManager/8013370/Test8013370.java
sun/awt/datatransfer/DataFlavorComparatorTest.java
- backported by
-
JDK-8135979 [TEST_BUG] remove imports of the internal API from some regression tests
- Resolved
-
JDK-8265924 [TEST_BUG] remove imports of the internal API from some regression tests
- Resolved