X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=369c08a3496ddece04b6554d0eb71660eee4d71f;hb=dded8ef3520bdddc637bd3872ee3092a08efdb9c;hp=6777478b20b82121b9f4c49d70ae6e0a96664fda;hpb=9711bd03dcc19d39c08e0d5bc52ff909f592db6b;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index 6777478b..369c08a3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,24 @@ +Mon Jul 3 21:09:52 2006 Ben Pfaff + + Modify the random distributions test to verify to 2 more decimal + places of accuracy, but to allow +/- 1 units in the last (tested) + place. This allows the test to pass on machines or with compilers + whose calculated values are off by epsilon from the expected + results. Because of the way the test is constructed, this was + quite common and often caused gratuitous test failures. + + This is patch #5215, tested by Jason Stover and John Darrington. + + * expressions/randist.sh: Use compare.pl to do comparisons. + + * expressions/randist/compare.pl: New script to do comparisons. + + * expressions/randist/randist.pl: Print output to 4 decimal + places, not just 2. Also, print a brief explanatory header at the + top of each output file. + + * expressions/randist/*.out: Replace with new expected output. + Sat Jul 1 15:33:37 2006 Ben Pfaff * automake.mk: Add ll-test, llx-test to TESTS.