Remove xfail in gdb.mi/mi-watch.exp
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 27 Jul 2015 19:02:10 +0000 (15:02 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 27 Jul 2015 19:02:37 +0000 (15:02 -0400)
I noticed there was an unexpected pass in mi-watch.exp when running on
x86_64.  Doing a bit of archeology shows that the xfail was added by
4a543da.  This particular test failed on the MIPS architecture, which
the original contributor was working with.  Here is the thread:

https://www.sourceware.org/ml/gdb-patches/2007-09/msg00151.html

Looking at the latest buildbot results for MIPS, it seems that it's also
an unexpected pass on that architecture.  Therefore, I see no reason to
leave the xfail in place.

gdb/testsuite/ChangeLog:

* gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-watch.exp

index 818ea30d3b7407ffff5e789fe7d3b7dcf36eed80..73bc2b65b15a8d37694d8b0db1ef0a8f88bf8d98 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
+
 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
 
        * gdb.base/gdb-sigterm-2.exp: New test.
index 2551d42720f5b26ddac6d2656e12b8add7ae9289..4f87a5a47961fa0cb2cd375f0f4321d64ca17d99 100644 (file)
@@ -131,14 +131,10 @@ proc test_watchpoint_triggering {type} {
         {"" "wpt=\{number=\"2\",exp=\"C\"\},value=\{old=\".*\",new=\"3\"\}"} \
         "watchpoint trigger"
 
-    if { $type == "sw" } {
-      setup_xfail *-*-*
-    }
     mi_execute_to "exec-continue" "watchpoint-scope" "callee3" ".*" \
         ".*basics.c" $line_callee3_close_brace \
         {"" "wpnum=\"2\""} \
         "watchpoint trigger"
-    clear_xfail *-*-*
 }
 
 proc test_watchpoint_all {type} {
This page took 0.031452 seconds and 4 git commands to generate.