public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: LuluCheng <chenglulu@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3241] Libvtv-test: Fix bug that scansarif.exp cannot be found in libvtv regression test.
Date: Wed, 12 Oct 2022 02:46:03 +0000 (GMT)	[thread overview]
Message-ID: <20221012024603.9234F3856DC3@sourceware.org> (raw)

https://gcc.gnu.org/g:9d9e793b6543745a5a3aae9032478c056f167c9c

commit r13-3241-g9d9e793b6543745a5a3aae9032478c056f167c9c
Author: Lulu Cheng <chenglulu@loongson.cn>
Date:   Tue Sep 27 10:47:06 2022 +0800

    Libvtv-test: Fix bug that scansarif.exp cannot be found in libvtv regression test.
    
            SARIF support was added in r13-967 but libvtv wasn't updated.
    
    libvtv/ChangeLog:
    
            * testsuite/lib/libvtv-dg.exp: Add load_gcc_lib of scansarif.exp.

Diff:
---
 libvtv/testsuite/lib/libvtv-dg.exp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libvtv/testsuite/lib/libvtv-dg.exp b/libvtv/testsuite/lib/libvtv-dg.exp
index b140c194cdc..454d916e556 100644
--- a/libvtv/testsuite/lib/libvtv-dg.exp
+++ b/libvtv/testsuite/lib/libvtv-dg.exp
@@ -12,6 +12,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
+load_gcc_lib scansarif.exp
+
 proc libvtv-dg-test { prog do_what extra_tool_flags } {
     return [gcc-dg-test-1 libvtv_target_compile $prog $do_what $extra_tool_flags]
 }

                 reply	other threads:[~2022-10-12  2:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221012024603.9234F3856DC3@sourceware.org \
    --to=chenglulu@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).