JDK-8328402 : Implement pausing functionality for the PassFailJFrame
  • Type: Enhancement
  • Component: client-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-03-19
  • Updated: 2024-10-22
  • Resolved: 2024-03-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 23 JDK 8
11.0.26-oracleFixed 17.0.14-oracleFixed 21.0.6-oracleFixed 23 b16Fixed 8u441Fixed
Related Reports
Relates :  
Description
we need to add next to Pass/Fail a "Pause Timer" button, that
(a) stops the count down
(b) changes the Pause Timer to "Resume Timer"
(c) disables Pass/Fail until the timer is resumed
the test will not have to pause or be aware - only the PassFailJFrame machinery.
So the tester can do anything they want except exit the test in the paused mode.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2980 Date: 2024-10-21 14:42:15 +0000
21-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1070 Date: 2024-10-21 14:42:01 +0000
21-10-2024

Fix request [17u,21u] I backport this for parity with 17.0.140oracle,21.0.6-oracle. No risk, only a test change Clean backport. Succesful ran tests using this file.
21-10-2024

This changeset was backported as part of JDK-8325851. I had to create backport records for it manually.
15-10-2024

Changeset: 581b1e29 Author: Alexander Zvegintsev <azvegint@openjdk.org> Date: 2024-03-21 15:31:42 +0000 URL: https://git.openjdk.org/jdk/commit/581b1e29aebd425bade14d2ee46704a16187df5b
21-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18368 Date: 2024-03-19 01:14:29 +0000
19-03-2024