/hg/icedtea: Added LocaleEnhanceTest to a JTreg exclude list.
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon May 23 02:26:13 PDT 2011
changeset 654b84d3de8c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=654b84d3de8c
author: ptisnovs
date: Mon May 23 11:30:50 2011 +0200
Added LocaleEnhanceTest to a JTreg exclude list.
diffstat:
ChangeLog | 7 +++++++
test/jtreg/excludelist.jdk.jtx | 6 ++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r 1af45d3c1f92 -r 654b84d3de8c ChangeLog
--- a/ChangeLog Fri May 20 03:23:45 2011 +0100
+++ b/ChangeLog Mon May 23 11:30:50 2011 +0200
@@ -1,3 +1,10 @@
+2011-05-23 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * test/jtreg/excludelist.jdk.jtx:
+ Added LocaleEnhanceTest to a JTreg exclude list,
+ because the test base class can not be used
+ in IcedTea due to questionable licence.
+
2011-05-20 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4:
diff -r 1af45d3c1f92 -r 654b84d3de8c test/jtreg/excludelist.jdk.jtx
--- a/test/jtreg/excludelist.jdk.jtx Fri May 20 03:23:45 2011 +0100
+++ b/test/jtreg/excludelist.jdk.jtx Mon May 23 11:30:50 2011 +0200
@@ -197,3 +197,9 @@
java/awt/FontClass/CreateFont/fileaccess/FontFile.java
java/awt/FontClass/CreateFont/DeleteFont.sh
java/awt/FontClass/CreateFont/bigfont.html
+
+# This test cannot be compiled because it's base class
+# LocaleTestFmwk is deleted during the "liberation" phase
+# of build process (this class has questionable licence).
+java/util/Locale/LocaleEnhanceTest.java
+
More information about the distro-pkg-dev
mailing list