From 38c3a30a97f807c8516aa41be29884b7a601aa4a Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Fri, 6 Apr 2012 18:25:24 +0000 Subject: Fixed issue with Fixed Point scalars in ReadWriteAlphaTest.cpp git-svn-id: http://skia.googlecode.com/svn/trunk@3623 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ReadWriteAlphaTest.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp index 2d6da96d79..4b3f671bcd 100644 --- a/tests/ReadWriteAlphaTest.cpp +++ b/tests/ReadWriteAlphaTest.cpp @@ -14,6 +14,11 @@ static const int Y_SIZE = 12; void ReadWriteAlphaTest(skiatest::Reporter* reporter, GrContext* context) { +#if SK_SCALAR_IS_FIXED + // GPU device known not to work in the fixed pt build. + return; +#endif + unsigned char textureData[X_SIZE][Y_SIZE]; memset(textureData, 0, X_SIZE * Y_SIZE); -- cgit v1.2.3