Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48322 invoked from network); 12 Mar 2010 19:10:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2010 19:10:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.219.220 mail-ew0-f220.google.com Received: from [209.85.219.220] ([209.85.219.220:56044] helo=mail-ew0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/FE-13686-5B19A9B4 for ; Fri, 12 Mar 2010 14:10:46 -0500 Received: by ewy20 with SMTP id 20so559845ewy.1 for ; Fri, 12 Mar 2010 11:10:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=a4DJNJxsgYRP0NlC+Lo6rRm1QhvwNv8u5vsCunhSGC0=; b=jRbmhxI9o8HykgeIE76CdHZGw+Ch+JIAupF612f21QI1RT+2MwvYEQKsud2QlDo6q8 +6MytpU4HE0UcFcbNCP7b5WMGStTEmXI8BOESfQKHbiS4BTdbZAjs2HMT/pABLN+rIir z5dG4d834F00uf9wMMsrjBtv92n+S97KeXu+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=MWGhK4R+mu/GrUn7/JywjQ/TVc42PwS6zIu8xJVYygLaNHDOnxqLDikTiND4xf9W6Z EOcRHSb/2h1aYIsKLf0FvqZ3jEh8adt/9JkCih3qbkI23U4gGSJSN0APxuwKZxYRu7Ri 8b573gXSzoVjjCBCAmkHdDbp2Y0lsn4ROQpkM= Received: by 10.213.96.212 with SMTP id i20mr697999ebn.35.1268421042479; Fri, 12 Mar 2010 11:10:42 -0800 (PST) Received: from nirvana.lan ([93.185.190.227]) by mx.google.com with ESMTPS id 16sm1110644ewy.7.2010.03.12.11.10.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 11:10:40 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Fri, 12 Mar 2010 22:10:38 +0300 Cc: jani.taskinen@iki.fi, Stanislav Malyshev , internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: References: <4B9926E8.4080202@lerdorf.com> <4B995F83.1000605@prohost.org> <4B99639B.9030405@oracle.com> <4B996FC6.7040102@zend.com> <4B997381.1050300@oracle.com> <4B9A14FF.6000703@iki.fi> <4B9A833A.8040402@zend.com> <4B9A848C.3080701@iki.fi> To: Pierre Joye X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] Tests repository From: indeyets@gmail.com (Alexey Zakhlestin) On 12.03.2010, at 22:06, Pierre Joye wrote: > Many tests fail because they are written for a given platform, or even > worst (from a portability point of view), only for a given > configuration (library version, system version,etc.). And that's not > about windows vs other, tests can work on a Debian/ubuntu version and > fail on another. Well, these tests should just be removed/rewritten. Php-tests should test php, not libraries