Ignore:
Timestamp:
03/01/2024 03:44:17 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
c2d820a
Parents:
b570133
Message:

glibc: Make the command enumerating timed out tests remap="test"

So if a test times out, it will be noted in jhalfs log.

Also remove "-l" so the output will be something like

./nptl/tst-thread-affinity-pthread: Timed out ...

instead of just a puzzling "./nptl/tst-thread-affinity-pthread".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rb570133 r887bf34f  
    172172        parallel make jobs).  These tests can be identified with:</para>
    173173
    174         <!-- TODO: Using nodump for freeze.  Change it to role="test" after
    175              12.1 release so jhalfs can list these in the log.  -->
    176         <screen role="nodump"><userinput>grep "Timed out" -l $(find -name \*.out)</userinput></screen>
     174        <screen><userinput remap="test">grep "Timed out" $(find -name \*.out)</userinput></screen>
    177175
    178176        <para>It's possible to re-run a single test with enlarged timeout
Note: See TracChangeset for help on using the changeset viewer.