cpython/Lib/test/decimaltestdata
Mark Dickinson 6f3900163a Issue #7233: Fix Decimal.shift and Decimal.rotate methods for
arguments with more digits than the current context precision.
Bug reported by Stefan Krah.
2009-10-29 12:11:18 +00:00
..
abs.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
add.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
and.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
base.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
clamp.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
class.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
compare.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
comparetotal.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
comparetotmag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
copy.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
copyabs.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
copynegate.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
copysign.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddAbs.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddAdd.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddAnd.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddBase.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCanonical.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddClass.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCompare.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCompareSig.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCompareTotal.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCompareTotalMag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCopy.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCopyAbs.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCopyNegate.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddCopySign.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddDivide.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddDivideInt.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddEncode.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddFMA.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddInvert.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddLogB.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddMax.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddMaxMag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddMin.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddMinMag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddMinus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddMultiply.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddNextMinus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddNextPlus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddNextToward.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddOr.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddPlus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddQuantize.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddReduce.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddRemainder.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddRemainderNear.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddRotate.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddSameQuantum.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddScaleB.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddShift.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddSubtract.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddToIntegral.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ddXor.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
decDouble.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
decQuad.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
decSingle.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
divide.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
divideint.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqAbs.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqAdd.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqAnd.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqBase.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCanonical.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqClass.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCompare.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCompareSig.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCompareTotal.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCompareTotalMag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCopy.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCopyAbs.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCopyNegate.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqCopySign.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqDivide.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqDivideInt.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqEncode.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqFMA.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqInvert.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqLogB.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqMax.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqMaxMag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqMin.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqMinMag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqMinus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqMultiply.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqNextMinus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqNextPlus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqNextToward.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqOr.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqPlus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqQuantize.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqReduce.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqRemainder.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqRemainderNear.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqRotate.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqSameQuantum.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqScaleB.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqShift.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqSubtract.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqToIntegral.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dqXor.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dsBase.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
dsEncode.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
exp.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
extra.decTest Issue #7233: Fix Decimal.shift and Decimal.rotate methods for 2009-10-29 12:11:18 +00:00
fma.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
inexact.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
invert.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
ln.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
log10.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
logb.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
max.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
maxmag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
min.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
minmag.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
minus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
multiply.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
nextminus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
nextplus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
nexttoward.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
or.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
plus.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
power.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
powersqrt.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
quantize.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
randomBound32.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
randoms.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
reduce.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
remainder.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
remainderNear.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
rescale.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
rotate.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
rounding.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
samequantum.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
scaleb.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
shift.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
squareroot.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
subtract.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
testall.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
tointegral.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
tointegralx.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00
xor.decTest Update decimal test data to the most recent set from Mike Cowlishaw. 2009-10-08 16:28:39 +00:00