From 6008e60a5439c58700a79be6cd61fe52a2708678 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Wed, 16 Jan 2013 03:34:15 +0000 Subject: [PATCH] quick fix for GM self-test failures after r7206 BUG=http://code.google.com/p/skia/issues/detail?id=1068 Review URL: https://codereview.appspot.com/7131043 git-svn-id: http://skia.googlecode.com/svn/trunk@7213 2bbb7eff-a529-9590-31e7-b0007b416f81 --- .../output-expected/stdout | 6 ++++++ .../compared-against-empty-dir/output-expected/stdout | 6 ++++++ .../compared-against-identical-bytes/output-expected/stdout | 6 ++++++ .../output-expected/stdout | 6 ++++++ gm/tests/outputs/no-readpath/output-expected/stdout | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout b/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout index e4dbd8cb4d..dd4d6395a0 100644 --- a/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout +++ b/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout @@ -4,3 +4,9 @@ writing to gm/tests/outputs/compared-against-different-pixels/output-actual/imag drawing... dashing2 [640 480] Ran 1 tests: 0 passed, 1 failed, 0 missing reference images 8888/dashing2 pixel_error + Leaked SkRefCnt: 190 + Leaked SkFlattenable: 1 + Leaked SkData: 1 + Leaked SkPathRef: 1 + Leaked SkWeakRefCnt: 188 + Leaked SkTypeface: 188 diff --git a/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout b/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout index 86216686aa..7f50a62182 100644 --- a/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout +++ b/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout @@ -4,3 +4,9 @@ writing to gm/tests/outputs/compared-against-empty-dir/output-actual/images drawing... dashing2 [640 480] FAILED to read gm/tests/inputs/empty-dir/8888/dashing2.png Ran 1 tests: 0 passed, 0 failed, 1 missing reference images + Leaked SkRefCnt: 190 + Leaked SkFlattenable: 1 + Leaked SkData: 1 + Leaked SkPathRef: 1 + Leaked SkWeakRefCnt: 188 + Leaked SkTypeface: 188 diff --git a/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout b/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout index 8e67783ef7..e6befbaee2 100644 --- a/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout +++ b/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout @@ -3,3 +3,9 @@ reading from gm/tests/inputs/identical-bytes writing to gm/tests/outputs/compared-against-identical-bytes/output-actual/images drawing... dashing2 [640 480] Ran 1 tests: 1 passed, 0 failed, 0 missing reference images + Leaked SkRefCnt: 190 + Leaked SkFlattenable: 1 + Leaked SkData: 1 + Leaked SkPathRef: 1 + Leaked SkWeakRefCnt: 188 + Leaked SkTypeface: 188 diff --git a/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout b/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout index 8829ef564f..aba79a8275 100644 --- a/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout +++ b/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout @@ -3,3 +3,9 @@ reading from gm/tests/inputs/identical-pixels writing to gm/tests/outputs/compared-against-identical-pixels/output-actual/images drawing... dashing2 [640 480] Ran 1 tests: 1 passed, 0 failed, 0 missing reference images + Leaked SkRefCnt: 190 + Leaked SkFlattenable: 1 + Leaked SkData: 1 + Leaked SkPathRef: 1 + Leaked SkWeakRefCnt: 188 + Leaked SkTypeface: 188 diff --git a/gm/tests/outputs/no-readpath/output-expected/stdout b/gm/tests/outputs/no-readpath/output-expected/stdout index 61b3131c6c..df6fc538ac 100644 --- a/gm/tests/outputs/no-readpath/output-expected/stdout +++ b/gm/tests/outputs/no-readpath/output-expected/stdout @@ -2,3 +2,9 @@ Non-default runtime configuration options: writing to gm/tests/outputs/no-readpath/output-actual/images drawing... dashing2 [640 480] Ran 1 tests: 0 passed, 0 failed, 1 missing reference images + Leaked SkRefCnt: 190 + Leaked SkFlattenable: 1 + Leaked SkData: 1 + Leaked SkPathRef: 1 + Leaked SkWeakRefCnt: 188 + Leaked SkTypeface: 188 -- 2.34.1