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

[jira] Created: (STDCXX-634) 25.random.shuffle test fails

25.random.shuffle test fails
----------------------------

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


The test issues assertion due to incorrect resulting array in the test:

----------------
# ASSERTION (S7) (4 lines):
# TEXT: randomly shuffled sequence failed to match the expected result (data portability failure) 220 != 173 at 1
# CLAUSE: lib.alg.random_shuffle
# LINE: 362
----------------


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


[jira] Closed: (STDCXX-634) 25.random.shuffle test fails

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

Farid Zaripov closed STDCXX-634.
--------------------------------


The latest nightly builds shows that bug was fixed. Closing.

> 25.random.shuffle test fails
> ----------------------------
>
>                 Key: STDCXX-634
>                 URL: https://issues.apache.org/jira/browse/STDCXX-634
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2.0
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2.1
>
>
> The test issues assertion due to incorrect resulting array in the test:
> ----------------
> # ASSERTION (S7) (4 lines):
> # TEXT: randomly shuffled sequence failed to match the expected result (data portability failure) 220 != 173 at 1
> # CLAUSE: lib.alg.random_shuffle
> # LINE: 362
> ----------------

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


[jira] Resolved: (STDCXX-634) 25.random.shuffle test fails

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

Farid Zaripov resolved STDCXX-634.
----------------------------------

    Resolution: Fixed

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

> 25.random.shuffle test fails
> ----------------------------
>
>                 Key: STDCXX-634
>                 URL: https://issues.apache.org/jira/browse/STDCXX-634
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 4.2
>         Environment: All
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2.1
>
>
> The test issues assertion due to incorrect resulting array in the test:
> ----------------
> # ASSERTION (S7) (4 lines):
> # TEXT: randomly shuffled sequence failed to match the expected result (data portability failure) 220 != 173 at 1
> # CLAUSE: lib.alg.random_shuffle
> # LINE: 362
> ----------------

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