aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-01-03 23:53:37 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-04 05:17:30 +0000
commitf4f3f0fb29d493108cbf0f3d1d648ea8bf7e2011 (patch)
treed041f7c9da13f70f2a5f6a41c3957b161ff17b0e /tests
parent67cd9b273f8f872e083ff897a07d3724ef4c1840 (diff)
Disable SkSG unit test for G3
Speculative fix for G3 rolls. TBR= Change-Id: I937d3b432cdf0c0d654f0976fd683acba39470ef Reviewed-on: https://skia-review.googlesource.com/90405 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/SGTest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/SGTest.cpp b/tests/SGTest.cpp
index 25b69437b9..c4b95a7717 100644
--- a/tests/SGTest.cpp
+++ b/tests/SGTest.cpp
@@ -6,6 +6,9 @@
*/
#include "SkRect.h"
+
+#if !defined(SK_BUILD_FOR_GOOGLE3)
+
#include "SkSGColor.h"
#include "SkSGDraw.h"
#include "SkSGGroup.h"
@@ -117,3 +120,5 @@ DEF_TEST(SGInvalidation, reporter) {
&damage);
}
}
+
+#endif // !defined(SK_BUILD_FOR_GOOGLE3)