[gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.exp
authorTom de Vries <tdevries@suse.de>
Mon, 11 May 2020 20:30:18 +0000 (22:30 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 11 May 2020 20:30:18 +0000 (22:30 +0200)
commite000211765b57e0a1835f2ecea250dd51878fa5f
tree04b9055d6113637c10d26a40c94051c1afeec745
parent53f539a3d77c2fc3278f3c60fea83cd96c4464d6
[gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.exp

Test-case gdb.ada/packed_tagged.exp contains a kfail:
...
setup_kfail "gnat compiler bug" *-*-*
...

Kfails are used to indicate problems in gdb, xfails are used to indicate
problems in the environment.

A bug in the gnat compiler is a problem in the environment rather than gdb.

Fix this by changing the kfail into an xfail.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-05-11  Tom de Vries  <tdevries@suse.de>

* gdb.ada/packed_tagged.exp: Change kfail into xfail.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/packed_tagged.exp
This page took 0.025679 seconds and 4 git commands to generate.