Changeset 23f4367 for chapter08


Ignore:
Timestamp:
02/27/2024 12:54:42 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
328eb6f, cf6fe33, ec36fac
Parents:
283f7119
git-author:
Xi Ruoyao <xry111@…> (02/27/2024 12:53:38 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/27/2024 12:54:42 PM)
Message:

procps: Add "-k" for make check and document two additional failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r283f7119 r23f4367  
    7373    <para> To run the test suite, run:</para>
    7474
    75 <screen><userinput remap="test">make check</userinput></screen>
     75<screen><userinput remap="test">make -k check</userinput></screen>
    7676
    7777    <para>One test named
    7878    <literal>ps with output flag bsdtime,cputime,etime,etimes</literal>
    7979    is known to fail if the host kernel is not built with
    80     <literal>CONFIG_BSD_PROCESS_ACCT</literal> enabled.</para>
     80    <literal>CONFIG_BSD_PROCESS_ACCT</literal> enabled.
     81    <!-- These two tests just do not work as root but they seem to pass
     82         in most time due to some internal hazards of Tcl/Expect/DejaGNU
     83         framework.  However the failures have been really observed.
     84         TODO: run the test suite as tester after the freeze ends.  -->
     85    Two tests named
     86    <literal>pmap X with unreachable process</literal> and
     87    <literal>pmap XX with unreachable process</literal> are known to
     88    fail occasionally.</para>
    8189
    8290    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.