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

Unified Diff: appengine/findit/crash/test/findit_for_crash_test.py

Issue 2067373002: [Findit] Add fracas analysis result feedback page for manual triage. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@only-dashboard
Patch Set: Fix bugs. Created 4 years, 6 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
Index: appengine/findit/crash/test/findit_for_crash_test.py
diff --git a/appengine/findit/crash/test/findit_for_crash_test.py b/appengine/findit/crash/test/findit_for_crash_test.py
index 5507e1b38ec37b7cb80de0f30a85c3dbadc36bf5..d1d9bbba30bbdd17f4a058ab0ed5d6d022c544aa 100644
--- a/appengine/findit/crash/test/findit_for_crash_test.py
+++ b/appengine/findit/crash/test/findit_for_crash_test.py
@@ -298,7 +298,7 @@ class FinditForCrashTest(CrashTestSuite):
{
'reason': ('(1) Modified top crashing frame is #0\n'
'(2) Modification distance (LOC) is 0\n\n'
- 'Changed file a.cc crashed in func (#0), func (#1)'),
+ 'Changed file a.cc crashed in frame #0, frame #1'),
'time': 'Thu Mar 31 21:24:43 2016',
'author': 'r@chromium.org',
'url': 'https://repo.test/+/1',
@@ -349,7 +349,7 @@ class FinditForCrashTest(CrashTestSuite):
{
'reason': ('(1) Modified top crashing frame is #0\n'
'(2) Modification distance (LOC) is 1\n\n'
- 'Changed file a.cc crashed in func (#0), func (#1)'),
+ 'Changed file a.cc crashed in frame #0, frame #1'),
'time': 'Thu Mar 31 21:24:43 2016',
'author': 'r@chromium.org',
'url': 'https://repo.test/+/1',

Powered by Google App Engine
This is Rietveld 408576698