-var-evaluate-expression of an enumeration and fix expected result.
	* gdb.mi/mi2-varvdisplay.exp: Likewise.
+2011-11-21  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.mi/mi-var-display.exp: Remove XFAIL for c_variable-7.51,
+       -var-evaluate-expression of an enumeration and fix expected result.
+       * gdb.mi/mi2-varvdisplay.exp: Likewise.
+
 2011-11-21  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * osdata.c (info_osdata_command): Rename nprocs to nrows.  Handle
 
 # Desc: create enum e
 mi_create_varobj e e "create local variable e"
 
-setup_xfail "*-*-*"
 # Test: c_variable-7.51
 # Desc: value of e
 mi_gdb_test "-var-evaluate-expression e" \
-       "\\^done,value=\"FIXME\"" \
+       "\\^done,value=\"bar\"" \
        "eval variable e"
-clear_xfail "*-*-*"
 
 # Test: c_variable-7.52
 # Desc: type of e
 
 # Desc: create enum e
 mi_create_varobj e e "create local variable e"
 
-setup_xfail "*-*-*"
 # Test: c_variable-7.51
 # Desc: value of e
 mi_gdb_test "-var-evaluate-expression e" \
-       "\\^done,value=\"FIXME\"" \
+       "\\^done,value=\"bar\"" \
        "eval variable e"
-clear_xfail "*-*-*"
 
 # Test: c_variable-7.52
 # Desc: type of e