[pypy-svn] r55278 - pypy/django/tests
antocuni at codespeak.net
antocuni at codespeak.net
Mon May 26 21:40:51 CEST 2008
Author: antocuni
Date: Mon May 26 21:40:48 2008
New Revision: 55278
Added:
pypy/django/tests/failures.txt (contents, props changed)
Log:
a log with the tests I tried/fixed
Added: pypy/django/tests/failures.txt
==============================================================================
--- (empty file)
+++ pypy/django/tests/failures.txt Mon May 26 21:40:48 2008
@@ -0,0 +1,22 @@
+Tests failing because of missing expat (xml parser)
+---------------------------------------------------
+
+ - modeltests/fixtures
+
+ - modeltests/serializers
+
+ - regressiontests/fixtures_regress
+
+(maybe there are other issues, but they are masked by xml errors)
+
+
+Other tests
+-----------
+
+"some tests" fixed in r54740 (XXX: which are
+"some tests")
+
+regressiontests/datastructures fixed in r55068
+
+regressiontests/forms/widget_tests and others fixed in r55075
+
More information about the Pypy-commit
mailing list