There is a test in gdb.cp/var-tag.exp that is kfail'd. I happened
across this while working on another series and found that the PR it
referenced was closed as invalid. On that basis I think the test
should be deleted.
Reviewed-By: Keith Seitz <keiths@redhat.com>
do_global_tests c
}
-# Another hard-to-guess-the-users-intent bug...
-# It would be really nice if we could query the user!
-with_test_prefix "global collision" {
- gdb_test_no_output "set language c++"
- setup_kfail "c++/16463" "*-*-*"
- gdb_test "print global" "= 3"
-
- # ... with a simple workaround:
- gdb_test "print ::global" "= 3"
-}
+gdb_test "print ::global" "= 3"