You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/01/28 19:43:35 UTC

[jira] Created: (STDCXX-711) [MSVC] 0.fnmatch fails

[MSVC] 0.fnmatch fails
----------------------

                 Key: STDCXX-711
                 URL: https://issues.apache.org/jira/browse/STDCXX-711
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Tests
    Affects Versions: 4.2.1
         Environment: MSVC, ICC/Windows
            Reporter: Farid Zaripov
            Priority: Minor
             Fix For: 4.2.1


  The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:

--------------------------
291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
--------------------------



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563526#action_12563526 ] 

Farid Zaripov commented on STDCXX-711:
--------------------------------------

ChangeLog:

* tests/src/fnmatch.cpp (rw_fnmatch): Check for the end of string before invoking _rw_bracketmatch().


> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-711:
---------------------------------

    Fix Version/s:     (was: 4.3)
                   4.2.1

Fixed in 4.2.1 release

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov resolved STDCXX-711.
----------------------------------

    Resolution: Fixed

Fixed thus: http://svn.apache.org/viewvc?rev=637510&view=rev

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-711:
---------------------------------

    Attachment: fnmatch.cpp.diff

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov reassigned STDCXX-711:
------------------------------------

    Assignee: Farid Zaripov

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-711:
---------------------------------

    Patch Info: [Patch Available]

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-711:
---------------------------------

    Attachment:     (was: fnmatch.cpp.diff)

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579117#action_12579117 ] 

Farid Zaripov commented on STDCXX-711:
--------------------------------------

Issue will be closed after successful nightly testing.

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-711:
---------------------------------

    Attachment: fnmatch.cpp.diff

The patch is attached

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-711:
--------------------------------

    Affects Version/s:     (was: 4.2.1)
                       trunk
        Fix Version/s:     (was: 4.2.1)
                       4.3

Changed Affects Version/s from 4.2.1 (which hasn't been released yet) to trunk.

Since {{rw_fnmatch()}} is a new interface it _probably_ shouldn't go in 4.2.1 but rather in 4.3. Changed Fix Version/s accordingly.

I say _probably_ because the function is part of the test driver and not the library itself, and I'm not sure we have a policy or have even discussed whether the [compatibility policy|http://stdcxx.apache.org/releases.html] applies to other stdcxx components besides just the library.

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578447#action_12578447 ] 

Martin Sebor commented on STDCXX-711:
-------------------------------------

The patch is trivial. I'm not sure if you're waiting for feedback on it but I don't see any reason not to commit it ASAP.

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.3
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (STDCXX-711) [MSVC] 0.fnmatch fails

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov closed STDCXX-711.
--------------------------------


Merged in 4.2.x branch thus: http://svn.apache.org/viewvc?view=rev&revision=648752

> [MSVC] 0.fnmatch fails
> ----------------------
>
>                 Key: STDCXX-711
>                 URL: https://issues.apache.org/jira/browse/STDCXX-711
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: MSVC, ICC/Windows
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: fnmatch.cpp.diff
>
>   Original Estimate: 1h
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
>   The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:
> --------------------------
> 291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
> 301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
> --------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.