aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-01-30 08:03:33 -0700
committerTom Tromey <tromey@adacore.com>2023-01-30 08:03:33 -0700
commit8d31d08fe61059fb94c02ae30c2b7cd0ea738df0 (patch)
tree2bc1c6a13149ea30ea86e2198566373884816498
parent34f0de5a4acbd328f4a89ac1232aece6d8151b74 (diff)
downloadbinutils-8d31d08fe61059fb94c02ae30c2b7cd0ea738df0.zip
binutils-8d31d08fe61059fb94c02ae30c2b7cd0ea738df0.tar.gz
binutils-8d31d08fe61059fb94c02ae30c2b7cd0ea738df0.tar.bz2
Use xfail in ptype_tagged_param.exp
Pedro pointed out that ptype_tagged_param.exp used a kfail, but an xfail would be more appropriate as the problem appears to be in gcc, not gdb.
-rw-r--r--gdb/testsuite/gdb.ada/ptype_tagged_param.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp
index 759b10f..da9b2bb 100644
--- a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp
+++ b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp
@@ -49,7 +49,7 @@ gdb_test_multiple "ptype s" "ptype s" {
}
-re -wrap $nodebug {
if {!$has_runtime_debug_info} {
- kfail "no debug info" $gdb_test_name
+ xfail "no debug info" $gdb_test_name
} else {
fail $gdb_test_name
}