bug-binutils
[Top][All Lists]
Advanced

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

[Bug gprofng/30808] gprofng tests failed


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gprofng/30808] gprofng tests failed
Date: Tue, 23 Jan 2024 07:08:49 +0000

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

--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The binutils-2_41-branch branch has been updated by Sam James
<sjames@sourceware.org>:

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

commit 883df8a8c0afef2e1d0a17083d95001251f7d3f6
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.

    (cherry picked from commit 26f557af696726a8556bff12f54e4d05cd7a5034)

-- 
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]