Skip to content

Commit

Permalink
Use xfail in ptype_tagged_param.exp
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tromey committed Jan 30, 2023
1 parent 34f0de5 commit 8d31d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdb/testsuite/gdb.ada/ptype_tagged_param.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 8d31d08

Please sign in to comment.