JDK-7124834 : JNLPSignerResourceHelperTest is not robust
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-12-24
  • Updated: 2014-10-08
  • Resolved: 2012-01-17
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 7 JDK 8
7u4Fixed 8 b22Fixed
Description
JNLPSignerResourceHelperTest is failing because 
  a) it does not override new version of showSecurityDialog() that was recently introduced
  b) it is overcomplicated - tests for individual assertions do not ensure warmup thread is 
      stopped and running multiple warmup threads concurrently leads to weird failures

Comments
EVALUATION Refactor to ensure we wait for threads to finish before advancing to next test.
24-12-2011