changeset in /hg/icedtea6: 2009-03-31 Omair Majid <omajid at redh...
Omair Majid
omajid at redhat.com
Tue Mar 31 14:30:59 PDT 2009
changeset 6a51f2c4db71 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6a51f2c4db71
description:
2009-03-31 Omair Majid <omajid at redhat.com>
* test/jtreg/excludelist.jdk.jtx: Revert previous change.
* patches/icedtea-jtreg-printjob-edgetest-manual.patch: New patch. Mark
test as manual.
* Makefile.am (ICEDTEA_PATCHES): Apply the above.
* HACKING: Document the above.
diffstat:
5 files changed, 20 insertions(+), 3 deletions(-)
ChangeLog | 8 ++++++++
HACKING | 1 +
Makefile.am | 1 +
patches/icedtea-jtreg-printjob-edgetest-manual.patch | 10 ++++++++++
test/jtreg/excludelist.jdk.jtx | 3 ---
diffs (64 lines):
diff -r 422763ad5d3c -r 6a51f2c4db71 ChangeLog
--- a/ChangeLog Tue Mar 31 16:02:56 2009 -0400
+++ b/ChangeLog Tue Mar 31 17:28:50 2009 -0400
@@ -1,3 +1,11 @@ 2009-03-31 Omair Majid <omajid at redhat.
+2009-03-31 Omair Majid <omajid at redhat.com>
+
+ * test/jtreg/excludelist.jdk.jtx: Revert previous change.
+ * patches/icedtea-jtreg-printjob-edgetest-manual.patch: New patch. Mark
+ test as manual.
+ * Makefile.am (ICEDTEA_PATCHES): Apply the above.
+ * HACKING: Document the above.
+
2009-03-31 Omair Majid <omajid at redhat.com>
* test/jtreg/excludelist.jdk.jtx: Add
diff -r 422763ad5d3c -r 6a51f2c4db71 HACKING
--- a/HACKING Tue Mar 31 16:02:56 2009 -0400
+++ b/HACKING Tue Mar 31 17:28:50 2009 -0400
@@ -92,6 +92,7 @@ The following patches are currently appl
* icedtea-jtreg-colortest.patch: Remove call to System.exit() that was causing SystemBgColorTest to fail.
* icedtea-jtreg-printjob-multiple-end.patch: Fix test to not require any user interaction.
* icedtea-network-unreachable.patch: Check for ENETUNREACH and EHOSTUNREACH early on when doing a Socket.connect().
+* icedtea-jtreg-printjob-edgetest-manual.patch: Mark test that requires user interaction as manual.
The following patches are only applied to OpenJDK6 in IcedTea6:
diff -r 422763ad5d3c -r 6a51f2c4db71 Makefile.am
--- a/Makefile.am Tue Mar 31 16:02:56 2009 -0400
+++ b/Makefile.am Tue Mar 31 17:28:50 2009 -0400
@@ -690,6 +690,7 @@ ICEDTEA_PATCHES += \
patches/icedtea-jtreg-dnd.patch \
patches/icedtea-jtreg-colortest.patch \
patches/icedtea-jtreg-printjob-multiple-end.patch \
+ patches/icedtea-jtreg-printjob-edgetest-manual.patch \
patches/icedtea-network-unreachable.patch \
$(DISTRIBUTION_PATCHES)
diff -r 422763ad5d3c -r 6a51f2c4db71 patches/icedtea-jtreg-printjob-edgetest-manual.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-jtreg-printjob-edgetest-manual.patch Tue Mar 31 17:28:50 2009 -0400
@@ -0,0 +1,10 @@
+--- openjdk/jdk/test/java/awt/PrintJob/EdgeTest/EdgeTest.java.orig 2009-03-31 16:49:27.000000000 -0400
++++ openjdk/jdk/test/java/awt/PrintJob/EdgeTest/EdgeTest.java 2009-03-31 16:49:54.000000000 -0400
+@@ -26,6 +26,7 @@
+ * @bug 4092755
+ * @summary Verifies that (0, 0) is the upper-left corner of the page, not
+ * the upper-left corner adjusted for the margins.
++ * @run main/manual=yesno EdgeTest
+ * @author dpm
+ */
+
diff -r 422763ad5d3c -r 6a51f2c4db71 test/jtreg/excludelist.jdk.jtx
--- a/test/jtreg/excludelist.jdk.jtx Tue Mar 31 16:02:56 2009 -0400
+++ b/test/jtreg/excludelist.jdk.jtx Tue Mar 31 17:28:50 2009 -0400
@@ -20,9 +20,6 @@ sun/net/idn/TestStringPrep.java
# tcp (not icmp) echo server running
java/nio/channels/DatagramChannel/AdaptDatagramSocket.java
-# this test needs a user to verify the printed result
-java/awt/PrintJob/EdgeTest/EdgeTest.java
-
#
# Obsolete
#
More information about the distro-pkg-dev
mailing list