Imported Upstream version 7.9
[platform/upstream/gdb.git] / gdb / testsuite / gdb.base / setvar.exp
index f836e38..05cd570 100644 (file)
@@ -1,6 +1,6 @@
 # This testcase is part of GDB, the GNU debugger.
 
-# Copyright 1988-2014 Free Software Foundation, Inc.
+# Copyright 1988-2015 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -123,7 +123,6 @@ test_set "set variable v_signed_char=97" "print v_signed_char" ".\[0-9\]* = 97 \
 test_set "set variable v_signed_char=126" "print v_signed_char" ".\[0-9\]* = 126 \'~\'"        "set variable signed char=126 ('~')" 
 test_set "set variable v_signed_char=127" "print v_signed_char" ".\[0-9\]* = 127 \'.177\'"        "set variable signed char=127 (8-bit)" 
 gdb_test_no_output "set variable v_signed_char=-1"
-if {!$gcc_compiled} then { setup_xfail "mips-sgi-irix4*" }
 
 with_target_charset "ASCII" {
     gdb_test "print v_signed_char" ".\[0-9\]* = -1 \'.377\'" \
@@ -131,7 +130,6 @@ with_target_charset "ASCII" {
 }
 
 gdb_test_no_output "set variable v_signed_char=0xFF"
-if {!$gcc_compiled} then { setup_xfail "mips-sgi-irix4*" }
 
 with_target_charset "ASCII" {
     gdb_test "print v_signed_char" ".\[0-9\]* = -1 \'.377\'" \