changeset 2420:654b84d3de8c

Added LocaleEnhanceTest to a JTreg exclude list.
author ptisnovs
date Mon, 23 May 2011 11:30:50 +0200
parents 1af45d3c1f92
children 3024025d7759
files ChangeLog test/jtreg/excludelist.jdk.jtx
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	* acinclude.m4:
--- 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
+