gdb/testsuite/ChangeLog 2016-07-05 Jan Kratochvil * gdb.dwarf2/atomic-type.exp (ptype f): Add kfail testsuite/20328. * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (ptype f, ptype g): Likewise. * gdb.dwarf2/dw2-lexical-block-bare.exp (p testvar): Likewise. diff --git a/gdb/testsuite/gdb.dwarf2/atomic-type.exp b/gdb/testsuite/gdb.dwarf2/atomic-type.exp index 7b35cad..f6557e5 100644 --- a/gdb/testsuite/gdb.dwarf2/atomic-type.exp +++ b/gdb/testsuite/gdb.dwarf2/atomic-type.exp @@ -86,4 +86,5 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} \ return -1 } +setup_kfail "powerpc64-*linux*" "testsuite/20328" gdb_test "ptype f" "int \\(const _Atomic char \\\* volatile _Atomic\\)" diff --git a/gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.exp b/gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.exp index b1041fa..24cba04 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-bad-mips-linkage-name.exp @@ -68,5 +68,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} \ # much matter what we test here, so long as we do something to make # sure that the DWARF is read. +setup_kfail "powerpc64-*linux*" "testsuite/20328" gdb_test "ptype f" " = bool \\(\\)" +setup_kfail "powerpc64-*linux*" "testsuite/20328" gdb_test "ptype g" " = bool \\(\\)" diff --git a/gdb/testsuite/gdb.dwarf2/dw2-lexical-block-bare.exp b/gdb/testsuite/gdb.dwarf2/dw2-lexical-block-bare.exp index 3f9411e..1c8f868 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-lexical-block-bare.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-lexical-block-bare.exp @@ -67,4 +67,5 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} \ runto_main # FAILing GDB did print: No symbol "testvar" in current context. +setup_kfail "powerpc64-*linux*" "testsuite/20328" gdb_test "p testvar" { = -?[0-9]+}