This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] info-fun-opt.exp


On 06/05/2012 02:35 PM, Doug Evans wrote:
> +# Test "info fun" on optimized code.
> +# This exercises the use of blockvector.map when tested with cc-with-index.sh.
> +

Hi, Doug,
It is a c++ test, so you may need this check

if {[skip_cplus_tests]} {
    continue
}

> +set basename "info-fun-opt"
> +set testfile $basename

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]