Changeset 6675fcd


Ignore:
Timestamp:
04/04/2015 07:50:45 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2927f48
Parents:
620953d
Message:

Fix tests for OpenJDK, due to the
new version of jtreg

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15783 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r620953d r6675fcd  
    389389
    390390    <para>
    391       Then, it is necessary to modify some files:
     391      Then, it is necessary to modify some files (replace &lt;N&gt; with the
     392      number of JAVA VM allowed to run concurrently):
    392393    </para>
    393394
     
    404405          sun/pisces          \\
    405406          com/sun/java/swing" >> jdk/test/TEST.groups &amp;&amp;
    406 sed -e 's/all:.*jck.*/all: jtreg/' \
    407     -i langtools/test/Makefile</userinput></screen>
     407sed -e 's/all:.*jck.*/all: jtreg/'      \
     408    -i langtools/test/Makefile          &amp;&amp;
     409sed -i 's@/win32@@' jdk/test/Makefile   &amp;&amp;
     410sed -e 's@JTREG_HOME@JT_PLATFORM="" &amp;@' \
     411    -e 's@TEST="@CONCURRENCY=&lt;N&gt; &amp;@'    \
     412    -i test/Makefile</userinput></screen>
    408413
    409414    <para>
     
    424429            JT_JAVA=${JT_JAVA}              \
    425430            PRODUCT_HOME=${PRODUCT_HOME} all
    426 LANG=C ${JT_HOME}/linux/bin/jtreg -a -v:fail,error \
    427                 -dir:$(pwd)/hotspot/test    \
    428                 -k:\!ignore                 \
    429                 -jdk:${PRODUCT_HOME}        \
     431LANG=C ${JT_HOME}/bin/jtreg -a -v:fail,error \
     432                -dir:$(pwd)/hotspot/test     \
     433                -k:\!ignore                  \
     434                -jdk:${PRODUCT_HOME}         \
     435                -agentvm -conc:&lt;N&gt;           \
    430436                :jdk</userinput></screen>
    431437
  • introduction/welcome/changelog.xml

    r620953d r6675fcd  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Change the test instructions in OpenJDK
     52          to account for the new version of the jtreg test harness.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[pierre] - Update to gnupg2-2.0.27. Fixes
    5256          <ulink url="&blfs-ticket-root;6363">#6363</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.