Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 75627 invoked from network); 7 Mar 2008 19:13:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 19:13:45 -0000 Received: (qmail 8601 invoked by uid 500); 7 Mar 2008 19:13:42 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 8538 invoked by uid 500); 7 Mar 2008 19:13:41 -0000 Mailing-List: contact dev-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 dev@stdcxx.apache.org Received: (qmail 8524 invoked by uid 99); 7 Mar 2008 19:13:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 11:13:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 19:12:55 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m27JDECo031700 for ; Fri, 7 Mar 2008 19:13:14 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: STDCXX-536 Date: Fri, 7 Mar 2008 12:13:07 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: STDCXX-536 Thread-Index: AciAh0X/M+ftad1yTGKx0bTJevyVmA== From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org FWIW, I was just reading the description for Jira issue STDCXX-536 and the associated comments. =20 I believe this is basically what Travis has already stated in a round- about manner but it seems to me that if a test is timing out, there are two possibilities: 1. the test is caught in an infinite loop, or 2.) the test requires too much time to completely execute. In either case, the test needs to be rewritten to fix the infinite loop or to break the test into smaller tests that can completely execute in a reasonably short amount of time -- a couple of minutes at most on the slowest supported platforms. And aren't multithreaded programs (or tests) supposed to perform faster -- not slower -- than their single-threaded counterparts? :) =20 Brad.