Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: build/android/pylib/base/base_test_result_unittest.py

Issue 13081002: [Android] Do not list tests wihtout logs in 'Detailed Logs' section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/base/base_test_result.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/base_test_result_unittest.py
diff --git a/build/android/pylib/base/base_test_result_unittest.py b/build/android/pylib/base/base_test_result_unittest.py
index 0bf96fbe48fa71cfb2ebc02ac1c6c03d312568e7..f038b31992bdd8bf092c70e9be958b3efbdbeb98 100644
--- a/build/android/pylib/base/base_test_result_unittest.py
+++ b/build/android/pylib/base/base_test_result_unittest.py
@@ -53,8 +53,7 @@ class TestTestRunResults(unittest.TestCase):
log_print = ('[FAIL] f1:\n'
'failure1\n'
'[CRASH] c1:\n'
- 'crash1\n'
- '[UNKNOWN] u1:\n')
+ 'crash1')
self.assertEqual(self.tr.GetLogs(), log_print)
def testGetShortForm(self):
« no previous file with comments | « build/android/pylib/base/base_test_result.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698