Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 40734 invoked from network); 17 Jun 2009 23:04:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 23:04:17 -0000 Received: (qmail 75672 invoked by uid 500); 17 Jun 2009 23:04:29 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 75612 invoked by uid 500); 17 Jun 2009 23:04:29 -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 75600 invoked by uid 99); 17 Jun 2009 23:04:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 23:04:29 +0000 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 [67.50.91.134] (HELO moroha.roguewave.com) (67.50.91.134) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 23:04:20 +0000 Received: from [10.70.2.100] (dilema.bco.roguewave.com [10.70.2.100]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id n5HN3vLK009969 for ; Wed, 17 Jun 2009 23:03:57 GMT Message-ID: <4A39765E.4040100@roguewave.com> Date: Wed, 17 Jun 2009 17:03:58 -0600 From: Andrew Black User-Agent: Thunderbird 1.5.0.14 (X11/20060911) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: (Roguewave) Nightly testing changes References: <4A394300.8080005@roguewave.com> <4A3969DD.8020206@gmail.com> <4A3970B2.6000005@roguewave.com> <4A3972C5.3000609@gmail.com> In-Reply-To: <4A3972C5.3000609@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Martin Sebor wrote: [snip] > > Like this? > > --- genxviews (revision 785832) > +++ genxviews (working copy) > @@ -590,14 +590,18 @@ > > # Windows ############################################################## > > -process_results "Windows 2008" "EM64T" "MSVC 9.0" \ > - "win_2008-0-em64t-msvc-9.0-*-*-log.gz.txt" \ > - win_2008_0-em64t-msvc-9.0.html > +process_results "Windows 2008" "X64" "MSVC 9.0" \ > + "windows-2008-msvc-9.0-*-*-log.gz.txt" \ > + windows-2008-msvc-9.0.html > > -process_results "Windows 2008" "EM64T" "Intel C++ 11.0" \ > - "win_2008-0-em64t-icl-11.0-*-*-log.gz.txt" \ > - win_2008_0-em64t-icl-11.0.html > +process_results "Windows 2008" "X64" "MSVC 8.0" \ > + "windows-2008-msvc-8.0-*-*-log.gz.txt" \ > + windows-2008-msvc-8.0.html > > +process_results "Windows 2008" "X64" "Intel C++ 11.0" \ > + "windows-2008-icl-11.0-*-*-log.gz.txt" \ > + windows-2008-icl-11.0.html > + > process_results "Windows Vista" "EM64T" "MSVC 9.0" \ > "win_vista-0-em64t-msvc-9.0-*-*-log.gz.txt" \ > win_vista_0-em64t-msvc-9.0.html > That looks correct. As I said, I've added the required translation to fetch_records.pl (one of the scripts run on the RogueWave side of things), so we may be able to get by with just adding process_results "Windows 2008" "X64" "MSVC 8.0" \ "win_2008-0-em64t-msvc-8.0-*-*-log.gz.txt" \ win_2008-0-em64t-msvc-8.0.html to the list of things to process. Given a day or two of bad index pages won't throw things too much, I'd add the msvc line now, and alter genxviews to use the roguewave name later if it's needed. --Andrew Black