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-532) create test 22.locale.codecvt.mt.cpp

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

                 Key: STDCXX-532
                 URL: https://issues.apache.org/jira/browse/STDCXX-532
             Project: C++ Standard Library
          Issue Type: Sub-task
            Reporter: Travis Vitek
            Assignee: Travis Vitek




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


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

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

Travis Vitek updated STDCXX-532:
--------------------------------

    Attachment: 22.locale.codecvt.mt.cpp

Oops. I uploaded the wrong version. This one was tested on win32/msvc and linux/gcc.

> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>         Attachments: 22.locale.codecvt.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-532) create test 22.locale.codecvt.mt.cpp

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

Martin Sebor closed STDCXX-532.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2

Test committed as follows: http://svn.apache.org/viewvc?rev=573076&view=rev
Closed.

> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.codecvt.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-532) create test 22.locale.codecvt.mt.cpp

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

Travis Vitek updated STDCXX-532:
--------------------------------

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

> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>


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


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

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

Martin Sebor reopened STDCXX-532:
---------------------------------


The attached test has some C++ conformance issues and doesn't compile with gcc. See the errors below. Reopened until the problems have been resolved and until the corrected test has been committed.

22.locale.codecvt.mt.cpp: In function `void test_codecvt(const std::locale&, const MyBuffer<internT>&, const MyBuffer<char>&, const MyCodecvtData_T<internT>&, MyCodecvtData::CvtId)':
22.locale.codecvt.mt.cpp:211: error: expected initializer before "result"
22.locale.codecvt.mt.cpp:217: error: `result' was not declared in this scope
22.locale.codecvt.mt.cpp:235: error: expected initializer before "result"
22.locale.codecvt.mt.cpp:242: error: `result' was not declared in this scope
22.locale.codecvt.mt.cpp:264: error: expected initializer before "result"
22.locale.codecvt.mt.cpp:270: error: `result' was not declared in this scope
22.locale.codecvt.mt.cpp: In function `void test_codecvt(const std::locale&, const MyBuffer<internT>&, const MyBuffer
<char>&, const MyCodecvtData_T<internT>&, MyCodecvtData::CvtId) [with internT = 
char]':22.locale.codecvt.mt.cpp:331:   instantiated from here
22.locale.codecvt.mt.cpp:201: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:202: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:203: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:206: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:230: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:254: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:255: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:256: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:259: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:289: warning: comparison between signed and unsigned integer expressions
22.locale.codecvt.mt.cpp: In function `void test_codecvt(const std::locale&, const MyBuffer<internT>&, const MyBuffer
<char>&, const MyCodecvtData_T<internT>&, MyCodecvtData::CvtId) [with internT = 
wchar_t]':
22.locale.codecvt.mt.cpp:336:   instantiated from here
22.locale.codecvt.mt.cpp:201: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:202: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:203: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:206: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:336:   instantiated from here
22.locale.codecvt.mt.cpp:230: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:254: warning: unused variable 'from'
22.locale.codecvt.mt.cpp:255: warning: unused variable 'from_end'
22.locale.codecvt.mt.cpp:256: warning: unused variable 'from_next'
22.locale.codecvt.mt.cpp:259: warning: unused variable 'to_limit'
22.locale.codecvt.mt.cpp:289: warning: comparison between signed and unsigned integer expressions


> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>         Attachments: 22.locale.codecvt.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-532) create test 22.locale.codecvt.mt.cpp

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

Travis Vitek updated STDCXX-532:
--------------------------------

    Attachment: 22.locale.codecvt.mt.cpp

2007-08-30 Travis Vitek <vi...@roguewave.com> 

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

> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>         Attachments: 22.locale.codecvt.mt.cpp
>
>


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


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

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

Travis Vitek resolved STDCXX-532.
---------------------------------

    Resolution: Fixed

Ready for review.

> create test 22.locale.codecvt.mt.cpp 
> -------------------------------------
>
>                 Key: STDCXX-532
>                 URL: https://issues.apache.org/jira/browse/STDCXX-532
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>         Attachments: 22.locale.codecvt.mt.cpp
>
>


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