JDK-7184326 : TEST_BUG: java/awt/Frame/7024749/bug7024749.java has a typo
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-07-16
  • Updated: 2014-07-21
  • Resolved: 2012-08-13
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
7u40Resolved 8Fixed
Related Reports
Relates :  
Description
Regression test java/awt/Frame/7024749/bug7024749.java has a typo. Wrong path to regtesthelpers directory.

Fix:
- @library ../../../regtesthelpers
+ @library ../../regtesthelpers

Comments
SUGGESTED FIX --- a/test/java/awt/Frame/7024749/bug7024749.java Mon Jul 16 18:13:43 2012 +0400 +++ b/test/java/awt/Frame/7024749/bug7024749.java Mon Jul 16 18:14:24 2012 +0400 @@ -25,7 +25,7 @@ * @test * @bug 7024749 * @summary JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75 - * @library ../../../regtesthelpers + * @library ../../regtesthelpers * @build Util * @author Oleg Pekhovskiy: area=awt.toplevel @run main bug7024749
16-07-2012