--- old/test/javax/imageio/plugins/shared/BitDepth.java 2016-01-12 17:39:41.881633695 +0300 +++ new/test/javax/imageio/plugins/shared/BitDepth.java 2016-01-12 17:39:41.665633705 +0300 @@ -116,7 +116,7 @@ private int width = 80; private int height = 80; - private String[] format = { "png", "jpeg" }; + private String[] format = { "png", "jpeg", "tif" }; public BitDepth(String[] args) throws IOException { if (args.length > 0) {