aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.compile
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2015-06-04 21:35:43 +0200
committerJan Kratochvil <jan.kratochvil@redhat.com>2015-06-04 21:35:43 +0200
commitd5eba19a654f31f7409bd17b0d3dd2e4c483280e (patch)
tree23a04c628e1bf167025ab5a63ffc9bd33b911249 /gdb/testsuite/gdb.compile
parent5b74bf7d63e71e977fc9706b56499045035ea63a (diff)
downloadgdb-d5eba19a654f31f7409bd17b0d3dd2e4c483280e.zip
gdb-d5eba19a654f31f7409bd17b0d3dd2e4c483280e.tar.gz
gdb-d5eba19a654f31f7409bd17b0d3dd2e4c483280e.tar.bz2
compile-print.exp: xfail->kfail for '@' GDB array operator
Patch implementing '@' GDB array operator in GCC has been rejected: https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00414.html and so there is now a GDB tracker to implement it just in GDB: https://sourceware.org/bugzilla/show_bug.cgi?id=18489 gdb/testsuite/ChangeLog 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.compile/compile-print.exp (compile print *vararray@3) (compile print *vararrayp@3): Change xfail to kfail compile/18489.
Diffstat (limited to 'gdb/testsuite/gdb.compile')
-rw-r--r--gdb/testsuite/gdb.compile/compile-print.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.compile/compile-print.exp b/gdb/testsuite/gdb.compile/compile-print.exp
index 92c6240..de2f0e7 100644
--- a/gdb/testsuite/gdb.compile/compile-print.exp
+++ b/gdb/testsuite/gdb.compile/compile-print.exp
@@ -38,7 +38,7 @@ gdb_test_multiple $test $test {
pass $test
}
-re ": error: stray '@' in program\r\n.*\r\n$gdb_prompt $" {
- xfail "$test (gcc does not support '@')"
+ kfail compile/18489 "$test"
}
}
@@ -48,7 +48,7 @@ gdb_test_multiple $test $test {
pass $test
}
-re ": error: stray '@' in program\r\n.*\r\n$gdb_prompt $" {
- xfail "$test (gcc does not support '@')"
+ kfail compile/18489 "$test"
}
}