Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 87213 invoked from network); 1 Apr 2008 19:43:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 19:43:47 -0000 Received: (qmail 20456 invoked by uid 500); 1 Apr 2008 19:43:47 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 20429 invoked by uid 500); 1 Apr 2008 19:43:47 -0000 Mailing-List: contact commits-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 commits@stdcxx.apache.org Received: (qmail 20420 invoked by uid 99); 1 Apr 2008 19:43:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 12:43:47 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 19:43:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 78CA41A9832; Tue, 1 Apr 2008 12:43:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r643535 - /stdcxx/trunk/etc/config/xfail.txt Date: Tue, 01 Apr 2008 19:43:25 -0000 To: commits@stdcxx.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080401194325.78CA41A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Tue Apr 1 12:43:23 2008 New Revision: 643535 URL: http://svn.apache.org/viewvc?rev=643535&view=rev Log: 2008-04-01 Farid Zaripov * etc/config/xfail.txt (21.string.assign.stdcxx-629): Added an expected test failure due to STDCXX-629. (21.string.insert.stdcxx-632): Added an expected test failure due to STDCXX-632. (21.string.replace.stdcxx-170): Added an expected test failure due to STDCXX-170. Modified: stdcxx/trunk/etc/config/xfail.txt Modified: stdcxx/trunk/etc/config/xfail.txt URL: http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/xfail.txt?rev=643535&r1=643534&r2=643535&view=diff ============================================================================== --- stdcxx/trunk/etc/config/xfail.txt (original) +++ stdcxx/trunk/etc/config/xfail.txt Tue Apr 1 12:43:23 2008 @@ -58,4 +58,7 @@ 2.smartptr.shared aix-*-*-vacpp-9.0-* COMP STDCXX-360 2.smartptr.shared hpux-*-*-acc-3.*-* COMP STDCXX-615 19.exceptions.mt aix-5.3-*-vacpp-9.0-{12,15}? HUP STDCXX-644 +21.string.assign.stdcxx-629 *-*-*-*-* ABRT STDCXX-629 +21.string.insert.stdcxx-632 *-*-*-*-* ABRT STDCXX-632 +21.string.replace.stdcxx-170 *-*-*-*-* ABRT STDCXX-170 23.vector.modifiers.stdcxx-495 *-*-*-*-* ABRT STDCXX-495