-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b20
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206840 | 12 | Sergey Bylokhov | P3 | Resolved | Fixed | team |
JDK-8206617 | 11.0.1 | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8265925 | 8u301 | Sergey Bylokhov | P3 | Resolved | Fixed | b03 |
Lots of our automated tests in open ws uses some kind of "standard instructions" machinery, which is just a copy pasted code to to show this message to the user:
"This is an AUTOMATIC test, simply wait until it is done."
In most cases it doubles the amount of code in the test, and make it difficult to update such tests.
Looks like not all tests assume that the instruction frame could be opened on top of the test frame, which make the test unstable.
"This is an AUTOMATIC test, simply wait until it is done."
In most cases it doubles the amount of code in the test, and make it difficult to update such tests.
Looks like not all tests assume that the instruction frame could be opened on top of the test frame, which make the test unstable.
- backported by
-
JDK-8206617 Delete "standard instructions" machinery in the open automated tests
- Resolved
-
JDK-8206840 Delete "standard instructions" machinery in the open automated tests
- Resolved
-
JDK-8265925 Delete "standard instructions" machinery in the open automated tests
- Resolved
- relates to
-
JDK-8206099 Delete "standard instructions" machinery in the closed automated tests
- Resolved
- links to