Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76747 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25849 invoked from network); 21 Aug 2014 05:59:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2014 05:59:42 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.218.43 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.218.43 mail-oi0-f43.google.com Received: from [209.85.218.43] ([209.85.218.43:43752] helo=mail-oi0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/D0-15606-DCA85F35 for ; Thu, 21 Aug 2014 01:59:42 -0400 Received: by mail-oi0-f43.google.com with SMTP id u20so6433423oif.30 for ; Wed, 20 Aug 2014 22:59:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wFcLHUbWh3Fe7ZvUnjSTLVe+iSTvliyloZgFQS6Lf2U=; b=h2hobDzrSFzoKVlyF8ZKEY+nuWYcglntKsSrtdcHkV596k/j/d9VQVmJJoIH+5oxBt Be32SEzPmvY9bNnTJ+RmaH1pIhXMgC3Vm7s8yNMtHdbjfbaveaT7qtWWxT9rPRYHmSSW cqDFVY3mUxjHx23erAJQr2rrDaqUXqJpvrmLHvDt+5K9p6fNDnwaxTdwT5kDHkTtKfsk vzI3Q6rskpmPDioGJxsSXiNANCh2lLe383szmbq0Bx2WD2nH0RJtYdURXfz+qc9ogjNa x0u3mYplXh94duTGivmf9vlfdMuXkDtjsPNXoVhyr1y/6OBIVl5flx31gz5PbO57zLY5 5PzA== X-Gm-Message-State: ALoCoQk60Ti/TdWNVo6A8svh+3309O/1T01QTvDSJFJyxqH1gbs3QEPwe7vzsjdkm4zhG2wKQsoEOlT52Z0AB6Bg9LY4Z1baqM6BQsoxqqYJJs7PuOPdSkNDZ3zL3AD8YohKmlNuj9Ca MIME-Version: 1.0 X-Received: by 10.60.123.19 with SMTP id lw19mr15239313oeb.22.1408600779048; Wed, 20 Aug 2014 22:59:39 -0700 (PDT) Received: by 10.60.142.231 with HTTP; Wed, 20 Aug 2014 22:59:38 -0700 (PDT) In-Reply-To: <53F51350.6090104@sugarcrm.com> References: <53F2798C.9020302@sugarcrm.com> <53F51350.6090104@sugarcrm.com> Date: Thu, 21 Aug 2014 08:59:38 +0300 Message-ID: To: Stas Malyshev Cc: Bob Weinand , PHP Internals , Dmitry Stogov Content-Type: multipart/alternative; boundary=047d7b5d2f8810e30a05011d6d61 Subject: Re: [PHP-DEV] master is broken on Travis From: lior.k@zend.com (Lior Kaplan) --047d7b5d2f8810e30a05011d6d61 Content-Type: text/plain; charset=UTF-8 On Thu, Aug 21, 2014 at 12:29 AM, Stas Malyshev wrote: > Hi! > > > Removed phpdbg build from configure, and master builds fine. > > > > Removed its tests as well to have travis finish green. > > Did you commit it? I see Travis CI build is still broken. > Committed and it works, the build done at travis finished OK. But some of the tests fail: The command "./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120" exited with 1. Still didn't check it. Kaplan --047d7b5d2f8810e30a05011d6d61--