Changeset e440af5 for general/prog


Ignore:
Timestamp:
08/27/2023 08:41:46 AM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
47aab765
Parents:
8dfea8d
git-author:
Pierre Labastie <pierre.labastie@…> (08/27/2023 08:04:08 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (08/27/2023 08:41:46 AM)
Message:

Remove trailing spaces and a few typos

Location:
general/prog
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    r8dfea8d re440af5  
    132132<!-- No longer needed in 1.10.14.
    133133    <para>
    134       Now fix a problem when the next command tries to download a file from 
     134      Now fix a problem when the next command tries to download a file from
    135135      a problem site:
    136136    </para>
  • general/prog/cmake.xml

    r8dfea8d re440af5  
    142142      number of system cores. Setting <envar>LC_ALL</envar> is needed to
    143143      prevent some test failures when some of the locale variables are
    144       set to non English locales. 
     144      set to non English locales.
    145145      <!--
    146146        One test, RunCMake.FindBoost, is known to fail.
  • general/prog/gcc.xml

    r8dfea8d re440af5  
    187187      in the <quote>guality</quote> suite, as well as miscellaneous failures
    188188      throughout the rest of the test suite.
    189       If all the compilers above are built, there will be a little over 80 
     189      If all the compilers above are built, there will be a little over 80
    190190      unexpected failures out of over 546,000 tests. To run the tests, issue:
    191191    </para>
  • general/prog/gdb.xml

    r8dfea8d re440af5  
    206206          (out of over 80000 tests). Over 1370 of the failures were related
    207207          to FORTRAN tests. -->
    208 <!-- for gdb-12.1, gcc-11.3.0 - bdubbs 
     208<!-- for gdb-12.1, gcc-11.3.0 - bdubbs
    209209          A test run of the test suite had a little over 200 unexpected failures
    210210          out of over 94000 tests.-->
  • general/prog/llvm.xml

    r8dfea8d re440af5  
    393393      Glibc-2.38.
    394394      <!-- 16.0.3: 67327 Passed, 23510 Unsupported, 85 Skipped,
    395                    124 Expectedly Failed 
     395                   124 Expectedly Failed
    396396           16.0.4  67327 Passed, 23507 Unsupported, 85 Skipped,
    397                    124 Expectedly Failed, 6 Failed 
     397                   124 Expectedly Failed, 6 Failed
    398398           Failed Tests (6):
    399399           AddressSanitizer-x86_64-linux         :: TestCases/log-path_test.cpp
     
    425425           page.  The usage of it is on
    426426           https://llvm.org/docs/TestSuiteGuide.html.  It looks like we've
    427            never mentioned it in BLFS. 
     427           never mentioned it in BLFS.
    428428
    429429           Let's let it go.  llvm is complex enough as it is.  Adding
  • general/prog/mercurial.xml

    r8dfea8d re440af5  
    123123<screen remap="test"><userinput>TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp" make check</userinput></screen>
    124124<!-- The blacklists have to be checked every release of Mercurial, do a listing
    125      of tests/blacklists, but do not include the README. 
     125     of tests/blacklists, but do not include the README.
    126126     For 6.4.1 removing the -blacklist entries did not affect the test results
    127127     although blacklists/fsmonitor and blacklists/linux-vfat still exist. -->
  • general/prog/python-dependencies/urllib3.xml

    r8dfea8d re440af5  
    110110      <para>
    111111        Running the tests may result in the procedure below hanging and are
    112         not recommended. 
     112        not recommended.
    113113      </para>
    114114    </note>
  • general/prog/python-modules/pytest.xml

    r8dfea8d re440af5  
    121121<!-- With 7.4.0 and the toolchain from LFS 12.0, there are now 11 XFAILS
    122122      <para>
    123         A few tests (11 of 3429) are known to fail. 
     123        A few tests (11 of 3429) are known to fail.
    124124      </para>
    125125-->
  • general/prog/python-modules/sphinx.xml

    r8dfea8d re440af5  
    9090        <xref linkend="cython"/>,
    9191        <xref linkend="pytest"/>,
    92         <xref linkend="texlive"/>, 
    93         <ulink url="https://pypi.org/project/filelock/">filelock</ulink>, and 
     92        <xref linkend="texlive"/>,
     93        <ulink url="https://pypi.org/project/filelock/">filelock</ulink>, and
    9494        <ulink url="https://pypi.org/project/html5lib/">html5lib</ulink>
    9595      </para>
     
    121121python3 /usr/bin/pytest<!-- no && because of a possible error -->
    122122deactivate</userinput></screen>
    123 <!-- No failure in 7.0.1 [pierre] 
     123<!-- No failure in 7.0.1 [pierre]
    124124     7.1.0: 4 failed, 1896 passed, 10 skipped in 108.14s (0:01:48)
    125125     test_imgmath_png, test_imgmath_svg, test_imgmath_svg_embed, test_imgmath_numfig_html
  • general/prog/valgrind.xml

    r8dfea8d re440af5  
    143143           memcheck/tests/overlap                   (stderr)
    144144           helgrind/tests/tls_threads               (stderr)
    145            drd/tests/pth_mutex_signal               (stderr) 
     145           drd/tests/pth_mutex_signal               (stderr)
    146146
    147147         765 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failure,
Note: See TracChangeset for help on using the changeset viewer.