[Python-checkins] python/dist/src/Lib/test test_trace.py,1.4.2.2,1.4.2.3 (original) (raw)
tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 06 Oct 2002 18:20:54 -0700
- Previous message: [Python-checkins] python/dist/src/Lib/test pickletester.py,1.12.4.2,1.12.4.3 test_StringIO.py,1.10.6.2,1.10.6.3 test_cfgparser.py,1.9.10.3,1.9.10.4 test_generators.py,1.30.6.1,1.30.6.2 test_httplib.py,1.2.12.2,1.2.12.3 test_multifile.py,1.1.2.1,1.1.2.2 test_netrc.py,1.1.2.1,1.1.2.2 test_string.py,1.15.6.1,1.15.6.2 test_trace.py,1.4.2.1,1.4.2.2 test_urlparse.py,1.2.24.2,1.2.24.3
- Next message: [Python-checkins] python/dist/src/Parser myreadline.c,2.26,2.26.24.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Lib/test In directory usw-pr-cvs1:/tmp/cvs-serv26753/Lib/test
Modified Files: Tag: release22-maint test_trace.py Log Message: This has no hope of working under -O. Skip it then instead of failing.
Index: test_trace.py
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_trace.py,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -d -r1.4.2.2 -r1.4.2.3 *** test_trace.py 7 Oct 2002 01🔞17 -0000 1.4.2.2 --- test_trace.py 7 Oct 2002 01:20:52 -0000 1.4.2.3
*** 6,9 **** --- 6,12 ---- import difflib
- if not debug:
raise test_support.TestSkipped, "tracing not supported under -O"
def basic(): A very basic example. If this fails, we're in deep trouble.
- Previous message: [Python-checkins] python/dist/src/Lib/test pickletester.py,1.12.4.2,1.12.4.3 test_StringIO.py,1.10.6.2,1.10.6.3 test_cfgparser.py,1.9.10.3,1.9.10.4 test_generators.py,1.30.6.1,1.30.6.2 test_httplib.py,1.2.12.2,1.2.12.3 test_multifile.py,1.1.2.1,1.1.2.2 test_netrc.py,1.1.2.1,1.1.2.2 test_string.py,1.15.6.1,1.15.6.2 test_trace.py,1.4.2.1,1.4.2.2 test_urlparse.py,1.2.24.2,1.2.24.3
- Next message: [Python-checkins] python/dist/src/Parser myreadline.c,2.26,2.26.24.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]