/hg/gfx-test: Added stubs for six new tests: src/org/gfxtest/tes...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Dec 7 03:07:16 PST 2012


changeset e0d051839cb1 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=e0d051839cb1
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Fri Dec 07 12:10:17 2012 +0100

	Added stubs for six new tests: src/org/gfxtest/testsuites/BitBltAffineTransformOp.java, src/org/gfxtest/testsuites/BitBltColorConvertOp.java, src/org/gfxtest/testsuites/BitBltConvolveOp.java, src/org/gfxtest/testsuites/BitBltCustomOp.java, src/org/gfxtest/testsuites/BitBltLookupOp.java, src/org/gfxtest/testsuites/BitBltRescaleOp.java.
	Added new class to compile and new test to run into Makefile.


diffstat:

 ChangeLog                                               |  12 +++
 Makefile                                                |  12 +++
 src/org/gfxtest/testsuites/BitBltAffineTransformOp.java |  58 +++++++++++++++++
 src/org/gfxtest/testsuites/BitBltColorConvertOp.java    |  58 +++++++++++++++++
 src/org/gfxtest/testsuites/BitBltConvolveOp.java        |  58 +++++++++++++++++
 src/org/gfxtest/testsuites/BitBltCustomOp.java          |  58 +++++++++++++++++
 src/org/gfxtest/testsuites/BitBltLookupOp.java          |  58 +++++++++++++++++
 src/org/gfxtest/testsuites/BitBltRescaleOp.java         |  58 +++++++++++++++++
 8 files changed, 372 insertions(+), 0 deletions(-)

diffs (420 lines):

diff -r 33be8ac9a2d3 -r e0d051839cb1 ChangeLog
--- a/ChangeLog	Thu Dec 06 10:58:47 2012 +0100
+++ b/ChangeLog	Fri Dec 07 12:10:17 2012 +0100
@@ -1,3 +1,15 @@
+2012-12-07  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltAffineTransformOp.java:
+	* src/org/gfxtest/testsuites/BitBltColorConvertOp.java:
+	* src/org/gfxtest/testsuites/BitBltConvolveOp.java:
+	* src/org/gfxtest/testsuites/BitBltCustomOp.java:
+	* src/org/gfxtest/testsuites/BitBltLookupOp.java:
+	* src/org/gfxtest/testsuites/BitBltRescaleOp.java:
+	Added stubs for six new tests.
+	* Makefile:
+	Added new class to compile and new test to run.
+
 2012-12-06  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java:
diff -r 33be8ac9a2d3 -r e0d051839cb1 Makefile
--- a/Makefile	Thu Dec 06 10:58:47 2012 +0100
+++ b/Makefile	Fri Dec 07 12:10:17 2012 +0100
@@ -147,6 +147,12 @@
 	$(CLASSES)/$(TESTSUITE_DIR)/BitBltScaleImage.class \
 	$(CLASSES)/$(TESTSUITE_DIR)/BitBltUsingBgColor.class \
 	$(CLASSES)/$(TESTSUITE_DIR)/BitBltUsingBgColorAlpha.class \
+	$(CLASSES)/$(TESTSUITE_DIR)/BitBltAffineTransformOp.class \
+	$(CLASSES)/$(TESTSUITE_DIR)/BitBltColorConvertOp.class \
+	$(CLASSES)/$(TESTSUITE_DIR)/BitBltConvolveOp.class \
+	$(CLASSES)/$(TESTSUITE_DIR)/BitBltCustomOp.class \
+	$(CLASSES)/$(TESTSUITE_DIR)/BitBltLookupOp.class \
+	$(CLASSES)/$(TESTSUITE_DIR)/BitBltRescaleOp.class \
 	$(CLASSES)/$(TESTSUITE_DIR)/ColorPaint.class \
 	$(CLASSES)/$(TESTSUITE_DIR)/NormalArcs.class \
 	$(CLASSES)/$(TESTSUITE_DIR)/NormalLines.class \
@@ -247,6 +253,12 @@
 	$(RESULTS)/BitBltScaleImage \
 	$(RESULTS)/BitBltUsingBgColor \
 	$(RESULTS)/BitBltUsingBgColorAlpha \
+	$(RESULTS)/BitBltAffineTransformOp \
+	$(RESULTS)/BitBltColorConvertOp \
+	$(RESULTS)/BitBltConvolveOp \
+	$(RESULTS)/BitBltCustomOp \
+	$(RESULTS)/BitBltLookupOp \
+	$(RESULTS)/BitBltRescaleOp \
 	$(RESULTS)/ColorPaint \
 	$(RESULTS)/NormalArcs \
 	$(RESULTS)/NormalLines \
diff -r 33be8ac9a2d3 -r e0d051839cb1 src/org/gfxtest/testsuites/BitBltAffineTransformOp.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/gfxtest/testsuites/BitBltAffineTransformOp.java	Fri Dec 07 12:10:17 2012 +0100
@@ -0,0 +1,58 @@
+/*
+  Java gfx-test framework
+
+   Copyright (C) 2012  Red Hat
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+*/
+
+package org.gfxtest.testsuites;
+
+import org.gfxtest.framework.GfxTest;
+
+public class BitBltAffineTransformOp extends GfxTest
+{
+    
+    /**
+     * Entry point to the test suite.
+     *
+     * @param args not used in this case
+     */
+    public static void main(String[] args)
+    {
+        new BitBltAffineTransformOp().runTestSuite(args);
+    }
+
+}
diff -r 33be8ac9a2d3 -r e0d051839cb1 src/org/gfxtest/testsuites/BitBltColorConvertOp.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/gfxtest/testsuites/BitBltColorConvertOp.java	Fri Dec 07 12:10:17 2012 +0100
@@ -0,0 +1,58 @@
+/*
+  Java gfx-test framework
+
+   Copyright (C) 2012  Red Hat
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+*/
+
+package org.gfxtest.testsuites;
+
+import org.gfxtest.framework.GfxTest;
+
+public class BitBltColorConvertOp extends GfxTest
+{
+    
+    /**
+     * Entry point to the test suite.
+     *
+     * @param args not used in this case
+     */
+    public static void main(String[] args)
+    {
+        new BitBltColorConvertOp().runTestSuite(args);
+    }
+
+}
diff -r 33be8ac9a2d3 -r e0d051839cb1 src/org/gfxtest/testsuites/BitBltConvolveOp.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/gfxtest/testsuites/BitBltConvolveOp.java	Fri Dec 07 12:10:17 2012 +0100
@@ -0,0 +1,58 @@
+/*
+  Java gfx-test framework
+
+   Copyright (C) 2012  Red Hat
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+*/
+
+package org.gfxtest.testsuites;
+
+import org.gfxtest.framework.GfxTest;
+
+public class BitBltConvolveOp extends GfxTest
+{
+    
+    /**
+     * Entry point to the test suite.
+     *
+     * @param args not used in this case
+     */
+    public static void main(String[] args)
+    {
+        new BitBltConvolveOp().runTestSuite(args);
+    }
+
+}
diff -r 33be8ac9a2d3 -r e0d051839cb1 src/org/gfxtest/testsuites/BitBltCustomOp.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/gfxtest/testsuites/BitBltCustomOp.java	Fri Dec 07 12:10:17 2012 +0100
@@ -0,0 +1,58 @@
+/*
+  Java gfx-test framework
+
+   Copyright (C) 2012  Red Hat
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+*/
+
+package org.gfxtest.testsuites;
+
+import org.gfxtest.framework.GfxTest;
+
+public class BitBltCustomOp extends GfxTest
+{
+    
+    /**
+     * Entry point to the test suite.
+     *
+     * @param args not used in this case
+     */
+    public static void main(String[] args)
+    {
+        new BitBltCustomOp().runTestSuite(args);
+    }
+
+}
diff -r 33be8ac9a2d3 -r e0d051839cb1 src/org/gfxtest/testsuites/BitBltLookupOp.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/gfxtest/testsuites/BitBltLookupOp.java	Fri Dec 07 12:10:17 2012 +0100
@@ -0,0 +1,58 @@
+/*
+  Java gfx-test framework
+
+   Copyright (C) 2012  Red Hat
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+*/
+
+package org.gfxtest.testsuites;
+
+import org.gfxtest.framework.GfxTest;
+
+public class BitBltLookupOp extends GfxTest
+{
+    
+    /**
+     * Entry point to the test suite.
+     *
+     * @param args not used in this case
+     */
+    public static void main(String[] args)
+    {
+        new BitBltLookupOp().runTestSuite(args);
+    }
+
+}
diff -r 33be8ac9a2d3 -r e0d051839cb1 src/org/gfxtest/testsuites/BitBltRescaleOp.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/gfxtest/testsuites/BitBltRescaleOp.java	Fri Dec 07 12:10:17 2012 +0100
@@ -0,0 +1,58 @@
+/*
+  Java gfx-test framework
+
+   Copyright (C) 2012  Red Hat
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+*/
+
+package org.gfxtest.testsuites;
+
+import org.gfxtest.framework.GfxTest;
+
+public class BitBltRescaleOp extends GfxTest
+{
+    
+    /**
+     * Entry point to the test suite.
+     *
+     * @param args not used in this case
+     */
+    public static void main(String[] args)
+    {
+        new BitBltRescaleOp().runTestSuite(args);
+    }
+
+}



More information about the distro-pkg-dev mailing list