< prev index next >

test/jdk/sun/java2d/SunGraphics2D/DrawImageBilinear.java

Print this page
rev 59106 : imported patch client

@@ -166,11 +166,11 @@
             }
         }
 
         String arch = System.getProperty("os.arch");
         boolean isOglEnabled = Boolean.getBoolean("sun.java2d.opengl");
-        skipOglTextureTest = isOglEnabled && ("sparc".equals(arch));
+        skipOglTextureTest = false;
         System.out.println("Skip OpenGL texture test: " + skipOglTextureTest);
 
         DrawImageBilinear test = new DrawImageBilinear();
         Frame frame = new Frame();
         frame.add(test);
< prev index next >