| Index: base/test/launcher/test_result.cc
|
| diff --git a/base/test/launcher/test_result.cc b/base/test/launcher/test_result.cc
|
| index 39b641e99272ddc5d8a64e6b79df6974e4fa4f12..70d7a80d48b94d34a755d57018c16c25dbd65d12 100644
|
| --- a/base/test/launcher/test_result.cc
|
| +++ b/base/test/launcher/test_result.cc
|
| @@ -22,6 +22,8 @@ std::string TestResult::StatusAsString() const {
|
| return "SUCCESS";
|
| case TEST_FAILURE:
|
| return "FAILURE";
|
| + case TEST_FAILURE_ON_EXIT:
|
| + return "FAILURE_ON_EXIT";
|
| case TEST_CRASH:
|
| return "CRASH";
|
| case TEST_TIMEOUT:
|
|
|