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/06/03 12:32:44 UTC

[jira] Created: (STDCXX-950) 27.basic.ios test fails with assertions

27.basic.ios test fails with assertions
---------------------------------------

                 Key: STDCXX-950
                 URL: https://issues.apache.org/jira/browse/STDCXX-950
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Tests
    Affects Versions: trunk
         Environment: All
            Reporter: Farid Zaripov
            Assignee: Farid Zaripov
            Priority: Minor
             Fix For: 4.2.2


The 27.basic.ios test fails with the following assertions:
{noformat}
# ASSERTION (S7) (5 lines):
# TEXT: basic_ios<char>::flags () == dec | skipws, got dec | skipws | nolock | nolockbuf
# CLAUSE: lib.iostream.basic_ios
# FILE: 27.basic.ios.cpp
# LINE: 253
{noformat}

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


[jira] Updated: (STDCXX-950) 27.basic.ios test fails with assertions

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

Eric Lemings updated STDCXX-950:
--------------------------------

    Affects Version/s: 4.2.1

> 27.basic.ios test fails with assertions
> ---------------------------------------
>
>                 Key: STDCXX-950
>                 URL: https://issues.apache.org/jira/browse/STDCXX-950
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.1
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.2
>
>         Attachments: 27.basic.ios.cpp.diff
>
>   Original Estimate: 0.17h
>          Time Spent: 0.17h
>  Remaining Estimate: 0h
>
> The 27.basic.ios test fails with the following assertions:
> {noformat}
> # ASSERTION (S7) (5 lines):
> # TEXT: basic_ios<char>::flags () == dec | skipws, got dec | skipws | nolock | nolockbuf
> # CLAUSE: lib.iostream.basic_ios
> # FILE: 27.basic.ios.cpp
> # LINE: 253
> {noformat}

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


[jira] Updated: (STDCXX-950) 27.basic.ios test fails with assertions

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

Farid Zaripov updated STDCXX-950:
---------------------------------

    Attachment: 27.basic.ios.cpp.diff

The proposed patch is attached.

ChangeLog:
{noformat}
2008-06-03  Farid Zaripov  <fa...@epam.com>

	* tests/iostream/27.basic.ios.cpp (test_ctors): Clear internal fmtflags
	bits when verifying basic_ios::flags() method.
{noformat}

> 27.basic.ios test fails with assertions
> ---------------------------------------
>
>                 Key: STDCXX-950
>                 URL: https://issues.apache.org/jira/browse/STDCXX-950
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.2
>
>         Attachments: 27.basic.ios.cpp.diff
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> The 27.basic.ios test fails with the following assertions:
> {noformat}
> # ASSERTION (S7) (5 lines):
> # TEXT: basic_ios<char>::flags () == dec | skipws, got dec | skipws | nolock | nolockbuf
> # CLAUSE: lib.iostream.basic_ios
> # FILE: 27.basic.ios.cpp
> # LINE: 253
> {noformat}

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


[jira] Updated: (STDCXX-950) 27.basic.ios test fails with assertions

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

Farid Zaripov updated STDCXX-950:
---------------------------------

    Patch Info: [Patch Available]

> 27.basic.ios test fails with assertions
> ---------------------------------------
>
>                 Key: STDCXX-950
>                 URL: https://issues.apache.org/jira/browse/STDCXX-950
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.2
>
>         Attachments: 27.basic.ios.cpp.diff
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> The 27.basic.ios test fails with the following assertions:
> {noformat}
> # ASSERTION (S7) (5 lines):
> # TEXT: basic_ios<char>::flags () == dec | skipws, got dec | skipws | nolock | nolockbuf
> # CLAUSE: lib.iostream.basic_ios
> # FILE: 27.basic.ios.cpp
> # LINE: 253
> {noformat}

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