* gdb.base/structs.exp: Expect some failures from the mn10200 port.
authorJeff Law <law@redhat.com>
Wed, 12 Feb 1997 00:45:46 +0000 (00:45 +0000)
committerJeff Law <law@redhat.com>
Wed, 12 Feb 1997 00:45:46 +0000 (00:45 +0000)
I don't want to deal with this for the alpha!

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/structs.exp

index af1c098..c0d2c59 100644 (file)
@@ -1,5 +1,7 @@
 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
 
+       * gdb.base/structs.exp: Expect some failures from the .
+
        * gdb.base/watchpoint.exp: Don't expect a failure when calling
        a function with a watchpoint enabled on the mn10200.
 
index 3cdbacf..76e4b05 100644 (file)
@@ -100,21 +100,28 @@ proc do_function_calls {} {
 
     # Now print the L* variables and examine their values.
     gdb_test "p L1" " = {a = 49 '1'}"
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L2" " = {a = 97 'a', b = 98 'b'}"
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L3" " = {a = 65 'A', b = 66 'B', c = 67 'C'}"
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L4" " = {a = 49 '1', b = 50 '2', c = 51 '3', d = 52 '4'}"
     if {$gcc_compiled} then {
        setup_xfail "hppa*-*-*"
     }
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L5" " = {a = 97 'a', b = 98 'b', c = 99 'c', d = 100 'd', e = 101 'e'}"
     if {$gcc_compiled} then {
        setup_xfail "hppa*-*-*"
     }
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L6" " = {a = 65 'A', b = 66 'B', c = 67 'C', d = 68 'D', e = 69 'E', f = 70 'F'}"
     if {$gcc_compiled} then {
        setup_xfail "hppa*-*-*"
     }
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L7" " = {a = 49 '1', b = 50 '2', c = 51 '3', d = 52 '4', e = 53 '5', f = 54 '6', g = 55 '7'}"
+    setup_xfail "mn10200*-*-*"
     gdb_test "p L8" " = {a = 49 '1', b = 50 '2', c = 51 '3', d = 52 '4', e = 53 '5', f = 54 '6', g = 55 '7', h = 56 '8'}"
     gdb_test "p L9" " = {a = 97 'a', b = 98 'b', c = 99 'c', d = 100 'd', e = 101 'e', f = 102 'f', g = 103 'g', h = 104 'h', i = 105 'i'}"
     gdb_test "p L10" " = {a = 65 'A', b = 66 'B', c = 67 'C', d = 68 'D', e = 69 'E', f = 70 'F', g = 71 'G', h = 72 'H', i = 73 'I', j = 74 'J'}"