Changeset 7e52a4a for general/prog


Ignore:
Timestamp:
08/17/2023 04:41:25 PM (10 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
282a0eb
Parents:
f0206fc
Message:

rustc: Document a test that is known to hang on some systems when
scripting.

If combine_install_with_separate_uninstall hangs, a user can press the
Enter key, or remove the test with a sed.

Thanks goes to Rainer Fiebig for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    rf0206fc r7e52a4a  
    370370
    371371    <para>
     372      On some systems, scripting the tests may result in the tests hanging on
     373      <filename>test: combine_install_with_separate_uninstall</filename>. If
     374      this happens, the problem can be worked around by pressing the Enter key.
     375      The test can also be removed with:
     376    </para>
     377
     378<screen role="nodump"><userinput>sed -e '/runtest combine_install_with/s/^/#/g' -i src/tools/rust-installer/test.sh</userinput></screen>
     379
     380    <para>
    372381      As with all large test suites, other tests might fail on some machines -
    373382      if the number of additional failures is low,
Note: See TracChangeset for help on using the changeset viewer.