JDK-8049346 : [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u76,7u80,8u40,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-07-04
  • Updated: 2015-06-04
  • Resolved: 2014-09-23
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 8 JDK 9
8u40Fixed 9 b36Fixed
Related Reports
Relates :  
Description
The fix has been pushed with the wrong @run line:

@run main JDK8040632

which should be changed to:

@run main JDK8048887

to match the class name.
Comments
RULE java/awt/Focus/SortingFPT/JDK8048887.java StatusError Can't find source for class: JDK8040632 in directory-list: C:\ws7u76b37\jdk\test\java\awt\Focus\SortingFPT
02-04-2015

Thanks. I've created a backport.
06-10-2014

Same test fails for 9b29 also RULE java/awt/Focus/SortingFPT/JDK8048887.java StatusError Can't find source file: JDK8040632.java in directory-list: K:\regression\workspaces\...\...b29\j2se\test\java\awt\Focus\SortingFPT
22-09-2014

RULE java/awt/Focus/SortingFPT/JDK8048887.java StatusError Can't find source file: JDK8040632.java in directory-list: K:\regression\workspaces\...\...b28\j2se\test\java\awt\Focus\SortingFPT
12-09-2014

RULE java/awt/Focus/SortingFPT/JDK8048887.java StatusError Can't find source file: JDK8040632.java in directory-list: K:\regression\workspaces\...\..._80b02\j2se_java_gui\test\java\awt\Focus\SortingFPT
01-09-2014

The fix: http://cr.openjdk.java.net/~ant/JDK-8049346/webrev.0/
04-07-2014