public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: testsuite: print explicit test result for gdb.base/dfp-test.exp
@ 2022-01-18  7:20 Tiezhu Yang
  0 siblings, 0 replies; only message in thread
From: Tiezhu Yang @ 2022-01-18  7:20 UTC (permalink / raw)
  To: gdb-cvs

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

commit 709a3d07f330cc75031529f8952ceb19d7095df3
Author: Tiezhu Yang <yangtiezhu@loongson.cn>
Date:   Tue Jan 18 15:17:57 2022 +0800

    gdb: testsuite: print explicit test result for gdb.base/dfp-test.exp
    
    In the current code, if decimal floating point is not supported for
    this target, there is no binary file dfp-test, and also there is no
    test result after execute the following commands:
    
      $ make check-gdb TESTS="gdb.base/dfp-test.exp"
      $ grep error gdb/testsuite/gdb.log
      /home/loongson/gdb.git/gdb/testsuite/gdb.base/dfp-test.c:39:1: error: decimal floating point not supported for this target
      [...]
      $ cat gdb/testsuite/gdb.sum
      [...]
      Running target unix
      Running /home/loongson/gdb.git/gdb/testsuite/gdb.base/dfp-test.exp ...
    
                      === gdb Summary ===
      [...]
    
    With this patch:
    
      $ make check-gdb TESTS="gdb.base/dfp-test.exp"
      $ cat gdb/testsuite/gdb.sum
      [...]
      Running target unix
      Running /home/loongson/gdb.git/gdb/testsuite/gdb.base/dfp-test.exp ...
      UNSUPPORTED: gdb.base/dfp-test.exp: decimal floating point not supported for this target.
    
                      === gdb Summary ===
    
      # of unsupported tests                1
      [...]
    
    Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>

Diff:
---
 gdb/testsuite/gdb.base/dfp-test.exp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/testsuite/gdb.base/dfp-test.exp b/gdb/testsuite/gdb.base/dfp-test.exp
index 4866d0ae094..6c3de2863ea 100644
--- a/gdb/testsuite/gdb.base/dfp-test.exp
+++ b/gdb/testsuite/gdb.base/dfp-test.exp
@@ -23,6 +23,7 @@ standard_testfile .c
 # Try to compile the test case.  If we can't, assume the
 # toolchain does not yet provide DFP support and bail out.
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {quiet debug}] != "" } {
+    unsupported "decimal floating point not supported for this target."
     verbose "Skipping DFP tests."
     return -1
 }


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

only message in thread, other threads:[~2022-01-18  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18  7:20 [binutils-gdb] gdb: testsuite: print explicit test result for gdb.base/dfp-test.exp Tiezhu Yang

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