Commit d8d1b11d authored by Peter E Conn's avatar Peter E Conn Committed by Commit Bot

👮 Disable failing Clipboard tests.

TBR=dcheng@chromium.org,huangdarwin@chromium.org

Bug: 1056650
Change-Id: I45ac5d5ac747128f48e6fab502d180479de8822f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080256Reviewed-by: default avatarPeter Conn <peconn@chromium.org>
Commit-Queue: Peter Conn <peconn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745411}
parent aa27e241
......@@ -466,7 +466,7 @@ TYPED_TEST(ClipboardTest, Bitmap_RGBA_Opaque) {
SkImageInfo::Make(1, 1, kRGBA_8888_SkColorType, kOpaque_SkAlphaType),
&kRGBAOpaque, &kN32Opaque);
}
TYPED_TEST(ClipboardTest, Bitmap_BGRA_Premul) {
TYPED_TEST(ClipboardTest, DISABLED_Bitmap_BGRA_Premul) {
TestBitmapWrite(
&this->clipboard(),
SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kPremul_SkAlphaType),
......@@ -478,7 +478,7 @@ TYPED_TEST(ClipboardTest, Bitmap_BGRA_Unpremul) {
SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kUnpremul_SkAlphaType),
&kBGRAUnpremul, &kN32);
}
TYPED_TEST(ClipboardTest, Bitmap_BGRA_Opaque) {
TYPED_TEST(ClipboardTest, DISABLED_Bitmap_BGRA_Opaque) {
TestBitmapWrite(
&this->clipboard(),
SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kOpaque_SkAlphaType),
......
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