-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331759 | 21.0.5-oracle | Sharath TN | P4 | Resolved | Fixed | b01 |
JDK-8334797 | 21.0.5 | Amos SHI | P4 | Resolved | Fixed | b01 |
JDK-8331760 | 17.0.13-oracle | Sharath TN | P4 | Resolved | Fixed | b01 |
JDK-8335095 | 17.0.13 | Amos SHI | P4 | Resolved | Fixed | b01 |
JDK-8331761 | 11.0.25-oracle | Sharath TN | P4 | Resolved | Fixed | b01 |
JDK-8335276 | 11.0.25 | Amos SHI | P4 | Resolved | Fixed | b01 |
JDK-8332509 | 8u431 | Sharath TN | P4 | Resolved | Fixed | b01 |
if (panelCreator != null) {
if (splitUI && (testWindows != null || windowListCreator != null)) {
// TODO Is it required? We can support both
throw new IllegalStateException("Split UI is not allowed "
+ "with additional windows");
}
}
We have a number of manual tests, which has some text area in the instruction window to print a feedback from the test to be evaluated by a tester.
Removing this check allows us to implement this.
We can consider making a special methods for this later.
This is required for the https://github.com/openjdk/jdk/pull/18250.
- backported by
-
JDK-8331759 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
-
JDK-8331760 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
-
JDK-8331761 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
-
JDK-8332509 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
-
JDK-8334797 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
-
JDK-8335095 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
-
JDK-8335276 Allow simultaneous use of PassFailJFrame with split UI and additional windows
-
- Resolved
-
- blocks
-
JDK-8328011 Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main
-
- Resolved
-
- relates to
-
JDK-8293830 ☂ Redesign Manual Test Framework: PassFailJFrame
-
- Open
-
- links to
-
Commit openjdk/jdk11u-dev/f9d7601e
-
Commit openjdk/jdk17u-dev/c281c1cd
-
Commit openjdk/jdk21u-dev/d2534fa2
-
Commit openjdk/jdk/11a3673d
-
Review openjdk/jdk21u-dev/757
-
Review openjdk/jdk/18281
-
Review(master) openjdk/jdk11u-dev/2796
-
Review(master) openjdk/jdk17u-dev/2611