You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Anton Pevtsov (JIRA)" <ji...@apache.org> on 2006/02/07 11:11:57 UTC

[jira] Created: (STDCXX-139) It would be nice to have exception-safety tests for each algorithm

It would be nice to have exception-safety tests for each algorithm
------------------------------------------------------------------

         Key: STDCXX-139
         URL: http://issues.apache.org/jira/browse/STDCXX-139
     Project: C++ Standard Library
        Type: Improvement
  Components: 25. Algorithms  
    Versions: 4.1.3    
 Environment: all
    Reporter: Anton Pevtsov
    Priority: Minor
     Fix For: 4.1.4


It would be nice to enhance each algorithm's test with exception-safety tests, i.e. test the algorithm in cases when ctor, copy ctor or comparison operator throws an exception. 

-- 
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: (STDCXX-139) exception safety of algorithms not exercised

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-139?page=all ]

Martin Sebor updated STDCXX-139:
--------------------------------

    Component: Tests
                   (was: 25. Algorithms)
      Summary: exception safety of algorithms not exercised  (was: It would be nice to have exception-safety tests for each algorithm)

Updated summary and assigned to the right component.

> exception safety of algorithms not exercised
> --------------------------------------------
>
>          Key: STDCXX-139
>          URL: http://issues.apache.org/jira/browse/STDCXX-139
>      Project: C++ Standard Library
>         Type: Improvement
>   Components: Tests
>     Versions: 4.1.3
>  Environment: all
>     Reporter: Anton Pevtsov
>     Priority: Minor
>      Fix For: 4.1.4

>
> It would be nice to enhance each algorithm's test with exception-safety tests, i.e. test the algorithm in cases when ctor, copy ctor or comparison operator throws an exception. 

-- 
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: (STDCXX-139) exception safety of algorithms not exercised

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-139?page=all ]

Martin Sebor updated STDCXX-139:
--------------------------------

    Fix Version: 4.2
                     (was: 4.1.4)

> exception safety of algorithms not exercised
> --------------------------------------------
>
>          Key: STDCXX-139
>          URL: http://issues.apache.org/jira/browse/STDCXX-139
>      Project: C++ Standard Library
>         Type: Improvement

>   Components: Tests
>     Versions: 4.1.3
>  Environment: all
>     Reporter: Anton Pevtsov
>     Priority: Minor
>      Fix For: 4.2

>
> It would be nice to enhance each algorithm's test with exception-safety tests, i.e. test the algorithm in cases when ctor, copy ctor or comparison operator throws an exception. 

-- 
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: (STDCXX-139) exception safety of algorithms not exercised

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

Martin Sebor updated STDCXX-139:
--------------------------------

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

This seems far too big a project to do in the 4.2.1 timeframe. Deferred.

> exception safety of algorithms not exercised
> --------------------------------------------
>
>                 Key: STDCXX-139
>                 URL: https://issues.apache.org/jira/browse/STDCXX-139
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 4.1.3, 4.1.4, 4.2.0
>         Environment: all
>            Reporter: Anton Pevtsov
>            Priority: Minor
>             Fix For: 4.3
>
>
> It would be nice to enhance each algorithm's test with exception-safety tests, i.e. test the algorithm in cases when ctor, copy ctor or comparison operator throws an exception. 

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


[jira] Commented: (STDCXX-139) exception safety of algorithms not exercised

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/STDCXX-139?page=comments#action_12365511 ] 

Martin Sebor commented on STDCXX-139:
-------------------------------------

See this thread for background:
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200602.mbox/%3c43E1742E.2030708@roguewave.com%3e

> exception safety of algorithms not exercised
> --------------------------------------------
>
>          Key: STDCXX-139
>          URL: http://issues.apache.org/jira/browse/STDCXX-139
>      Project: C++ Standard Library
>         Type: Improvement
>   Components: Tests
>     Versions: 4.1.3
>  Environment: all
>     Reporter: Anton Pevtsov
>     Priority: Minor
>      Fix For: 4.1.4

>
> It would be nice to enhance each algorithm's test with exception-safety tests, i.e. test the algorithm in cases when ctor, copy ctor or comparison operator throws an exception. 

-- 
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: (STDCXX-139) exception safety of algorithms not exercised

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

Martin Sebor updated STDCXX-139:
--------------------------------

    Affects Version/s: 4.1.4
        Fix Version/s:     (was: 4.2)
                       4.2.1

Added 4.1.4 to the list of affected versions and rescheduled for 4.2.1.

> exception safety of algorithms not exercised
> --------------------------------------------
>
>                 Key: STDCXX-139
>                 URL: https://issues.apache.org/jira/browse/STDCXX-139
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 4.1.3, 4.1.4
>         Environment: all
>            Reporter: Anton Pevtsov
>            Priority: Minor
>             Fix For: 4.2.1
>
>
> It would be nice to enhance each algorithm's test with exception-safety tests, i.e. test the algorithm in cases when ctor, copy ctor or comparison operator throws an exception. 

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