Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 35661 invoked from network); 5 Feb 2008 16:32:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 16:32:35 -0000 Received: (qmail 37475 invoked by uid 500); 5 Feb 2008 16:32:28 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 37458 invoked by uid 500); 5 Feb 2008 16:32:28 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 37444 invoked by uid 99); 5 Feb 2008 16:32:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 08:32:27 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 16:32:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C614714071 for ; Tue, 5 Feb 2008 08:32:12 -0800 (PST) Message-ID: <33102552.1202229132374.JavaMail.jira@brutus> Date: Tue, 5 Feb 2008 08:32:12 -0800 (PST) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-647) [MSVC] 0.printf.cpp test fails 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-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-647: --------------------------------- Remaining Estimate: 1h Original Estimate: 1h > [MSVC] 0.printf.cpp test fails > ------------------------------ > > Key: STDCXX-647 > URL: https://issues.apache.org/jira/browse/STDCXX-647 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Environment: MSVC, ICC/Windows > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.1 > > Original Estimate: 1h > Remaining Estimate: 1h > > The 0.printf.cpp test fails with 36 assertions due to STDCXX-646: > -------------------- > # Assertion failed on line 2076: rw_sprintf("[%{$NULL-word}]", ...) == "[]", got "[word]" > # Assertion failed on line 2092: rw_sprintf("[%{$NULL=word}]", ...) == "[]", got "[word]" > # Assertion failed on line 2103: rw_sprintf("[%{$UNSET:?word}]", ...) == "[%{$UNSET:?word}]", got "[word]" > # Assertion failed on line 2107: rw_sprintf("[%{$NULL?word}]", ...) == "[]", got "[%{$NULL?word}]" > # Assertion failed on line 2108: rw_sprintf("[%{$UNSET?word}]", ...) == "[%{$UNSET?word}]", got "[word]" > # Assertion failed on line 2113: rw_sprintf("[%{$UNSET:+word}]", ...) == "[]", got "[word]" > # Assertion failed on line 2117: rw_sprintf("[%{$NULL+word}]", ...) == "[word]", got "[]" > # Assertion failed on line 2118: rw_sprintf("[%{$UNSET+word}]", ...) == "[]", got "[word]" > # Assertion failed on line 2128: rw_sprintf("[%{$*:-WORD}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2131: rw_sprintf("[%{$*-WORD}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2132: rw_sprintf("[%{$*-WORD}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2137: rw_sprintf("[%{$*:=WORD}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2138: rw_sprintf("[%{$*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2145: rw_sprintf("[%{$*=WORD}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2146: rw_sprintf("[%{$*=WORD}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2147: rw_sprintf("[%{$*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2155: rw_sprintf("[%{$*:?WORD}]", ...) == "[%{$*:?WORD}]", got "[word]" > # Assertion failed on line 2158: rw_sprintf("[%{$*?WORD}]", ...) == "[]", got "[%{$*?WORD}]" > # Assertion failed on line 2159: rw_sprintf("[%{$*?WORD}]", ...) == "[%{$*?WORD}]", got "[word]" > # Assertion failed on line 2163: rw_sprintf("[%{$*:+WORD}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2166: rw_sprintf("[%{$*+WORD}]", ...) == "[WORD]", got "[]" > # Assertion failed on line 2167: rw_sprintf("[%{$*+WORD}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2173: rw_sprintf("[%{$*:-*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2176: rw_sprintf("[%{$*-*}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2177: rw_sprintf("[%{$*-*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2182: rw_sprintf("[%{$*:=*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2183: rw_sprintf("[%{$*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2190: rw_sprintf("[%{$*=*}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2191: rw_sprintf("[%{$*=*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2192: rw_sprintf("[%{$*}]", ...) == "[WORD]", got "[word]" > # Assertion failed on line 2200: rw_sprintf("[%{$*:?*}]", ...) == "[%{$*:?*}]", got "[word]" > # Assertion failed on line 2203: rw_sprintf("[%{$*?*}]", ...) == "[]", got "[%{$*?*}]" > # Assertion failed on line 2204: rw_sprintf("[%{$*?*}]", ...) == "[%{$*?*}]", got "[word]" > # Assertion failed on line 2208: rw_sprintf("[%{$*:+*}]", ...) == "[]", got "[WORD]" > # Assertion failed on line 2211: rw_sprintf("[%{$*+*}]", ...) == "[WORD]", got "[]" > # Assertion failed on line 2212: rw_sprintf("[%{$*+*}]", ...) == "[]", got "[WORD]" > -------------------- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.