]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-6.3-rh-dummykfail-20041202.patch
- NOTE: does not build with -j2
[packages/gdb.git] / gdb-6.3-rh-dummykfail-20041202.patch
CommitLineData
3a58abaf
AM
12003-07-11 Elena Zannoni <ezannoni@redhat.com>
2
3 * lib/gdb.exp (setup_kfail, kfail): Redefine procedures.
4
5--- ./gdb/testsuite/lib/gdb.exp.1 2004-11-24 15:59:46.131394720 -0500
6+++ ./gdb/testsuite/lib/gdb.exp 2004-11-24 16:01:06.304206600 -0500
7@@ -63,6 +63,15 @@
8
9 ### Only procedures should come after this point.
10
11+if {![llength [info procs kfail]]} {
12+ proc setup_kfail { args } {
13+ #setup_xfail args
14+ }
15+ proc kfail { bugid message } {
16+ fail $message
17+ }
18+}
19+
20 #
21 # gdb_version -- extract and print the version number of GDB
22 #
This page took 0.034591 seconds and 4 git commands to generate.