public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly
@ 2020-04-24 11:21 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2020-04-24 11:21 UTC (permalink / raw)
  To: gdb-cvs

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

commit 4e86f6e7478e40a288ec6567fa7f3b4ef0f8d516
Author: Tom de Vries <tdevries@suse.de>
Date:   Fri Apr 24 13:21:49 2020 +0200

    [gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly
    
    When running test-case gdb.dwarf2/dw2-error.exp with target board
    cc-with-gdb-index, we get:
    ...
    Running src/gdb/testsuite/gdb.dwarf2/dw2-error.exp ...
    gdb compile failed, Dwarf Error: wrong version in compilation unit header \
      (is 153, should be 2, 3, 4 or 5) [in module \
      build/gdb/testsuite/outputs/gdb.dwarf2/dw2-error/.tmp/dw2-error]
    ...
    and similar for target board cc-with-debug-names.
    
    Be less verbose by adding "quiet" to the compile flags.
    
    Tested on x86_64-linux.
    
    gdb/testsuite/ChangeLog:
    
    2020-04-24  Tom de Vries  <tdevries@suse.de>
    
            * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.

Diff:
---
 gdb/testsuite/ChangeLog                | 4 ++++
 gdb/testsuite/gdb.dwarf2/dw2-error.exp | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ecccb613045..8007f486fbc 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-04-24  Tom de Vries  <tdevries@suse.de>
+
+	* gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
+
 2020-04-24  Tom de Vries  <tdevries@suse.de>
 
 	* lib/gdb.exp (default_gdb_start): Handle eof.
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-error.exp b/gdb/testsuite/gdb.dwarf2/dw2-error.exp
index bd2802f238e..5583e368781 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-error.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-error.exp
@@ -29,7 +29,7 @@ if { ![istarget "x86_64-*-*"] || ![is_lp64_target] } {
 
 # We can't use prepare_for_testing here because we need to check the
 # 'file' command's output.
-if {[build_executable $testfile.exp $testfile $srcfile {nodebug}]} {
+if {[build_executable $testfile.exp $testfile $srcfile {nodebug quiet}]} {
     return -1
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-24 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 11:21 [binutils-gdb] [gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly Tom de Vries

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).