JDK-8076139 : [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxb
  • Affected Version: 8u45,8u51,8u60,9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-03-27
  • Updated: 2016-05-30
  • Resolved: 2015-06-28
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
8u60Fixed 9 b71Fixed
Related Reports
Relates :  
Relates :  
Description
javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src

    private static String getClassFilePath(String filename) {
        String testSrc = System.getProperty("test.src");
        if (testSrc == null) {
            testSrc = ".";
        }
        return Paths.get(testSrc).resolve(filename).toString();
    }

After test run, under test source code:
? test/javax/xml/ws/8046817/TestClassType.class
? test/javax/xml/ws/8046817/TestEnumType.class
Comments
Test bugs with noreg-self label
30-05-2016

RULE javax/xml/ws/8046817/GenerateEnumSchema.java Exception java.lang.RuntimeException: schemagen failed
27-03-2015