diff options
author | Raymond Hettinger <python@rcn.com> | 2004-07-01 11:01:35 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-07-01 11:01:35 (GMT) |
commit | 7c85fa4a5203912aca564ce719a0fdd0fd5411e5 (patch) | |
tree | 6e36321b63337cb115f3ef1cdea79a7637b78a84 /Lib/test/decimaltestdata/testall.decTest | |
parent | 2ccf5d689bc1b893fc89ba3f5131a5f504dff1cd (diff) | |
download | cpython-7c85fa4a5203912aca564ce719a0fdd0fd5411e5.zip cpython-7c85fa4a5203912aca564ce719a0fdd0fd5411e5.tar.gz cpython-7c85fa4a5203912aca564ce719a0fdd0fd5411e5.tar.bz2 |
Move Decimal from the sandbox into production.
Diffstat (limited to 'Lib/test/decimaltestdata/testall.decTest')
-rw-r--r-- | Lib/test/decimaltestdata/testall.decTest | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Lib/test/decimaltestdata/testall.decTest b/Lib/test/decimaltestdata/testall.decTest new file mode 100644 index 0000000..74248f4 --- /dev/null +++ b/Lib/test/decimaltestdata/testall.decTest @@ -0,0 +1,58 @@ +------------------------------------------------------------------------ +-- testall.decTest -- run all general decimal arithmetic testcases -- +-- Copyright (c) IBM Corporation, 1981, 2003. All rights reserved. -- +------------------------------------------------------------------------ +-- Please see the document "General Decimal Arithmetic Testcases" -- +-- at http://www2.hursley.ibm.com/decimal for the description of -- +-- these testcases. -- +-- -- +-- These testcases are experimental ('beta' versions), and they -- +-- may contain errors. They are offered on an as-is basis. In -- +-- particular, achieving the same results as the tests here is not -- +-- a guarantee that an implementation complies with any Standard -- +-- or specification. The tests are not exhaustive. -- +-- -- +-- Please send comments, suggestions, and corrections to the author: -- +-- Mike Cowlishaw, IBM Fellow -- +-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK -- +-- mfc@uk.ibm.com -- +------------------------------------------------------------------------ +version: 2.35 + +-- core tests (using Extended: 1) -------------------------------------- +dectest: base +dectest: abs +dectest: add +dectest: clamp +dectest: compare +dectest: divide +dectest: divideint +dectest: inexact +dectest: max +dectest: min +dectest: minus +dectest: multiply +dectest: normalize +dectest: plus +dectest: power +dectest: quantize +dectest: randoms +dectest: remainder +dectest: remaindernear +dectest: rescale -- [obsolete] +dectest: rounding +dectest: samequantum +dectest: squareroot +dectest: subtract +dectest: tointegral +dectest: trim + +-- The next are for the Strawman 4d concrete representations +dectest: decimal32 +dectest: decimal64 +dectest: decimal128 + + +-- General 31->33-digit boundary tests +dectest: randomBound32 + |