Ignore:
Timestamp:
05/08/2024 05:36:31 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
161a267
Parents:
e4e7ffb (diff), c5a1240 (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

    re4e7ffb rf6548ac  
    7171<screen revision='systemd'><userinput remap="make">make src_w_LDADD='$(LDADD) -lsystemd'</userinput></screen>
    7272
    73     <para> To run the test suite, run:</para>
    74 
    75 <screen><userinput remap="test">make -k check</userinput></screen>
     73    <!-- To editors: "pmap {X,XX} with unreachable process" tests don't work
     74         as root.  They may seem to pass due to some Tcl/Expect/DejaGNU
     75         internal hazards with some "luck" though.  -->
     76    <para>To run the test suite, run:</para>
     77
     78<screen><userinput remap="test">chown -R tester .
     79su tester -c "PATH=$PATH make check"</userinput></screen>
    7680
    7781    <para>One test named
    7882    <literal>ps with output flag bsdtime,cputime,etime,etimes</literal>
    7983    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>
     84    <literal>CONFIG_BSD_PROCESS_ACCT</literal> enabled.</para>
    8985
    9086    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.