bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/31252] gprofng causes testsuite parallel jobs fail (again)


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gprofng/31252] gprofng causes testsuite parallel jobs fail (again)
Date: Mon, 22 Jan 2024 18:03:03 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31252

--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Vladimir Mezentsev
<vmezents@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c37ad9ea1618969273b3a3b75278b0e96bb63a78

commit c37ad9ea1618969273b3a3b75278b0e96bb63a78
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
Date:   Fri Jan 19 18:40:21 2024 -0800

    Fix 31252 gprofng causes testsuite parallel jobs fail

    Before running our tests, we made a fake installation into ./tmpdir.
    This installation changes libopcodes.la in the build area.
    Gas testing may fail if gas and gprofng tests are run in parallel.

    I create a script to run gprofng. Inside this script, LD_LIBRARY_PATH,
    GPROFNG_SYSCONFDIR are set.
    putenv_libcollector_ld_misc() first uses $GPROFNG_PRELOAD_LIBDIRS to create
    directories for SP_COLLECTOR_LIBRARY_PATH ($SP_COLLECTOR_LIBRARY_PATH is
used
    to set up LD_PRELOAD).

    gprofng/ChangeLog
    2024-01-19  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

            PR gprofng/31252
            PR gprofng/30808
            * src/envsets.cc (putenv_libcollector_ld_misc): Use
            $GPROFNG_PRELOAD_LIBDIRS first to build SP_COLLECTOR_LIBRARY_PATH.
            * testsuite/config/default.exp: Create a script to run gprofng.
            * testsuite/lib/display-lib.exp: Fix typo.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]