Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 15749 invoked from network); 3 Apr 2008 18:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 18:30:58 -0000 Received: (qmail 22479 invoked by uid 500); 3 Apr 2008 18:30:57 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 22457 invoked by uid 500); 3 Apr 2008 18:30:57 -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 22448 invoked by uid 99); 3 Apr 2008 18:30:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 11:30:57 -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; Thu, 03 Apr 2008 18:30:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75162234C0B7 for ; Thu, 3 Apr 2008 11:28:24 -0700 (PDT) Message-ID: <1903105357.1207247304467.JavaMail.jira@brutus> Date: Thu, 3 Apr 2008 11:28:24 -0700 (PDT) From: "Martin Sebor (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=12585222#action_12585222 ] Martin Sebor commented on STDCXX-401: ------------------------------------- Thanks. I'm still working on a patch for {{rw_tmpnam()}}. > 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.