]> granicus.if.org Git - python/commitdiff
Update the tests skipped with quicktest target.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 27 Mar 2009 21:24:45 +0000 (21:24 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 27 Mar 2009 21:24:45 +0000 (21:24 +0000)
Some tests that used to be slow are now fast, and there are brand new
slow tests.

Makefile.pre.in

index 0f84c8848f3ba422068d5620411f51a0896bd5ea..dc1d197a8e931675d865f66b9f6dd1ac402a61eb 100644 (file)
@@ -727,9 +727,10 @@ buildbottest:      all platform
                fi
                $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
 
-QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
-               test_unicodedata test_re test_sre test_select test_poll \
-               test_struct test_zlib
+QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
+               test_multibytecodec test_urllib2_localnet test_itertools \
+               test_multiprocessing test_mailbox test_socket test_poll \
+               test_select test_zipfile
 quicktest:     all platform
                -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
                -$(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)