Changeset ed24600


Ignore:
Timestamp:
03/27/2006 04:22:08 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d8838ed5
Parents:
4a1f001
Message:

Fixed Bc testsuite and note

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5753 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/bc.xml

    r4a1f001 red24600  
    7575    <para>To test <application>bc</application>, run the commands below.
    7676    There is quite a bit of output, so you may want to redirect it to a file.
    77     Some tests are known to fail, but <application>bc</application> is still
    78     useable.</para>
    79 <screen><userinput>for TEST in Test/{checklib,testfn}.b&amp; do
    80     echo "quit" | ./bc/bc -l $TEST
    81 done</userinput></screen>
     77    There are a very small percentage of tests (10 of 12,144) that will
     78    indicate a roundoff error at the last digit.</para>
     79
     80<screen><userinput>echo "quit" | ./bc/bc -l Test/checklib.b</userinput></screen>
    8281
    8382    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    r4a1f001 red24600  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Changed note for Bc test suite.  Removed one
     49          unnecessary test.  Thanks to Bruce Dubbs.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dnicholson] - Updated to LibTIFF-3.8.2.  Noted optional
    4953          dependency of MesaLib for the GLUT library.</para>
Note: See TracChangeset for help on using the changeset viewer.