Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A50FB18459 for ; Sat, 13 Feb 2016 13:07:01 +0000 (UTC) Received: (qmail 41884 invoked by uid 500); 13 Feb 2016 13:07:00 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 41815 invoked by uid 500); 13 Feb 2016 13:07:00 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 41805 invoked by uid 99); 13 Feb 2016 13:07:00 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2016 13:07:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2B119C20D2 for ; Sat, 13 Feb 2016 13:07:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.307 X-Spam-Level: X-Spam-Status: No, score=-2.307 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id BiJhEzfD-2kY for ; Sat, 13 Feb 2016 13:06:58 +0000 (UTC) Received: from mailserver.kippdata.de (capsella.kippdata.de [195.227.30.149]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 2A6795FDE6 for ; Sat, 13 Feb 2016 13:06:57 +0000 (UTC) Received: from [10.0.110.6] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id u1DD6pnf001345 for ; Sat, 13 Feb 2016 14:06:51 +0100 (CET) To: "dev@httpd.apache.org" From: Rainer Jung Subject: Some test failures in trunk Message-ID: <56BF2A68.3010304@kippdata.de> Date: Sat, 13 Feb 2016 14:06:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit While doing the OpenSSL related tests I noticed a few unrelated test failures in trunk. Those happen only for worker and prefork, not for event! I test on Solaris, didn't yet try on Linux: - worker and prefork - t/apache/passbrigade.t: 108-114, sometimes 108 or 114 are ok - t/apache/rwrite.t: 51-57, 108-114 (51, 54, 55 sometimes ok) - t/http11/chunked.t: 4, 10, 15, 20, 25, 30 and in addition for prefork - t/security/CVE-2009-1890.t: sometimes 7 I don't know when those failures started. Haven't run the test suite in trunk for quit some time. Regards, Rainer