changeset 1459:6a51f2c4db71

2009-03-31 Omair Majid <omajid@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.
author Omair Majid <omajid@redhat.com>
date Tue, 31 Mar 2009 17:28:50 -0400
parents 422763ad5d3c
children ba7703f67b22
files ChangeLog HACKING Makefile.am patches/icedtea-jtreg-printjob-edgetest-manual.patch test/jtreg/excludelist.jdk.jtx
diffstat 5 files changed, 20 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	* test/jtreg/excludelist.jdk.jtx: Add 
--- a/HACKING	Tue Mar 31 16:02:56 2009 -0400
+++ b/HACKING	Tue Mar 31 17:28:50 2009 -0400
@@ -92,6 +92,7 @@
 * 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:
 
--- 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 @@
 	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)
 
--- /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
+  */
+ 
--- 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 @@
 # 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
 #