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

Issue 1673663002: flags and hacks to get MSAN bot going (Closed)

Created:
4 years, 10 months ago by mtklein_C
Modified:
4 years, 10 months ago
Reviewers:
msarett, mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

flags and hacks to get MSAN bot going This disables a few tests in DM: - one BlurLargeImage GM maybe is really broken - FontMgrAndroidParser uses libexpat, which I've not (yet?) built from source, so MSAN can't see into it. This extends some of the MSAN stifling we added around SkImageDecoder_libjpeg to SkCodec, and skips .wbmps, .pngs, and .bmps. We're only seeing issues in colortables for .png and .bmp. I think I can probably back out disabling Codec and the RAW image decodes... they should all be covered by the libjpeg stifles. BUG=skia:4550, skia:4900 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1673663002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot,Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN-Trybot TBR=msarett@google.com Committed: https://skia.googlesource.com/skia/+/e721a8e883231af1878772ecd23be325113fcc48

Patch Set 1 #

Patch Set 2 : fix blacklists #

Patch Set 3 : lie more about libjpeg #

Patch Set 4 : moar #

Patch Set 5 : subsets #

Patch Set 6 : static not legal there #

Patch Set 7 : stifle wbmp #

Patch Set 8 : bigger hammer #

Patch Set 9 : missed #

Patch Set 10 : track origins #

Patch Set 11 : skip png #

Patch Set 12 : skip bmp #

Total comments: 2

Patch Set 13 : relax assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -10 lines) Patch
M gyp/common_conditions.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M src/codec/SkJpegCodec.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -4 lines 0 comments Download
M src/images/SkImageDecoder_libjpeg.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/opts/SkXfermode_opts.h View 1 2 3 4 5 4 chunks +14 lines, -0 lines 0 comments Download
M tools/dm_flags.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +322 lines, -0 lines 0 comments Download
M tools/dm_flags.py View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +21 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (19 generated)
mtklein_C
Not ready to land yet.
4 years, 10 months ago (2016-02-05 20:09:53 UTC) #9
mtklein_C
I think this run will be green.
4 years, 10 months ago (2016-02-05 20:59:09 UTC) #12
mtklein
https://codereview.chromium.org/1673663002/diff/220001/src/codec/SkJpegCodec.cpp File src/codec/SkJpegCodec.cpp (right): https://codereview.chromium.org/1673663002/diff/220001/src/codec/SkJpegCodec.cpp#newcode417 src/codec/SkJpegCodec.cpp:417: SkASSERT(dstRowBytes >= srcRowBytes); This assert is failing for me ...
4 years, 10 months ago (2016-02-05 21:49:56 UTC) #17
msarett
https://codereview.chromium.org/1673663002/diff/220001/src/codec/SkJpegCodec.cpp File src/codec/SkJpegCodec.cpp (right): https://codereview.chromium.org/1673663002/diff/220001/src/codec/SkJpegCodec.cpp#newcode417 src/codec/SkJpegCodec.cpp:417: SkASSERT(dstRowBytes >= srcRowBytes); On 2016/02/05 21:49:56, mtklein wrote: > ...
4 years, 10 months ago (2016-02-05 23:41:55 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673663002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673663002/240001
4 years, 10 months ago (2016-02-07 00:10:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673663002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673663002/240001
4 years, 10 months ago (2016-02-07 00:55:44 UTC) #24
commit-bot: I haz the power
4 years, 10 months ago (2016-02-07 03:12:27 UTC) #26
Message was sent while issue was closed.
Committed patchset #13 (id:240001) as
https://skia.googlesource.com/skia/+/e721a8e883231af1878772ecd23be325113fcc48

Powered by Google App Engine
This is Rietveld 408576698