Changeset 19f4e4d


Ignore:
Timestamp:
02/02/2023 01:04:40 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
5f8b7fe
Parents:
833f3ef
Message:

mpfr: Fix a test case

Normally we don't fix test, but see the comment added into the XML file
for the rationale.

Update the number of tests by the way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/mpfr.xml

    r833f3ef r19f4e4d  
    4242    <title>Installation of MPFR</title>
    4343
     44    <!-- https://sympa.inria.fr/sympa/arc/mpfr/2023-01/msg00002.html
     45         https://gitlab.inria.fr/mpfr/mpfr/-/commit/5172494c
     46
     47         Note that it's a different issue from Glibc #30068 we've fixed in
     48         chapter08/glibc.xml with a sed.  Normally we just document the
     49         test failure, but in this case the particular subtest also serves
     50         as an additional guard against Glibc #30068.  So we apply the
     51         upstream fix here.   -->
     52    <para>Fix a test case based on a bug of old Glibc releases:</para>
     53
     54<screen><userinput remap="pre">sed -e 's/+01,234,567/+1,234,567 /' \
     55    -e 's/13.10Pd/13Pd/'            \
     56    -i tests/tsprintf.c</userinput></screen>
     57
    4458    <para>Prepare MPFR for compilation:</para>
    4559
     
    5973    </important>
    6074
    61     <para>Test the results and ensure that all 183 tests passed:</para>
     75    <para>Test the results and ensure that all 197 tests passed:</para>
    6276
    6377<screen><userinput remap="test">make check</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.