aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-29 13:41:47 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-29 13:41:47 +0000
commit2278a7809e340ee299b8666aa0cd86f4144b1017 (patch)
tree112606841f041974f2da47ec831cbc0218d77221 /tests
parent37100ec0a5d7899fa2a96092410e41200d6dd796 (diff)
intentional error to exercise buildbot emails
git-svn-id: http://skia.googlecode.com/svn/trunk@1748 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/skia_test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index f931d6204e..1ddb93a203 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -11,6 +11,13 @@ public:
Iter(Reporter* r) : fReporter(r) {
r->ref();
fReg = TestRegistry::Head();
+#ifdef SK_DEBUG
+#ifdef SK_SCALAR_IS_FIXED
+#ifndef SK_BUILD_FOR_MAC
+intentional_error_added_by_epoger
+#endif
+#endif
+#endif
}
~Iter() {