Re: [test-infra] Fix output summary error of tools/runner/runner.js when the Status of la... (#891)

@darobin, @jgraham, @sideshowbarker  For example: when completely testing those tests of 'test types' as 'JavaScript tests' and 'Run tests under path' as '/domxpath' on http://w3c-test.org/tools/runner/index.html by Google Chrome browser, the output summary would be wrong.

Here is the result tested on my side:
The Summary is as following:
Passed Failed Timeouts Errors
       0        7        0 0

while Details likes:
Test                                                Status Message Subtest Pass Rate
/domxpath/001.html                         FAIL                    8/11
/domxpath/002.html                         FAIL                   12/15
/domxpath/evaluator-constructor.html FAIL                   1/2


View on GitHub: https://github.com/w3c/web-platform-tests/pull/891#issuecomment-42125712

Received on Sunday, 4 May 2014 06:38:50 UTC