-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
As you can see the travis is on |
PHP 5.5 is on stable now in travis:
|
@Slamdunk Are you willing to fix the issues on 5.5 as well? (Just kidding!) Thanks for the update; will merge later. |
@weierophinney should we merge this now or fix the failing test first :) |
@mwillbanks definitely merge: tests should be fixed only when they fail. A red test in a green testsuite run is NOT a fail 😉 |
I'd argue that as part of merging, we should attempt to address the failing tests. The problem is: I've tried. When I ran the tests locally, they ran fine, and I could not reproduce the failures seen on Travis. This means we likely need to skip them in Travis -- but I don't like that solution, in case there's something fundamentally wrong. @mwillbanks Thoughts? |
@weierophinney when i started running them last night I had a ton of failures; way more than travis did (likely my configuration and extensions) so I was attempting to hone those in first but ran out of time last night. I might boot up a machine today just for running some of the tests. |
At this moment there is only one "passive" test failure with PHP 5.5 https://travis-ci.org/zendframework/zf2/jobs/9172993#L546 Some volunteer for fix it? |
This is a test for not running into an infinite loop on self references. PHP < 5.5 automatically skip the first found self reference with But using EDIT Or of course |
PHP 5.5 can't fail anymore
…ch-2 PHP 5.5 can't fail anymore
With the release of the first stable PHP 5.5 version, travis is no more allowed to fail.