* pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux.
authorFred Fish <fnf@specifix.com>
Mon, 27 Nov 1995 22:44:38 +0000 (22:44 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 27 Nov 1995 22:44:38 +0000 (22:44 +0000)
gdb/testsuite/gdb.chill/ChangeLog
gdb/testsuite/gdb.chill/pr-5016.exp

index d9b080ef9d0a58190c63d6406a72877bd175836f..f9aff3805156de739a36ee013126af22fd7e751a 100644 (file)
@@ -1,3 +1,7 @@
+Sat Nov 25 20:49:27 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
+
+       * pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux.
+
 Sun Oct 29 17:58:01 1995  Fred Fish  <fnf@cygnus.com>
 
        * pr-5016.exp: xfail "whatis i" for sparc-sun-sunos4*, same as linux.
index 381a9761fc827f65e62b23a103e5927e5608e6be..a9e2e5308efb06745c2e4e78cde8f51b126fb2ad 100644 (file)
@@ -49,8 +49,8 @@ proc do_tests {} {
     send "set language chill\n" ; expect -re "$prompt $"
 
     runto dump
-    # Linux thinks type is "_cint" and so does sparc-sun-sunos4
-    setup_xfail "i*86-*-linux*" "sparc-sun-sunos4*"
+    # Linux thinks type is "_cint" (and so does sparc-sun-sunos4, alpha-dec-osf2.0)
+    setup_xfail "i*86-*-linux*" "sparc-sun-sunos4*" "alpha-dec-osf2*"
     gdb_test "whatis i" "type = m_index" "whatis int-range"
     gdb_test_exact "ptype m_index" "type = RANGE (1:10)" "ptype m_index"
     gdb_test_exact "whatis a" "type = /*LOC*/ vector"