Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 96769 invoked from network); 30 May 2008 23:08:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 23:08:42 -0000 Received: (qmail 25485 invoked by uid 500); 30 May 2008 23:08:44 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 25466 invoked by uid 500); 30 May 2008 23:08:44 -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 25457 invoked by uid 99); 30 May 2008 23:08:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 16:08:44 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 23:08:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9E9002388A0F; Fri, 30 May 2008 16:08:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661910 - /stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp Date: Fri, 30 May 2008 23:08:21 -0000 To: commits@stdcxx.apache.org From: vitek@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080530230821.9E9002388A0F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vitek Date: Fri May 30 16:08:21 2008 New Revision: 661910 URL: http://svn.apache.org/viewvc?rev=661910&view=rev Log: 2008-05-30 Travis Vitek STDCXX-898 * tests/support/18.numeric.special.int.cpp: Remove failing trap assertions as they are throughly and correctly tested in 18.limits.traps.cpp. Modified: stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp Modified: stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp?rev=661910&r1=661909&r2=661910&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp Fri May 30 16:08:21 2008 @@ -583,9 +583,6 @@ "std::numeric_limits<%s>::is_modulo == %#b", tname, Traits::is_modulo ()); - // 18.2.1.2, p59 - ASSERT_0 (traps, "%b"); - // 18.2.1.2, p61 ASSERT_0 (tinyness_before, "%b");