* gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
authorMark Kettenis <kettenis@gnu.org>
Sat, 17 Dec 2011 13:54:51 +0000 (13:54 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 17 Dec 2011 13:54:51 +0000 (13:54 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/amd64-i386-address.exp

index 4756327..b8fcccd 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
+
 2011-12-16  Doug Evans  <dje@google.com>
 
        * boards/native-stdio-gdbserver.exp: New file.
index 5d70648..f6c662e 100644 (file)
@@ -18,7 +18,8 @@
 # Test UNsigned extension of the 32-bit inferior address on a 64-bit host.
 # On native 32-bit host the test always PASSed.
 
-if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_lp64_target] } then {
+if { (![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_lp64_target]
+     || [istarget "*-*-openbsd*"] } then {
     verbose "Skipping amd64->i386 adress test."
     return
 }