Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19242 invoked from network); 31 Mar 2012 19:25:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2012 19:25:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:46864] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/90-28591-D3A577F4 for ; Sat, 31 Mar 2012 14:25:49 -0500 Received: from [192.168.2.230] (ppp-88-217-84-111.dynamic.mnet-online.de [88.217.84.111]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 7C80560FE3; Sat, 31 Mar 2012 21:25:45 +0200 (CEST) To: Alexey Shein Cc: Rasmus Lerdorf , internals@lists.php.net In-Reply-To: References: <4F75EA77.3010300@oracle.com> <4F76B38D.7060800@lerdorf.com> Content-Type: text/plain; charset="UTF-8" Date: Sat, 31 Mar 2012 21:25:44 +0200 Message-ID: <1333221944.9243.3859.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Change all XFAIL tests to FAIL From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2012-03-31 at 13:27 +0500, Alexey Shein wrote: > Ok, we have a weekly reminder to bug maintainers (that maybe not > working). Those are working. At least for me :-) There was some trouble with mails for individual changes, but recently I got an "you have been assigned" mail, too. > That's a bit different, I'm talking about public email about > failed tests - if bug is closed, maintainer won't get a notfication > and, if bug is reopened, only maintainer will get a notification, not > everybody on list. Which can also be a lot, many test, unfortunately, are depending on the environment, like OS or external systems (library version, database configuration, etc.) and it is hard to cover all those combinations while still testing edge case conditions. johannes