Returns true iff test failed.
| 13410 | |
| 13411 | // Returns true iff test failed. |
| 13412 | static bool TestFailed(const TestInfo* test_info) { |
| 13413 | return test_info->should_run() && test_info->result()->Failed(); |
| 13414 | } |
| 13415 | |
| 13416 | // Returns true iff the test is disabled and will be reported in the XML |
| 13417 | // report. |