You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/09/06 01:07:34 UTC

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

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
            Priority: Critical


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.


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

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

Farid Zaripov closed STDCXX-543.
--------------------------------


> 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.0
>
>
> 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.


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

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

Farid Zaripov resolved STDCXX-543.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2

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

> 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
>
>
> 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.


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

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

Martin Sebor updated STDCXX-543:
--------------------------------

    Severity: Runtime Error

Set severity.

> 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.


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

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

Martin Sebor commented on STDCXX-543:
-------------------------------------

I think we should to be careful when changing the Fix Version/s field so as not to give the impression that the problem still exists. We fixed the "test suite failures due to excessively long command lines" on Windows 2000 in 4.2.0, so the issue really was completely resolved in 4.2.0. We can (and should) improve the implementation of the fix but that seems like a separate task, unrelated to this issue.

> 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.


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

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

Farid Zaripov reassigned STDCXX-543:
------------------------------------

    Assignee: Farid Zaripov  (was: Andrew Black)

> 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
>
> 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.


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

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

Farid Zaripov commented on STDCXX-543:
--------------------------------------

This issue shouldn't closed until the syntax of the command line of the exec utility will be changed to unix style.

And possibly the unix makefiles should be updated to pass the list of the executables using the external file if the resulting command line is too long.

Scheduled to 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.


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

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ 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.1)
                   4.2.0

Fix versions reverted back to 4.2.0. Another issue STDCXX-667 created.

> 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.0
>
>
> 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.


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

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

Martin Sebor reassigned STDCXX-543:
-----------------------------------

    Assignee: Andrew Black

Andrew, I'm assigning this to you. It would be great to implement this enhancement to exec before the 4.2 release if you have time. Otherwise, please schedule it for 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: Andrew Black
>            Priority: Critical
>
> 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.