aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecTest.cpp')
-rw-r--r--tests/CodecTest.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp
index a6058a9c35..4d18c61860 100644
--- a/tests/CodecTest.cpp
+++ b/tests/CodecTest.cpp
@@ -1362,10 +1362,3 @@ DEF_TEST(Codec_rowsDecoded, r) {
REPORTER_ASSERT(r, result == SkCodec::kIncompleteInput);
REPORTER_ASSERT(r, rowsDecoded == 0);
}
-
-DEF_TEST(Codec_IcoIntOverflow, r) {
- // ASAN will complain if there is an issue.
- SkBitmap bitmap;
- const bool success = GetResourceAsBitmap("invalid_images/int_overflow.ico", &bitmap);
- REPORTER_ASSERT(r, !success);
-}