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

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

Issue 2593593003: [Predator] Add Clusterfuzz stacktrace parser. (Closed)
Patch Set: Rebase and fix nit. Created 4 years 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/changelist_classifier_test.py
diff --git a/appengine/findit/crash/test/changelist_classifier_test.py b/appengine/findit/crash/test/changelist_classifier_test.py
index c195088b7da34541896fdf073b9c3d2190e416af..40563747e72913025b506dacb30665330a721ee0 100644
--- a/appengine/findit/crash/test/changelist_classifier_test.py
+++ b/appengine/findit/crash/test/changelist_classifier_test.py
@@ -118,6 +118,7 @@ DUMMY_REPORT = CrashReport(None, None, None, Stacktrace(DUMMY_CALLSTACKS,
DUMMY_CALLSTACKS[0]),
(None, None))
+
class ChangelistClassifierTest(CrashTestSuite):
def setUp(self):
« no previous file with comments | « appengine/findit/crash/test/callstack_detectors_test.py ('k') | appengine/findit/crash/test/chromecrash_parser_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698