I noticed that a few tests in completion.exp put the directory name
into the name of the resulting test. While the directory name is
relative, this still makes for spurious differences depending on
whether the test was run in serial or parallel mode.
This patch fixes the problem. I'm checking it in.
2014-06-12 Tom Tromey <tromey@redhat.com>
* gdb.base/completion.exp: Don't use directory name in test.
+2014-06-12 Tom Tromey <tromey@redhat.com>
+
+ * gdb.base/completion.exp: Don't use directory name in test.
+
2014-06-09 Gary Benson <gbenson@redhat.com>
* gdb.base/sigall.c [Functions to send signals]: Reorder to
&& [remote_file host exists ${dir1}/completion1.o] } {
foreach target_name ${targets} {
gdb_test "complete target ${target_name} ${dir1}/completion" \
- "target ${target_name} ${dir1}/completion.*${dir1}/completion0\\.o.*${dir1}/completion1\\.o.*"
+ "target ${target_name} ${dir1}/completion.*${dir1}/completion0\\.o.*${dir1}/completion1\\.o.*" \
+ "complete target ${target_name}"
}
break
}