Changeset 384c4d6
- Timestamp:
- 11/03/2015 01:30:38 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 10a9447
- Parents:
- 1c8d0ff
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1c8d0ff r384c4d6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2nd &year;">9 <!ENTITY releasedate "November 3rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libcroco.xml
r1c8d0ff r384c4d6 101 101 102 102 <para> 103 104 To run the test suite, run 103 To execute the test suite, run 105 104 <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>. 106 Some tests fail for several reasons: search file in wrong 107 location, locale problems, numbers with different number of 108 decimal figures. 109 105 Some tests fail: searching files in wrong location, locale 106 problems (character codes compared to characters), float point numbers not 107 properly rounded to the same number of places are some of the reasons. 110 108 </para> 111 109
Note:
See TracChangeset
for help on using the changeset viewer.