-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 5.5 + Drupal 8.0.x: failed tests + fatal error at the end prevents writing the report! #18
Comments
Note this part in the stack trace above:
I don't know how this is possible, but that explains why we don't have results :) |
wimleers
changed the title
PHP 5.5 + Drupal 8.0.x: fatal error at the end prevents writing the report!
PHP 5.5 + Drupal 8.0.x: failed tests + fatal error at the end prevents writing the report!
Sep 19, 2014
I've narrowed down to the test groups that are failing: Xml results are appearing:
While the Undefined offset error is reproducible:
|
And that is line 941.
|
wimleers
changed the title
PHP 5.5 + Drupal 8.0.x: failed tests + fatal error at the end prevents writing the report!
PHP 5.4|5.5 + Drupal 8.0.x: failed tests + fatal error at the end prevents writing the report!
Sep 23, 2014
wimleers
changed the title
PHP 5.4|5.5 + Drupal 8.0.x: failed tests + fatal error at the end prevents writing the report!
PHP 5.5 + Drupal 8.0.x: failed tests + fatal error at the end prevents writing the report!
Sep 23, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In short: the test run ended with a fatal error, and there were many failures in many tests, predominantly in image-related tests (I'm thinking of
php-gd
there…), but not only.… fortunately… this fatal error at the end explains why the
results
directory is empty!Command:
(This is equivalent to running with
DCI_INSTALLER="none"
.)This test run ended like this:
The text was updated successfully, but these errors were encountered: