[pypy-svn] r55290 - pypy/django/tests
antocuni at codespeak.net
antocuni at codespeak.net
Tue May 27 10:23:56 CEST 2008
Author: antocuni
Date: Tue May 27 10:23:53 2008
New Revision: 55290
Modified:
pypy/django/tests/failures.txt
Log:
make this file a bit more tidy
Modified: pypy/django/tests/failures.txt
==============================================================================
--- pypy/django/tests/failures.txt (original)
+++ pypy/django/tests/failures.txt Tue May 27 10:23:53 2008
@@ -1,50 +1,43 @@
-Tests failing because of missing expat (xml parser)
----------------------------------------------------
+Tests failing because of missing pyexpat (xml parser)
+-----------------------------------------------------
- modeltests/fixtures
- modeltests/serializers
+ - modeltests/test_client
+
- regressiontests/fixtures_regress
-(maybe there are other issues, but they are masked by xml errors)
+ - regressiontests/serializers_regress/tests/SerializerTests/
+ test_xml_serializer
+ test_xml_serializer_fields
+ - regressiontests.forms.tests.__test__.form_tests - pyexpat
-Other tests
------------
-
-"some tests" fixed in r54740 (XXX: which are
-"some tests")
+ - regressiontests.templates.tests.Templates - pyexpat
-regressiontests/datastructures fixed in r55068
-
-regressiontests/forms/widget_tests and others fixed in r55075
+(maybe there are other issues, but they are masked by xml errors)
As of 26 May 2008
=================
-modeltests/test_client
-
- one test requires pyexpat
-
-regressiontests/serializers_regress/tests/SerializerTests/
- test_xml_serializer
- test_xml_serializer_fields
-
- requires pyexpat
-
-fixtures - requires pyexpat
-modeltests/serializers - requires pyexpat (can hide further errors, hard to tell)
-
regressiontests.i18n.tests.__test__.regressions - module print
-regressiontests.forms.tests.__test__.form_tests - pyexpat
-
regressiontests.dispatch.tests.test_dispatcher.DispatcherTests - garbage collection not happening immediately
doctest regressiontests.datastructures.tests[45] - dict subclasses
regressiontests.httpwrappers.tests - dict subclasses
-regressiontests.templates.tests.Templates - pyexpat
+
+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