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

Unified Diff: fuzzer/go/frontend/syncer/fuzz_syncer.go

Issue 1672033002: Deduplicate fuzz cases on the frontend before they are displayed. (Closed) Base URL: https://skia.googlesource.com/buildbot@remove-overview
Patch Set: merged upstream Created 4 years, 10 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 | « fuzzer/go/frontend/gsloader/gsloader.go ('k') | fuzzer/go/fuzzcache/fuzzcache_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/frontend/syncer/fuzz_syncer.go
diff --git a/fuzzer/go/frontend/syncer/fuzz_syncer.go b/fuzzer/go/frontend/syncer/fuzz_syncer.go
index 543b5a4d95a260ea34124369d4ed93252715d830..c889cc970d12a5e6edba05f5dae835ca8dca9e70 100644
--- a/fuzzer/go/frontend/syncer/fuzz_syncer.go
+++ b/fuzzer/go/frontend/syncer/fuzz_syncer.go
@@ -132,7 +132,7 @@ func (f *FuzzSyncer) getMostRecentOldRevision() (string, error) {
// in the fuzz report tree / cache.
func (f *FuzzSyncer) updateLoadedBinaryFuzzes(currentBadFuzzHashes []string) error {
if f.gsLoader == nil {
- glog.Info("Skipping update because the finder/cache hasn't been set yet")
+ glog.Info("Skipping update because the cache hasn't been set yet")
return nil
}
prevBadFuzzNames, err := f.gsLoader.Cache.LoadFuzzNames(config.FrontEnd.SkiaVersion.Hash)
« no previous file with comments | « fuzzer/go/frontend/gsloader/gsloader.go ('k') | fuzzer/go/fuzzcache/fuzzcache_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698