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

Unified Diff: fuzzer/go/frontend/data/report_test.go

Issue 1676593002: Remove old count and overview fuzzer elements (Closed) Base URL: https://skia.googlesource.com/buildbot@filter-ui
Patch Set: merged in above 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/data/report.go ('k') | fuzzer/go/fuzzer-fe/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/frontend/data/report_test.go
diff --git a/fuzzer/go/frontend/data/report_test.go b/fuzzer/go/frontend/data/report_test.go
index 4cbca3cd83dd859251b2c39f01424bf5bc11a2cd..c0f2f4f489f06752d4636c0770b205af65a1174a 100644
--- a/fuzzer/go/frontend/data/report_test.go
+++ b/fuzzer/go/frontend/data/report_test.go
@@ -58,20 +58,6 @@ func loadReports() *treeReportBuilder {
return builder
}
-func TestSummary(t *testing.T) {
- builder := loadReports()
-
- summary := builder.getSummarySortedByTotal("skpicture")
- if !reflect.DeepEqual(expectedPictureSummary, summary) {
- t.Errorf("Summary Report Expected: %#v\n, but was: %#v", expectedPictureSummary, summary)
- }
-
- summary = builder.getSummarySortedByTotal("api")
- if !reflect.DeepEqual(expectedAPISummary, summary) {
- t.Errorf("Summary Report Expected: %#v\n, but was: %#v", expectedAPISummary, summary)
- }
-}
-
func makeStacktrace(file, function string, line int) StackTrace {
return StackTrace{
Frames: []StackTraceFrame{
« no previous file with comments | « fuzzer/go/frontend/data/report.go ('k') | fuzzer/go/fuzzer-fe/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698