changeset in /hg/icedtea6: 2009-03-13 Omair Majid <omajid at redh...
Omair Majid
omajid at redhat.com
Fri Mar 13 09:10:02 PDT 2009
changeset 36bef6593176 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=36bef6593176
description:
2009-03-13 Omair Majid <omajid at redhat.com>
* Makefile.am (check-jdk): Add an exclude list.
* test/jtreg/excludelist.jdk.jtx: Exclude list for jdk tests
diffstat:
3 files changed, 24 insertions(+)
ChangeLog | 5 +++++
Makefile.am | 1 +
test/jtreg/excludelist.jdk.jtx | 18 ++++++++++++++++++
diffs (45 lines):
diff -r 96d1de001c8d -r 36bef6593176 ChangeLog
--- a/ChangeLog Fri Mar 13 09:55:22 2009 -0400
+++ b/ChangeLog Fri Mar 13 12:09:01 2009 -0400
@@ -1,3 +1,8 @@ 2009-03-13 Gary Benson <gbenson at redhat
+2009-03-13 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (check-jdk): Add an exclude list.
+ * test/jtreg/excludelist.jdk.jtx: Exclude list for jdk tests
+
2009-03-13 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/share/vm/shark/sharkValue.hpp
diff -r 96d1de001c8d -r 36bef6593176 Makefile.am
--- a/Makefile.am Fri Mar 13 09:55:22 2009 -0400
+++ b/Makefile.am Fri Mar 13 12:09:01 2009 -0400
@@ -1736,6 +1736,7 @@ check-jdk: stamps/jtreg.stamp
$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
-w:test/jdk/JTwork -r:test/jdk/JTreport \
-s -jdk:`pwd`/$(BUILD_OUTPUT_DIR)/j2sdk-image \
+ -exclude:$(abs_top_srcdir)/test/jtreg/excludelist.jdk.jtx \
$(ICEDTEA_JTREG_OPTIONS) \
`pwd`/openjdk/jdk/test \
| tee test/$@.log
diff -r 96d1de001c8d -r 36bef6593176 test/jtreg/excludelist.jdk.jtx
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test/jtreg/excludelist.jdk.jtx Fri Mar 13 12:09:01 2009 -0400
@@ -0,0 +1,18 @@
+# Exclude list for jdk tests. These tests require binary plugs to pass, or are
+# incorrect/obsolete
+
+#
+# Binary plugs
+#
+
+# snmp is not available in openjdk6
+com/sun/jmx/snmp/SnmpOidHashCode.java
+com/sun/jmx/snmp/TimeTicksWrapping.java
+
+#
+# Obsolete
+#
+
+# test checks a bug in CUPS/PostScript that has been fixed
+# see https://bugs.openjdk.java.net/show_bug.cgi?id=100022
+javax/print/attribute/PSCopiesFlavorTest.java
More information about the distro-pkg-dev
mailing list