Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 37249 invoked from network); 2 Jan 2008 23:03:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2008 23:03:46 -0000 Received: (qmail 63240 invoked by uid 500); 2 Jan 2008 23:03:35 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 63180 invoked by uid 500); 2 Jan 2008 23:03:35 -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 63169 invoked by uid 99); 2 Jan 2008 23:03:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 15:03:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mark.g.brown@gmail.com designates 64.233.178.250 as permitted sender) Received: from [64.233.178.250] (HELO hs-out-2122.google.com) (64.233.178.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 23:03:12 +0000 Received: by hs-out-2122.google.com with SMTP id n78so4210983hsc.12 for ; Wed, 02 Jan 2008 15:03:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SMcxEIxGETO1NI+65dbtnmu83bLnS7mH/VaYHhwiY0I=; b=ZH919OgX75PwUGAQPkxONxaSBFwop838NyTM3thrSlapuDQf2fvu7OffIPjRYd1ajkZ7C7RZ/pe3yy/pMoRvad0sV0TTppS5fBmeBPrX8SgGh315XCMFRX0Hkbn6tSSahWKsZS5jb7pCKCtSk4EgL4Z7J7t8uwG5PjWF+KYY3O8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dqfiF0GK9XrXIonVS++IeTftQMYRUZKNTq2QVb9yv+VKkp+eHrQFMZ8KMXQfCigGb8GExZ+pYZaWY7vhTiAPW14IDDXv8DTXfBejZEI8K/Nm07FFls/7AIeqj7nX4wQdO0ynQbvw5tENJr5wCjeQ001CwwwNMN2M7AGJ7Jmucyw= Received: by 10.150.203.8 with SMTP id a8mr3971880ybg.146.1199314996787; Wed, 02 Jan 2008 15:03:16 -0800 (PST) Received: by 10.150.225.17 with HTTP; Wed, 2 Jan 2008 15:03:16 -0800 (PST) Message-ID: <2494433f0801021503t5eb12d29pd23f96e144513d36@mail.gmail.com> Date: Wed, 2 Jan 2008 16:03:16 -0700 From: "Mark Brown" To: stdcxx-dev@incubator.apache.org Subject: Re: prototype of the "expected failures" enhancement (STDCXX-683) In-Reply-To: <477999B0.8010409@roguewave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <477999B0.8010409@roguewave.com> X-Virus-Checked: Checked by ClamAV on apache.org Martin, Most of the links to the log files are broken. They all point to files in http://people.apache.org/tmp/. Also, I'm not sure I understand how rows in the tables are supposed to be arranged now. If I recall, they used to be ordered alphabetically but after your change 26 comes before 23, and 23 before 27. Is that intended? 2 26.class.gslice 46230 162 5 23.deque.special 61465 1536 7 27_basic_ios 0 1 -- Mark On Dec 31, 2007 6:38 PM, Martin Sebor wrote: > The commit below implements an initial prototype of the "expected > failures" enhancement described in STDCXX-683. The prototype can > be viewed on the usual test result page: > http://people.apache.org/~sebor/stdcxx/results/builds > > http://svn.apache.org/viewvc?rev=607788&view=rev > > The new file, etc/config/xfail.txt, is intended to contain a list > of known failures in the test suite (including examples and locales). > The comments in the file explain how to make a failure in a component > as expected. > > Let me know what you all think: questions, suggestions for changes, > or bug reports are all welcome! > > Happy new year! > Martin > > PS I've tested the changes with build logs on most platforms but I > forgot to include Windows. As usual, things are different there and > the results aren't quite satisfactory. I'll work on fixing those as > soon as I get a chance. >