Changeset b481603 for general/prog


Ignore:
Timestamp:
08/18/2023 08:37:35 PM (9 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:
30c1c72
Parents:
5b1bcc93
Message:

yasm: Run the tests at -j1 to fix problems with intermittent test
failures.

The tests always pass if run at -j1, but if they are run in parallel,
the rawpp_test.sh and nasmpp_test.sh tests will fail intermittently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/yasm.xml

    r5b1bcc93 rb481603  
    9494
    9595    <para>
    96       To test the results, issue: <command>make check</command>.
     96      To test the results, issue: <command>make -j1 check</command>.
    9797    </para>
     98
     99<!-- The tests seem to intermittently fail on nasmpp_test.sh and rawpp_test.sh.
     100     When run at -j1, all of the tests pass, and those tests randomly fail if
     101     they are run in parallel. -renodr -->
    98102
    99103    <para>
Note: See TracChangeset for help on using the changeset viewer.