Disable failing test on android.
Review URL: https://codereview.appspot.com/6899059 git-svn-id: http://skia.googlecode.com/svn/trunk@6738 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
84239fb28d
commit
7f805fff69
@ -118,6 +118,9 @@ static void TestIndividualCopy(skiatest::Reporter* reporter, const SkBitmap::Con
|
||||
// Stripped down version of TestBitmapCopy that checks basic fields (width, height, config, genID)
|
||||
// to ensure that they were copied properly.
|
||||
static void TestGpuBitmapCopy(skiatest::Reporter* reporter, GrContext* grContext) {
|
||||
#ifdef SK_BUILD_FOR_ANDROID // https://code.google.com/p/skia/issues/detail?id=753
|
||||
return;
|
||||
#endif
|
||||
if (NULL == grContext) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user