Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 61426 invoked from network); 2 Apr 2008 20:46:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 20:46:03 -0000 Received: (qmail 13080 invoked by uid 500); 2 Apr 2008 20:46:03 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 13061 invoked by uid 500); 2 Apr 2008 20:46:03 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 13047 invoked by uid 99); 2 Apr 2008 20:46:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 13:46:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 20:45:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 271FA234C0B6 for ; Wed, 2 Apr 2008 13:43:27 -0700 (PDT) Message-ID: <2008918894.1207169007159.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 13:43:27 -0700 (PDT) From: "Scott (Yu) Zhong (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-401) test suite should honor TMPDIR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584766#action_12584766 ] Scott (Yu) Zhong commented on STDCXX-401: ----------------------------------------- I verified that the changes made didn't break the fix to STDCXX-421. the testcase: export TMPDIR=/build/scottz/tmp; rm -rf $TMPDIR/*; ./exec -t 10 en_IN.UTF-8.sh still function properly. > test suite should honor TMPDIR > ------------------------------ > > Key: STDCXX-401 > URL: https://issues.apache.org/jira/browse/STDCXX-401 > Project: C++ Standard Library > Issue Type: Bug > Components: Test Driver > Affects Versions: 4.1.3 > Environment: most > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Minor > Fix For: 4.2.1 > > Original Estimate: 2h > Time Spent: 2h > Remaining Estimate: 2h > > The test suite should honor the TMP environment variable and, when defined to a valid value use it when creating temporary file names so that when the variable is defined to a value other than the default /tmp (e.g., because /tmp is full or doesn't have sufficient capacity) the test suite doesn't fail. See the helper function rw_tmpnam() defined in tests/src/file.cpp: > http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/tests/src/file.cpp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.