mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Bypass second failing test in clisp, also tag freeglut.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17532 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
205cf3ab62
commit
5a9ae0ceaa
@ -34,7 +34,7 @@
|
||||
which includes an interpreter, compiler, debugger, and many extensions.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -95,10 +95,10 @@
|
||||
</note>
|
||||
|
||||
<para>
|
||||
Remove one test, which fails for unknown reasons:
|
||||
Remove two tests, which fail for unknown reasons:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/socket/d' tests/tests.lisp</userinput></screen>
|
||||
<screen><userinput>sed -i -e '/socket/d' -e '/"streams"/d' tests/tests.lisp</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Clisp</application> by running the following
|
||||
|
@ -46,6 +46,12 @@
|
||||
<listitem>
|
||||
<para>June 27th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - In clisp the streams test (but not streamslong) has
|
||||
been failing for a couple of months (it started before we moved to
|
||||
gcc-6.1). Its user (xindy) still works so just delete that test as
|
||||
we do for the existing failing socket test.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Add new dependency chain for List::AllUtils-0.10
|
||||
testsuite. Fixes <ulink url="&blfs-ticket-root;8007">#8007</ulink>.
|
||||
|
@ -38,7 +38,7 @@
|
||||
learning about and exploring OpenGL programming very easy.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user