aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/tests1.exp
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-12-30 22:31:31 +0000
committerFred Fish <fnf@specifix.com>1995-12-30 22:31:31 +0000
commitb887e9ad362268e6ff90669c6724ab093303a5cf (patch)
tree88d2789535a0b4daad59fe2ea28aa91ae8235029 /gdb/testsuite/gdb.chill/tests1.exp
parent89e6c70d5330612f3963c11f58c0a7e116c059fa (diff)
downloadgdb-b887e9ad362268e6ff90669c6724ab093303a5cf.zip
gdb-b887e9ad362268e6ff90669c6724ab093303a5cf.tar.gz
gdb-b887e9ad362268e6ff90669c6724ab093303a5cf.tar.bz2
* builtins.exp (test_size): Alpha seems to have long builtins.
* tests1.exp: Setup xfail "*-*-*" for "ptype r2". * tests2.exp: Add check to skip chill tests.
Diffstat (limited to 'gdb/testsuite/gdb.chill/tests1.exp')
-rw-r--r--gdb/testsuite/gdb.chill/tests1.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/tests1.exp b/gdb/testsuite/gdb.chill/tests1.exp
index f49e1c4..6b0c172 100644
--- a/gdb/testsuite/gdb.chill/tests1.exp
+++ b/gdb/testsuite/gdb.chill/tests1.exp
@@ -152,6 +152,8 @@ proc test_modes {} {
test_print_accept "ptype r16" "long \\(-2147483648:2147483647\\)" \
"print long range mode"
+ # Not sure what this should be.
+ setup_xfail "*-*-*"
test_print_accept "ptype r2" "set1 \\(bbb:ccc\\)" \
"print unnumbered set range mode"
setup_xfail "*-*-*"