Message from discussion
[PATCH] skip dynclasses, spawnw tests on win32
Newsgroups: perl.perl6.internals
Path: g2news1.google.com!news3.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <l...@toetsch.at>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Received: (qmail 11255 invoked from network); 22 May 2005 11:16:30 -0000
Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
by lists.develooper.com with SMTP; 22 May 2005 11:16:30 -0000
Received: (qmail 13113 invoked by uid 225); 22 May 2005 11:16:30 -0000
Delivered-To: perl6-intern...@perl.org
Received: (qmail 13109 invoked by alias); 22 May 2005 11:16:29 -0000
X-Spam-Status: No, hits=-2.6 required=8.0
tests=BAYES_00,RCVD_IN_SORBS_WEB
X-Spam-Check-By: la.mx.develooper.com
Received-SPF: neutral (x1.develooper.com: local policy)
Received: from warsl404pip7.highway.telekom.at (HELO email.aon.at) (195.3.96.91)
by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Sun, 22 May 2005 04:16:27 -0700
Received: (qmail 11809 invoked from network); 22 May 2005 11:16:15 -0000
Received: from m2242p017.adsl.highway.telekom.at (HELO lux.leo.home) ([80.123.24.49])
(envelope-sender <l...@toetsch.at>)
by smarthub73.highway.telekom.at (qmail-ldap-1.03) with SMTP
for <jerry....@gmail.com>; 22 May 2005 11:16:15 -0000
Received: from toetsch.at (giga.leo.home [192.168.1.129])
by lux.leo.home (Postfix on linux 2.0.36 (i386)) with ESMTP
id 22429118023; Sun, 22 May 2005 13:16:18 +0200 (MEST)
Message-ID: <42906A68.1090304@toetsch.at>
Date: Sun, 22 May 2005 13:18:00 +0200
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3
X-Accept-Language: en
MIME-Version: 1.0
To: Ron Blaschke <r...@rblasch.org>
Cc: jerry gay <jerry....@gmail.com>, perl6-intern...@perl.org
Subject: Re: [perl #35900] [PATCH] skip dynclasses, spawnw tests on win32
References: <rt-35900@perl> <rt-3.0.11-35900-113322.6.89726303148056@perl.org> <200505210741.j4L7fYJ07345@thu8.leo.home> <1342345060.20050521173723@rblasch.org>
In-Reply-To: <1342345060.20050521173...@rblasch.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Approved: n...@nntp.perl.org
From: l...@toetsch.at (Leopold Toetsch)
Ron Blaschke wrote:
[ skip dynclasses .t on Win32 ]
> Just my opinion on this: I'd rather see failures for things that need
> to be fixed. Tests should only be skipped if they are not applicable
> on the current system, or the test busts everything. Others may feel
> different, of course.
The old problem of skip, todo or let it fail.
Maybe we need pugs' test error classification scheme
> Ron
leo