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/12 18:18:51 UTC

[jira] Updated: (STDCXX-543) test suite failures due excessively long command lines

     [ https://issues.apache.org/jira/browse/STDCXX-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-543:
---------------------------------

    Fix Version/s:     (was: 4.2.0)
                   4.2.1

> test suite failures due excessively long command lines
> ------------------------------------------------------
>
>                 Key: STDCXX-543
>                 URL: https://issues.apache.org/jira/browse/STDCXX-543
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: trunk
>         Environment: Windows 2000
>            Reporter: Martin Sebor
>            Assignee: Farid Zaripov
>            Priority: Critical
>             Fix For: 4.2.1
>
>
> The test infrastructure (the exec utility to be exact) fails on platforms such as Windows 2000 that impose a low limit on the length of the command line. See the following post:
> http://www.nabble.com/RE%3A-Windows-build-failures-p12508639.html
> As Farid says in his post, to prevent such failures, excessively long command lines need to be written to a temporary file by the infrastructure and subsequently read from it by the exec utility.

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