/hg/gfx-test: Eight new tests added into the test suite BitBltUs...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Thu Feb 21 00:44:44 PST 2013
changeset b3477d232d48 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=b3477d232d48
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Thu Feb 21 09:47:49 2013 +0100
Eight new tests added into the test suite BitBltUsingBgColor.
diffstat:
ChangeLog | 5 +
src/org/gfxtest/testsuites/BitBltUsingBgColor.java | 272 +++++++++++++++-----
2 files changed, 201 insertions(+), 76 deletions(-)
diffs (truncated from 826 to 500 lines):
diff -r d21641709049 -r b3477d232d48 ChangeLog
--- a/ChangeLog Wed Feb 20 09:48:18 2013 +0100
+++ b/ChangeLog Thu Feb 21 09:47:49 2013 +0100
@@ -1,3 +1,8 @@
+2013-02-21 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * src/org/gfxtest/testsuites/BitBltUsingBgColor.java:
+ Eight new tests added into the test suite BitBltUsingBgColor.
+
2013-02-20 Pavel Tisnovsky <ptisnovs at redhat.com>
* src/org/gfxtest/testsuites/BitBltBasicTests.java:
diff -r d21641709049 -r b3477d232d48 src/org/gfxtest/testsuites/BitBltUsingBgColor.java
--- a/src/org/gfxtest/testsuites/BitBltUsingBgColor.java Wed Feb 20 09:48:18 2013 +0100
+++ b/src/org/gfxtest/testsuites/BitBltUsingBgColor.java Thu Feb 21 09:47:49 2013 +0100
@@ -85,7 +85,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_BGR
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -102,7 +102,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -119,7 +119,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -136,7 +136,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_INT_ARGB
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -153,7 +153,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_INT_ARGB_PRE
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -170,7 +170,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_INT_BGR
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -187,7 +187,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_INT_RGB
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -204,7 +204,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_BINARY
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -221,7 +221,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_GRAY
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -238,7 +238,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_555_RGB
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -255,7 +255,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_565_RGB
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -272,7 +272,7 @@
* Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_GRAY
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @param backgroundColor
@@ -290,7 +290,7 @@
* Background color is set to Color.black.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -305,7 +305,7 @@
* Background color is set to Color.blue.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -320,7 +320,7 @@
* Background color is set to Color.green.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -335,7 +335,7 @@
* Background color is set to Color.cyan.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -350,7 +350,7 @@
* Background color is set to Color.red.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -365,7 +365,7 @@
* Background color is set to Color.magenta.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -380,7 +380,7 @@
* Background color is set to Color.yellow.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -395,7 +395,7 @@
* Background color is set to Color.white.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -410,7 +410,7 @@
* Background color is set to Color.black.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -425,7 +425,7 @@
* Background color is set to Color.blue.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -440,7 +440,7 @@
* Background color is set to Color.green.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -455,7 +455,7 @@
* Background color is set to Color.cyan.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -470,7 +470,7 @@
* Background color is set to Color.red.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -485,7 +485,7 @@
* Background color is set to Color.magenta.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -500,7 +500,7 @@
* Background color is set to Color.yellow.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -515,7 +515,7 @@
* Background color is set to Color.white.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -530,7 +530,7 @@
* Background color is set to Color.black.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -545,7 +545,7 @@
* Background color is set to Color.blue.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -560,7 +560,7 @@
* Background color is set to Color.green.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -575,7 +575,7 @@
* Background color is set to Color.cyan.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -590,7 +590,7 @@
* Background color is set to Color.red.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -605,7 +605,7 @@
* Background color is set to Color.magenta.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -620,7 +620,7 @@
* Background color is set to Color.yellow.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -635,7 +635,7 @@
* Background color is set to Color.white.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -650,7 +650,7 @@
* Background color is set to Color.black.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -665,7 +665,7 @@
* Background color is set to Color.blue.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -680,7 +680,7 @@
* Background color is set to Color.green.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -695,7 +695,7 @@
* Background color is set to Color.cyan.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -710,7 +710,7 @@
* Background color is set to Color.red.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -725,7 +725,7 @@
* Background color is set to Color.magenta.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -740,7 +740,7 @@
* Background color is set to Color.yellow.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -755,7 +755,7 @@
* Background color is set to Color.white.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -770,7 +770,7 @@
* Background color is set to Color.black.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -785,7 +785,7 @@
* Background color is set to Color.blue.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -800,7 +800,7 @@
* Background color is set to Color.green.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -815,7 +815,7 @@
* Background color is set to Color.cyan.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -830,7 +830,7 @@
* Background color is set to Color.red.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -845,7 +845,7 @@
* Background color is set to Color.magenta.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -860,7 +860,7 @@
* Background color is set to Color.yellow.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -875,7 +875,7 @@
* Background color is set to Color.white.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -890,7 +890,7 @@
* Background color is set to Color.black.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
* @return test result status - PASSED, FAILED or ERROR
@@ -905,7 +905,7 @@
* Background color is set to Color.blue.
*
* @param image
- * image to used as a destination for BitBlt-type operations
+ * image used as a destination for BitBlt-type operations
* @param graphics2d
* graphics canvas
More information about the distro-pkg-dev
mailing list