Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Unified Diff: tests/ImageGeneratorTest.cpp

Issue 1344693002: Suppress test_imagegenerator_factory (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ImageGeneratorTest.cpp
diff --git a/tests/ImageGeneratorTest.cpp b/tests/ImageGeneratorTest.cpp
index d6f546acb18ffa6a3881736375680277d7f711f0..7288ecf0a93416375bdbdf640af26f4be958f3d0 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);
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698