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

Martin Sebor closed STDCXX-421.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2

Looks like the change fixed it:

$ (export TMP=/build/sebor/tmp; rm -rf $TMP/*; ./exec -t 10 en_IN.UTF-8.sh || 
ls -l $TMP)
NAME                      STATUS WARN ASSERTS FAILED PERCNT    USER     SYS    
REAL
en_IN.UTF-8.sh               HUP    0                         0.000   0.000  
11.020
$


> [AIX] run_locale_utils.sh fails to clean up junk from $TMP
> ----------------------------------------------------------
>
>                 Key: STDCXX-421
>                 URL: https://issues.apache.org/jira/browse/STDCXX-421
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2
>         Environment: AIX
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Critical
>             Fix For: 4.2
>
>
> The run_locale_utils.sh script used to run locale tests is supposed to clean 
> up any junk files it creates in the temporary directory $TMP when the test 
> fails or is killed due to a timeout. The latter doesn't seem to be happening 
> on AIX causing $TMP to fill up with junk files and eventually run out of 
> space.
> $ export TMP=/build/sebor/tmp; rm -rf $TMP/*; ./exec -t 10 en_IN.UTF-8.sh
> NAME                      STATUS WARN ASSERTS FAILED PERCNT    USER     SYS   
>  REAL
> en_IN.UTF-8.sh               HUP    0                         0.000   0.000  
> 11.040
> $ ls -l $TMP 
> total 8
> drwxr-xr-x   3 sebor    devel           512 May 18 16:36 en_IN.UTF-8.921786

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

Reply via email to