From stdcxx-dev-return-6465-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Dec 12 06:01:10 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 9171 invoked from network); 12 Dec 2007 06:01:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2007 06:01:10 -0000 Received: (qmail 94284 invoked by uid 500); 12 Dec 2007 06:00:59 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 94273 invoked by uid 500); 12 Dec 2007 06:00:59 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 94257 invoked by uid 99); 12 Dec 2007 06:00:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 22:00:58 -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; Wed, 12 Dec 2007 06:00:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0AAE371420B for ; Tue, 11 Dec 2007 22:00:43 -0800 (PST) Message-ID: <23346660.1197439243028.JavaMail.jira@brutus> Date: Tue, 11 Dec 2007 22:00:43 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-647) [MSVC] 0.printf.cpp test fails In-Reply-To: <30976684.1194448671953.JavaMail.jira@brutus> 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 ] Martin Sebor reassigned STDCXX-647: ----------------------------------- Assignee: Farid Zaripov > [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 > > > 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.