Backed out changeset 3449736e0af5 (bug 1655846) for GTest failures on Android

This commit is contained in:
Coroiu Cristina 2020-08-05 11:49:52 +03:00
parent ec72c8ed36
commit 73f9f4b51e
4 changed files with 0 additions and 10 deletions

View File

@ -523,11 +523,6 @@ ImageTestCase CorruptICOWithBadBppTestCase() {
IntSize(100, 100), TEST_CASE_IS_TRANSPARENT);
}
ImageTestCase CorruptAVIFTestCase() {
return ImageTestCase("bug-1655846.avif", "image/avif", IntSize(100, 100),
TEST_CASE_HAS_ERROR);
}
ImageTestCase TransparentPNGTestCase() {
return ImageTestCase("transparent.png", "image/png", IntSize(32, 32),
TEST_CASE_IS_TRANSPARENT);

View File

@ -799,10 +799,6 @@ TEST_F(ImageDecoders, CorruptICOWithBadBppSingleChunk) {
CheckDecoderSingleChunk(CorruptICOWithBadBppTestCase());
}
TEST_F(ImageDecoders, CorruptAVIFSingleChunk) {
CheckDecoderSingleChunk(CorruptAVIFTestCase());
}
TEST_F(ImageDecoders, AnimatedGIFWithFRAME_FIRST) {
CheckDecoderFrameFirst(GreenFirstFrameAnimatedGIFTestCase());
}

Binary file not shown.

View File

@ -49,7 +49,6 @@ TEST_HARNESS_FILES.gtest += [
'blend.gif',
'blend.png',
'blend.webp',
'bug-1655846.avif',
'corrupt-with-bad-bmp-height.ico',
'corrupt-with-bad-bmp-width.ico',
'corrupt-with-bad-ico-bpp.ico',