write to testbase dir [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions

huizhe wang huizhe.wang at oracle.com
Wed Oct 2 20:43:33 UTC 2013


Not sure if this question has been asked before. But is it a general 
rule that no data should be written to the testbase dir?

This test (javax/xml/jaxp/parsers/8022548/XOMParserTest.java) does a 
transform that writes result to "test.src". From the bug report, it gets 
an Access is denied error on Windows.

Is the fix replacing "test.src" with "test.classes" as Daniel suggested?

Thanks,
Joe



More information about the core-libs-dev mailing list