diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-10-16 17:35:13 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-10-16 17:35:13 (GMT) |
commit | 98c8184f2faf72f6a061f45df579e0eee4d510cf (patch) | |
tree | e89183c55f19f44a354b883bebc7f3e4c1b2ad02 /Lib/test/output/test_math | |
parent | a8268e945778dac4e92421545573424eb495f918 (diff) | |
download | cpython-98c8184f2faf72f6a061f45df579e0eee4d510cf.zip cpython-98c8184f2faf72f6a061f45df579e0eee4d510cf.tar.gz cpython-98c8184f2faf72f6a061f45df579e0eee4d510cf.tar.bz2 |
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.
Diffstat (limited to 'Lib/test/output/test_math')
-rw-r--r-- | Lib/test/output/test_math | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/output/test_math b/Lib/test/output/test_math index bce7dde..2a98000 100644 --- a/Lib/test/output/test_math +++ b/Lib/test/output/test_math @@ -24,4 +24,3 @@ sinh sqrt tan tanh -exceptions |