Commit 1f2905fd authored by pkotwicz@chromium.org's avatar pkotwicz@chromium.org

Reenables previously failing tests in SkiaUtilsMacTest.*

BUG=None
TEST=unit tests pass

Review URL: https://chromiumcodereview.appspot.com/10828036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148678 0039d316-1c4b-4281-b951-d872f2087c98
parent 758a8877
......@@ -175,7 +175,7 @@ void SkiaUtilsMacTest::ShapeHelper(int width, int height,
TestImageRep([[image representations] lastObject], isred);
}
TEST_F(SkiaUtilsMacTest, FAILS_BitmapToNSImage_RedSquare64x64) {
TEST_F(SkiaUtilsMacTest, BitmapToNSImage_RedSquare64x64) {
ShapeHelper(64, 64, true, true);
}
......@@ -183,11 +183,11 @@ TEST_F(SkiaUtilsMacTest, BitmapToNSImage_BlueRectangle199x19) {
ShapeHelper(199, 19, false, true);
}
TEST_F(SkiaUtilsMacTest, FAILS_BitmapToNSImage_BlueRectangle444) {
TEST_F(SkiaUtilsMacTest, BitmapToNSImage_BlueRectangle444) {
ShapeHelper(200, 200, false, false);
}
TEST_F(SkiaUtilsMacTest, FAILS_BitmapToNSBitmapImageRep_BlueRectangle20x30) {
TEST_F(SkiaUtilsMacTest, BitmapToNSBitmapImageRep_BlueRectangle20x30) {
int width = 20;
int height = 30;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment