We should pass the $title local variable as the second parameter to ok() so that on test failure we print out the the test case name to the terminal. This will allow us to quickly identity the test case that failed. For more details see the description of ok() in <http://perldoc.perl.org/Test/Simple.html#DESCRIPTION>.
Created attachment 89536 [details] Patch
Committed in changeset 83817 <http://trac.webkit.org/changeset/83817>.