Fix mi-pending.exp test output to allow stable test diffing
authorAntoine Tremblay <antoine.tremblay@ericsson.com>
Tue, 24 Mar 2015 17:28:42 +0000 (13:28 -0400)
committerAntoine Tremblay <antoine.tremblay@ericsson.com>
Tue, 24 Mar 2015 17:38:19 +0000 (13:38 -0400)
gdb/testsuite/ChangeLog:

* gdb.mi/mi-pending.exp: Fix output of breakpoint test.

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

index e18d6c035cff3987d4e1f308c886662cf7fda7ce..12865424589471c6fddd30bc7f2ed91fefe426a5 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
+
 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
 
        PR breakpoints/16466
index e289cd91eb124995f65ac70cc96cd20df50c6e76..88c68702544ed72aac6e4231b1c5a01fb1a8a091 100644 (file)
@@ -66,7 +66,7 @@ mi_gdb_test "-break-insert -f pendfunc1" \
 # Set pending breakpoint with a condition via MI.
 mi_gdb_test "-break-insert -f -c x==4 ${libsrc1}:pendfunc2" \
     ".*\\^done,bkpt=\{number=\"2\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"<PENDING>\",pending=\"${libsrc1}:pendfunc2\",cond=\"x==4\",times=\"0\",original-location=\"${libsrc1}:pendfunc2\"\}"\
-    "MI pending breakpoint on ${libsrc1}:pendfunc2 if x==4"
+    "MI pending breakpoint on ${libfile1}.c:pendfunc2 if x==4"
 
 # Set breakpoint so that we can stop when the thread is created
 mi_gdb_test "-break-insert -f thread_func" \
This page took 0.033656 seconds and 4 git commands to generate.