disable imagefilterscropexpand GM test on Android
BUG=skia:2313 NOTREECHECKS=True NOTRY=True R=borenet@google.com, senorblanco@google.com, senorblanco@chromium.org Author: epoger@google.com Review URL: https://codereview.chromium.org/208813004 git-svn-id: http://skia.googlecode.com/svn/trunk@13903 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
29d3777a82
commit
7209f939c3
@ -185,4 +185,14 @@
|
||||
'../src/utils/debugger/SkObjectParser.cpp',
|
||||
|
||||
],
|
||||
# TODO(epoger): Disabling while we investigate http://skbug.com/2313
|
||||
# epoger will re-enable by 10 April 2014
|
||||
'conditions': [
|
||||
[ 'skia_os == "android"', {
|
||||
'sources!': [
|
||||
'../gm/imagefilterscropexpand.cpp',
|
||||
],
|
||||
}],
|
||||
# base class for GMs
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user