зеркало из https://github.com/mozilla/moz-skia.git
Disable WritePixelsTest on Android
This fails on Xoom. Re-enable when #634 is fixed. Review URL: https://codereview.appspot.com/6354099 git-svn-id: http://skia.googlecode.com/svn/trunk@4584 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
9764cc6c10
Коммит
0cb1e2bcae
|
@ -415,6 +415,7 @@ void WritePixelsTest(skiatest::Reporter* reporter, GrContext* context) {
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef SK_BUILD_FOR_ANDROID
|
||||
#include "TestClassDef.h"
|
||||
DEFINE_GPUTESTCLASS("WritePixels", WritePixelsTestClass, WritePixelsTest)
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче