You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/06/19 10:53:29 UTC

[jira] Created: (HARMONY-619) tests.api.java.io.FileTest failures on Windows XP

tests.api.java.io.FileTest failures on Windows XP
-------------------------------------------------

         Key: HARMONY-619
         URL: http://issues.apache.org/jira/browse/HARMONY-619
     Project: Harmony
        Type: Bug

  Components: Classlib  
    Reporter: Richard Liang


Hello Tim,

If the 8.3 filename support is disabled on WinXP, there will be several failures in tests.api.java.io.FileTest when running on Harmony and RI. I think it may be a bug in the test  case. Thanks a lot.

To disable 8.3 filename support:
1. Execute:  fsutil behavior set disable8dot3 1
2. restart

Best regards,
Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-619) tests.api.java.io.FileTest failures on Windows XP

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-619?page=comments#action_12427400 ] 
            
Richard Liang commented on HARMONY-619:
---------------------------------------

Hello Nathan,

The fix looks good. Please close this issue.

Best regards,
Richard

> tests.api.java.io.FileTest failures on Windows XP
> -------------------------------------------------
>
>                 Key: HARMONY-619
>                 URL: http://issues.apache.org/jira/browse/HARMONY-619
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: George Harley
>         Attachments: harmony-619.diff
>
>
> Hello Tim,
> If the 8.3 filename support is disabled on WinXP, there will be several failures in tests.api.java.io.FileTest when running on Harmony and RI. I think it may be a bug in the test  case. Thanks a lot.
> To disable 8.3 filename support:
> 1. Execute:  fsutil behavior set disable8dot3 1
> 2. restart
> Best regards,
> Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-619) tests.api.java.io.FileTest failures on Windows XP

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-619?page=all ]

George Harley reassigned HARMONY-619:
-------------------------------------

    Assign To: George Harley

> tests.api.java.io.FileTest failures on Windows XP
> -------------------------------------------------
>
>          Key: HARMONY-619
>          URL: http://issues.apache.org/jira/browse/HARMONY-619
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: harmony-619.diff
>
> Hello Tim,
> If the 8.3 filename support is disabled on WinXP, there will be several failures in tests.api.java.io.FileTest when running on Harmony and RI. I think it may be a bug in the test  case. Thanks a lot.
> To disable 8.3 filename support:
> 1. Execute:  fsutil behavior set disable8dot3 1
> 2. restart
> Best regards,
> Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-619) tests.api.java.io.FileTest failures on Windows XP

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-619?page=all ]

Nathan Beyer resolved HARMONY-619.
----------------------------------

    Resolution: Fixed

I applied a fix for this issue at r422917. It's essentially the same as the suggested patch. Please let me know if the change is fine with everyone.

> tests.api.java.io.FileTest failures on Windows XP
> -------------------------------------------------
>
>                 Key: HARMONY-619
>                 URL: http://issues.apache.org/jira/browse/HARMONY-619
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: George Harley
>         Attachments: harmony-619.diff
>
>
> Hello Tim,
> If the 8.3 filename support is disabled on WinXP, there will be several failures in tests.api.java.io.FileTest when running on Harmony and RI. I think it may be a bug in the test  case. Thanks a lot.
> To disable 8.3 filename support:
> 1. Execute:  fsutil behavior set disable8dot3 1
> 2. restart
> Best regards,
> Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-619) tests.api.java.io.FileTest failures on Windows XP

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-619?page=all ]

Paulex Yang updated HARMONY-619:
--------------------------------

    Attachment: harmony-619.diff

As discussion in the mailing list, this patch make the tests more accommodated to Windows 8.3 filename configuration. And this FileTest probably need further refactory, because many test cases are Windows specific, which should be separated into platform dependent test class. But the refactory needs relayout of all LUNI tests, and it's obviously impossible to be included in this small patch. So volunteer on the further refactory is highly welcome.

Anyway, please try this patch for a quick fix for now. Thank you.

> tests.api.java.io.FileTest failures on Windows XP
> -------------------------------------------------
>
>          Key: HARMONY-619
>          URL: http://issues.apache.org/jira/browse/HARMONY-619
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: harmony-619.diff
>
> Hello Tim,
> If the 8.3 filename support is disabled on WinXP, there will be several failures in tests.api.java.io.FileTest when running on Harmony and RI. I think it may be a bug in the test  case. Thanks a lot.
> To disable 8.3 filename support:
> 1. Execute:  fsutil behavior set disable8dot3 1
> 2. restart
> Best regards,
> Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira