Improve extension api tests: run all tests, even if one fails
Currently, if a single file has multiple tests, a single failure will abort running the rest of the tests.
There's still no way to expect rather than assert, but I plan to add that next.
BUG=none
TEST=the tests all continue to pass, but if you edit one to make it fail, runAllTests will continue running later tests.
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=141681