[Python-checkins] CVS: python/dist/src/Lib/test/output test_math,1.4,1.5

Tim Peters python-dev@python.org
Mon, 16 Oct 2000 10:35:17 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19269/python/dist/src/lib/test/output

Modified Files:
	test_math 
Log Message:
Test for math.* exceptional behavior only in verbose mode, so that the
oddball platforms (where, e.g., math.exp(+huge) still fails to raise
OverflowError) don't fail the std test suite when run normally.


Index: test_math
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_math,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_math	2000/10/12 06:10:25	1.4
--- test_math	2000/10/16 17:35:13	1.5
***************
*** 25,27 ****
  tan
  tanh
- exceptions
--- 25,26 ----