From commits-return-2481-apmail-stdcxx-commits-archive=stdcxx.apache.org@stdcxx.apache.org Thu Feb 28 00:54:22 2008 Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 38367 invoked from network); 28 Feb 2008 00:54:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 00:54:22 -0000 Received: (qmail 40991 invoked by uid 500); 28 Feb 2008 00:54:17 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 40973 invoked by uid 500); 28 Feb 2008 00:54:17 -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 40964 invoked by uid 99); 28 Feb 2008 00:54:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 16:54:17 -0800 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; Thu, 28 Feb 2008 00:53:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9A2831A9832; Wed, 27 Feb 2008 16:54:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r631793 - /stdcxx/trunk/etc/config/xfail.txt Date: Thu, 28 Feb 2008 00:54:01 -0000 To: commits@stdcxx.apache.org From: vitek@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080228005401.9A2831A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vitek Date: Wed Feb 27 16:53:50 2008 New Revision: 631793 URL: http://svn.apache.org/viewvc?rev=631793&view=rev Log: 2008-02-27 Travis Vitek STDCXX-360 * etc/config/xfail.txt: Add expected compile failure for 2.smartptr.shared on VisualAge C++ 6 debug builds. 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=631793&r1=631792&r2=631793&view=diff ============================================================================== --- stdcxx/trunk/etc/config/xfail.txt (original) +++ stdcxx/trunk/etc/config/xfail.txt Wed Feb 27 16:53:50 2008 @@ -40,5 +40,6 @@ # NAME PLATFORM AND BUILD TYPE STATUS NUMBER # -------- ------------------------------ -------- ---------- 0.process aix-5.3-*-vacpp-9.0-* SEGV STDCXX-625 +2.smartptr.shared aix-*-*-vacpp-6.0-{11,15}? COMP STDCXX-360 2.smartptr.shared aix-*-*-vacpp-9.0-* COMP STDCXX-360 19.exceptions.mt aix-5.3-*-vacpp-9.0-{12,15}? HUP STDCXX-644