[kaffe] CVS kaffe (robilad): fix for #120: reverted classification of DateFormatTest as XFAIL

Kaffe CVS cvs-commits at kaffe.org
Tue Dec 25 08:11:17 PST 2007


PatchSet 7623 
Date: 2007/12/25 16:09:34
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
fix for #120: reverted classification of DateFormatTest as XFAIL

2007-12-25  Dalibor Topic  <robilad at kaffe.org>

Fix for #120.

* test/regression/Makefile.am (XFAIL_TESTS): Removed DateFormatTest.java again,
as it was my operating system installation that didn't have a time zone set that
caused the test to fail. Yay me.

Reported by:  Ito Kazumitsu  <kaz at maczuka.gcd.org>

Members: 
	ChangeLog:1.5121->1.5122 
	test/regression/Makefile.am:1.102->1.103 
	test/regression/Makefile.in:1.263->1.264 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5121 kaffe/ChangeLog:1.5122
--- kaffe/ChangeLog:1.5121	Mon Dec 24 22:21:58 2007
+++ kaffe/ChangeLog	Tue Dec 25 16:09:34 2007
@@ -1,3 +1,13 @@
+2007-12-25  Dalibor Topic  <robilad at kaffe.org>
+
+	Fix for #120.
+	
+	* test/regression/Makefile.am (XFAIL_TESTS): Removed DateFormatTest.java again,
+	as it was my operating system installation that didn't have a time zone set that
+	caused the test to fail. Yay me.
+
+	Reported by:  Ito Kazumitsu  <kaz at maczuka.gcd.org>
+
 2007-12-24  Ito Kazumitsu  <kaz at maczuka.gcd.org>
 
 	* kaffe/man/kaffe.1.in: Updated according to kaffe.1.xml.
Index: kaffe/test/regression/Makefile.am
diff -u kaffe/test/regression/Makefile.am:1.102 kaffe/test/regression/Makefile.am:1.103
--- kaffe/test/regression/Makefile.am:1.102	Sun Dec  9 20:47:24 2007
+++ kaffe/test/regression/Makefile.am	Tue Dec 25 16:09:36 2007
@@ -328,8 +328,7 @@
 
 XFAIL_TESTS = \
 	TestSerialVersions.java \
-	TestSerialPersistent.java \
-	DateFormatTest.java 
+	TestSerialPersistent.java 
 
 EXTRA_DIST = $(ALWAYS_TESTS) \
 	$(TEST_Overflow) \
Index: kaffe/test/regression/Makefile.in
diff -u kaffe/test/regression/Makefile.in:1.263 kaffe/test/regression/Makefile.in:1.264
--- kaffe/test/regression/Makefile.in:1.263	Sat Dec 22 23:05:55 2007
+++ kaffe/test/regression/Makefile.in	Tue Dec 25 16:09:36 2007
@@ -646,8 +646,7 @@
 TEST_Overflow = Overflow.java
 XFAIL_TESTS = \
 	TestSerialVersions.java \
-	TestSerialPersistent.java \
-	DateFormatTest.java 
+	TestSerialPersistent.java 
 
 EXTRA_DIST = $(ALWAYS_TESTS) \
 	$(TEST_Overflow) \




More information about the kaffe mailing list