aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageGeneratorTest.cpp
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2015-09-14 14:51:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-14 14:51:04 -0700
commit5dd918bb6f56dd0a4e400b5107fcfff1e4dcc3c1 (patch)
treec7e833afa0d7f9f2c94d7d74fe07d0d74ae77bba /tests/ImageGeneratorTest.cpp
parent2bcab827872420762061f31200bedbd14e00b2c7 (diff)
Suppress test_imagegenerator_factory
Temporarily disable the test while we figure what (if anything) to do about the SkImageGenerator gFactory race. BUG=skia:4339 TBR=reed@google.com,mtklein@google.com Review URL: https://codereview.chromium.org/1344693002
Diffstat (limited to 'tests/ImageGeneratorTest.cpp')
-rw-r--r--tests/ImageGeneratorTest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ImageGeneratorTest.cpp b/tests/ImageGeneratorTest.cpp
index d6f546acb1..7288ecf0a9 100644
--- a/tests/ImageGeneratorTest.cpp
+++ b/tests/ImageGeneratorTest.cpp
@@ -68,5 +68,8 @@ DEF_TEST(ImageGenerator, reporter) {
ig.getYUV8Planes(sizes, planes, rowBytes, &colorSpace);
- test_imagegenerator_factory(reporter);
+ // Suppressed due to https://code.google.com/p/skia/issues/detail?id=4339
+ if (false) {
+ test_imagegenerator_factory(reporter);
+ }
}