Ignore:
Timestamp:
02/27/2024 03:52:31 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
e4e7ffb
Parents:
648f145 (diff), 23f4367 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r648f145 r328eb6f  
    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>
     76
     77    <para>One test named
     78    <literal>ps with output flag bsdtime,cputime,etime,etimes</literal>
     79    is known to fail if the host kernel is not built with
     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>
    7689
    7790    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.