don't show failures table if there are only new tests
Created attachment 90261 [details] Patch
Sorry for the large diff. It's almost entirely just moving code around.
Comment on attachment 90261 [details] Patch OK. Seems all your globals probably want to be instance members on some class instead (with one global instance of the class).
(In reply to comment #3) > (From update of attachment 90261 [details]) > OK. Seems all your globals probably want to be instance members on some class instead (with one global instance of the class). Totally. I'll do that in a separate patch.
Committed r84312: <http://trac.webkit.org/changeset/84312>