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/06/25 17:06:26 UTC

[jira] Created: (STDCXX-458) limits example status depends on platform

limits example status depends on platform
-----------------------------------------

                 Key: STDCXX-458
                 URL: https://issues.apache.org/jira/browse/STDCXX-458
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Examples
    Affects Versions: 4.1.2
         Environment: All
            Reporter: Farid Zaripov
            Priority: Minor


The limits example expected to output inf for Infinity, nan for Quiet NAN and Signaling NAN. But actually the output depends on the platform (see STDCXX-51).
The example should produce the inf for Infinity, the qnan for Quiet NAN and snan for Signaling NAN on all platforms (http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03703.html).

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


[jira] Updated: (STDCXX-458) limits example output depends on platform

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

Martin Sebor updated STDCXX-458:
--------------------------------

             Priority: Trivial  (was: Minor)
    Affects Version/s: 4.2.0
              Summary: limits example output depends on platform  (was: limits example status depends on platform)

Changed "status" to "output" in summary and added 4.2.0 to Affected Version/s.
Bumped Priority to Trivial -- there's nothing wrong with the example or the library. The problem is with our test infrastructure which expects all examples to produce the same output regardless of the platform. We might want to think about a way to provide platform-specific expected output files for these kinds of examples.

> limits example output depends on platform
> -----------------------------------------
>
>                 Key: STDCXX-458
>                 URL: https://issues.apache.org/jira/browse/STDCXX-458
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0
>         Environment: All
>            Reporter: Farid Zaripov
>            Priority: Trivial
>             Fix For: 4.2.1
>
>
> The limits example expected to output inf for Infinity, nan for Quiet NAN and Signaling NAN. But actually the output depends on the platform (see STDCXX-51).
> The example should produce the inf for Infinity, the qnan for Quiet NAN and snan for Signaling NAN on all platforms (http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03703.html).

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


[jira] Updated: (STDCXX-458) limits example status depends on platform

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

Farid Zaripov updated STDCXX-458:
---------------------------------

        Fix Version/s: 4.2.1
    Affects Version/s: 4.1.3
                       4.1.4

> limits example status depends on platform
> -----------------------------------------
>
>                 Key: STDCXX-458
>                 URL: https://issues.apache.org/jira/browse/STDCXX-458
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>         Environment: All
>            Reporter: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>
> The limits example expected to output inf for Infinity, nan for Quiet NAN and Signaling NAN. But actually the output depends on the platform (see STDCXX-51).
> The example should produce the inf for Infinity, the qnan for Quiet NAN and snan for Signaling NAN on all platforms (http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03703.html).

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