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

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

Issue 1950123003: [Findit] Fetch DEPS from buildspec/ instead of trunk for chrome official builds. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update doc string. Created 4 years, 7 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 c798c92d8f2513346e47090f21781e29b3a8028c..67922260f9294232a1609fb361f0a9db99bda0b2 100644
--- a/appengine/findit/crash/test/findit_for_crash_test.py
+++ b/appengine/findit/crash/test/findit_for_crash_test.py
@@ -356,7 +356,7 @@ class FinditForCrashTest(CrashTestSuite):
'time': 'Thu Mar 31 21:24:43 2016',
'reason': ('1. Top frame changed is frame #0 (score: 1)\n'
'2. Minimum distance to crashed line is 0 (score: 1)\n'
- '\nChanged file a.cc which crashed in func (#0)'
+ '\nChanged file a.cc crashed in func (#0)'
', func (#1)'),
'confidence': 1,
},
@@ -369,7 +369,7 @@ class FinditForCrashTest(CrashTestSuite):
'time': 'Thu Apr 1 21:24:43 2016',
'reason': ('1. Top frame changed is frame #5 (score: 0)\n'
'2. Minimum distance to crashed line is 20 (score: 0)\n'
- '\nChanged file f.cc which crashed in func (#5)'),
+ '\nChanged file f.cc crashed in func (#5)'),
'confidence': 0.22857142857142856,
},
]
« no previous file with comments | « appengine/findit/crash/test/callstack_filters_test.py ('k') | appengine/findit/crash/test/fracas_crash_pipeline_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698