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

Side by Side Diff: fuzzer/go/data/report_test.go

Issue 1691893002: Fuzzer now deduplicates on the analysis side instead of the download side (Closed) Base URL: https://skia.googlesource.com/buildbot@metrics
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « fuzzer/go/data/report_mock.go ('k') | fuzzer/go/data/result.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 package data 1 package data
2 2
3 import ( 3 import (
4 "reflect" 4 "reflect"
5 "testing" 5 "testing"
6 6
7 "go.skia.org/infra/fuzzer/go/common" 7 "go.skia.org/infra/fuzzer/go/common"
8 ) 8 )
9 9
10 func TestSortedFuzzReports(t *testing.T) { 10 func TestSortedFuzzReports(t *testing.T) {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 FunctionFuzzReport{ 168 FunctionFuzzReport{
169 FunctionName: "beta", Count: 2, LineNumbers: []L ineFuzzReport{ 169 FunctionName: "beta", Count: 2, LineNumbers: []L ineFuzzReport{
170 LineFuzzReport{ 170 LineFuzzReport{
171 LineNumber: 16, Count: 2, Detail s: nil, 171 LineNumber: 16, Count: 2, Detail s: nil,
172 }, 172 },
173 }, 173 },
174 }, 174 },
175 }, 175 },
176 }, 176 },
177 } 177 }
OLDNEW
« no previous file with comments | « fuzzer/go/data/report_mock.go ('k') | fuzzer/go/data/result.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698