Drupal testing

I’ve built myself a VM for testing the latest Drupal 7 head software. When I run the PHP CLI test suite these are the issues I get back:

Blog API functionality 30 passes, 2 fails, and 1 exception
File paths and directories 23 passes, 3 fails, and 1 exception
Cron run 18 passes, 0 fails, and 0 exceptions
Fatal error: Exception thrown without a stack frame in Unknown on line 0
Date and time 12 passes, 0 fails, and 0 exceptions

Drupal HTTP request 25 passes, 0 fails, and 0 exceptions
Fatal error: Call to undefined function dd() in modules/simpletest/tests/common.test on line 664
Drupal set/get regions 14 passes, 0 fails, and 0 exceptions
Drupal tags handling 8 passes, 0 fails, and 0 exceptions

Fatal error: Call to undefined function dd() in modules/simpletest/tests/filetransfer.test on line 122
Format date 41 passes, 0 fails, and 0 exceptions
Trigger cron (system) actions 30 passes, 0 fails, and 0 exceptions

Fatal error: Exception thrown without a stack frame in Unknown on line 0
Upload functionality 107 passes, 28 fails, and 4 exceptions
Upload user picture 67 passes, 4 fails, and 0 exceptions

This isn’t good. I know that the “Call to undefined function dd“ for the FileTransfer is being dealt with in issue 395472, but I don’t know about the other problems.
Through the web interface I can’t replicate the BlogAPI and File paths
The System -> Cron test does throw an exception which is shown as you watch the tests run, but then doesn’t appear in the final SimpleTest report. The same goes for System -> Drupal render and Trigger -> Cron.

Comments

Post new comment