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

Unified Diff: skia/ext/vector_canvas_unittest.cc

Issue 2819011: TTF: Reenable some disabled tests. (Closed)
Patch Set: Created 10 years, 6 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
« sandbox/src/dep_test.cc ('K') | « sandbox/src/dep_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/vector_canvas_unittest.cc
diff --git a/skia/ext/vector_canvas_unittest.cc b/skia/ext/vector_canvas_unittest.cc
index 92b70a7502233eda3ce0a10c8aa65d840a7fa396..0cb556dac08b613e802b772d7b281b53b8c62d3e 100644
--- a/skia/ext/vector_canvas_unittest.cc
+++ b/skia/ext/vector_canvas_unittest.cc
@@ -924,7 +924,7 @@ TEST_F(VectorCanvasTest, ClippingClean) {
}
}
-TEST_F(VectorCanvasTest, DISABLED_Matrix) {
+TEST_F(VectorCanvasTest, FAILS_Matrix) {
James Hawkins 2010/06/18 00:32:38 Should open a bug?
SkBitmap bitmap;
LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
true);
« sandbox/src/dep_test.cc ('K') | « sandbox/src/dep_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698