You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/08/23 10:06:31 UTC

[jira] Created: (STDCXX-531) create test 22.locale.messages.mt.cpp

create test 22.locale.messages.mt.cpp 
--------------------------------------

                 Key: STDCXX-531
                 URL: https://issues.apache.org/jira/browse/STDCXX-531
             Project: C++ Standard Library
          Issue Type: Sub-task
          Components: 22. Localization, Thread Safety
    Affects Versions: 4.1.4, 4.1.3, 4.1.2
            Reporter: Travis Vitek
            Assignee: Travis Vitek
             Fix For: 4.2




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


[jira] Commented: (STDCXX-531) create test 22.locale.messages.mt.cpp

Posted by "Travis Vitek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524202 ] 

Travis Vitek commented on STDCXX-531:
-------------------------------------

I'm a little concerned about this because the catgets system that the message facet seems to be designed around is not required to be thread safe and I can't reliably test the open/close in an threaded situation because of a problem with closing the catalog in single threaded builds.


> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>


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


[jira] Resolved: (STDCXX-531) create test 22.locale.messages.mt.cpp

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

Travis Vitek resolved STDCXX-531.
---------------------------------

    Resolution: Fixed

Ready for review.

> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


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


[jira] Reopened: (STDCXX-531) create test 22.locale.messages.mt.cpp

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

Martin Sebor reopened STDCXX-531:
---------------------------------


There's a compilation problem in the test -- looks like a missing typename keyword, and a number of warnings. Travis, can you please fix these and resubmit the corrected test?

Reopened until the problem(s) have been resolved and the corrected test committed.

22.locale.messages.mt.cpp: In function `void test_get(const std::messages<_CharT>&, int, int, int, const std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_TypeU> >&)':
22.locale.messages.mt.cpp:259: error: expected initializer before "res"
22.locale.messages.mt.cpp:262: error: `res' was not declared in this scope
22.locale.messages.mt.cpp: At global scope:
22.locale.messages.mt.cpp: In instantiation of `void test_get(const std::messages<_CharT>&, int, int, int, const std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_TypeU> >&) [with T = char]':
22.locale.messages.mt.cpp:330:   instantiated from here
22.locale.messages.mt.cpp:255: warning: unused parameter 'msgs'
22.locale.messages.mt.cpp:255: warning: unused parameter 'cat'
22.locale.messages.mt.cpp:255: warning: unused parameter 'dflt'
22.locale.messages.mt.cpp: In instantiation of `void test_get(const std::messages<_CharT>&, int, int, int, const std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_TypeU> >&) [with T = wchar_t]':
22.locale.messages.mt.cpp:337:   instantiated from here
22.locale.messages.mt.cpp:255: warning: unused parameter 'msgs'
22.locale.messages.mt.cpp:255: warning: unused parameter 'cat'
22.locale.messages.mt.cpp:255: warning: unused parameter 'dflt'


> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


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


[jira] Updated: (STDCXX-531) create test 22.locale.messages.mt.cpp

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

Travis Vitek updated STDCXX-531:
--------------------------------

    Attachment:     (was: 22.locale.messages.mt.cpp)

> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


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


[jira] Updated: (STDCXX-531) create test 22.locale.messages.mt.cpp

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

Travis Vitek updated STDCXX-531:
--------------------------------

    Attachment: 22.locale.messages.mt.cpp

Again, submit correct test.

> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


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


[jira] Updated: (STDCXX-531) create test 22.locale.messages.mt.cpp

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

Travis Vitek updated STDCXX-531:
--------------------------------

    Attachment: 22.locale.messages.mt.cpp

This should be sufficient. Ready for review.

2008-08-31 Travis Vitek <vi...@roguewave.com>

    STDCXX-531
    * 22.locale.messages.mt.cpp: New test exercising the thread safety 
    of the std::messages facet. 


> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


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


[jira] Closed: (STDCXX-531) create test 22.locale.messages.mt.cpp

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

Martin Sebor closed STDCXX-531.
-------------------------------

    Resolution: Fixed

Corrected test committed in http://svn.apache.org/viewvc?rev=572993&view=rev.
Closed.

> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


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